How to use Shopify CLI 3.0 for Theme Development and deploy themes to different stores.
Globe again in today's video we're going,to speak about Shopify CLI 3.6 3.2,whatever you want to call it and before,we get started I just want you to know,that I have tried it I have give it a,shot and it's really awesome and you,will see we will get to all the features,in a second so bear with me and you will,also need to know that the old version,will no longer be supported until uh,like I think it's 31st May of next year,and usually some people still use 10K,because well some Futures teamkit has,some advantage over the old CLI version,especially for team development but now,with 3.x it's really you will see that I,think everyone will make great to 3.6,once once I show these Futures so yeah,I'm really really excited because you,will see all the features in this in a,second,but before we get started with the code,you will actually need to migrate to the,newest version,and to migrate they have if you click,Shopify CRI in the documentation they,have a really easy migration guide and,especially if you are on Mac since,Michael you have to do if you have,installed it with Homebrew all you have,to do is really click home brew upgrade,Shopify CLI if you have never installed,Shopify CLI in the first place all you,have to do is just Brew I think add,Shopify CLI and it will go to it will,install the latest version which is,um which is 3.22 for me so yeah,if you are on other uh machines like,Linux or revi or,excuse me or Windows you probably have,installed it with Gem and if you have to,if you had installed it with gem you,need to uninstall the old implementation,and install the new the new,implementation using uh using npm or,yarn or pnpm whatever you like since,it's now hosted on npm because it's a,typescript package it's a node package,and it's no longer a ruby package since,the newest version is actually,built using a typescript the old version,is using Ruby the newest version if you,if we check the GitHub you will see it's,Rewritten in typescript it's not fully,Rewritten in typescript it's actually a,wrapper especially for the teams part,it's a wrapper over the typescript,implementation over the old Rabbi,implementation sorry so yeah,uh now all you have to do is just click,here on global ads at Shopify and it,will add Shopify you will need to,install the core package which is,shopify.cr day and then install the,plugin yeah it's a plugin uh you will,see how the Shopify team commands all,are a plugin it's actually a plugin that,is added to the core CLI to support,Shopify team Commons so now if I,actually once you do that you will have,the latest version,and once you do that,um you can also still use the old,version of the Shopify CLI uh but you,will have to call it to change the pads,especially if you are if you have,installed it with Homebrew you will have,to change the naming using the pads like,like we do if you are if you're ever,used python for example we have python 2,and python for python 3. that's that's,reminds me of that,um the old implementat
Let's move on to the first section of Ask Phill Starter theme shopify
The Best Shopify Theme In 2022 (Industry experts have voted)
The Best Shopify Theme In 2022 (Industry experts have voted)
which one is the best shopify theme in,2022,together with our good friends at,storetasker we wanted to find out,exactly that so over the last week we,interviewed various experts developers,agency owners from our network and from,storetasker's awesome freelancing,platform link in the description,and to our surprise we actually found,out way more than we expected so if you,listen to this you will not only,discover which one was the most upvoted,theme but you will also learn what makes,a theme great from a merchant's,perspective like what to pay attention,to when picking a good theme and you,will also learn what makes other,developers want to use your theme which,is a very interesting angle if you want,to build themes yourself and then,potentially sell them on the theme store,so here's what we discovered,all right patrick i'm super excited that,you're here today and yeah i actually,can't believe that we didn't do this,earlier um so would you like to,introduce yourself really quick,thank you jan for the invite um yeah my,name is patrick i'm the founder of the,agency eshop guide we are the fastest,growing agency in germany uh 2 million,in revenue 35 people,it's crazy people and we love shopify,and i'm happy to talk about the themes,that's awesome um okay maybe before we,get there would you also like to share,one or two sentences about the clients,that you typically work with this is,like smaller businesses larger,businesses yeah just,uh yes so we usually work with,existing businesses that,migrate to shopify,on woocommerce shopper or whatever,or with businesses who come,traditionally from a b2b space um and,who are dipping their toes into the d2c,world and just need their first job,rarely we work with real real startups,because that's usually,for them it doesn't make sense to work,with a with an established agency,because of the pricing,okay that's great and yeah as you know,today we wanted to talk about themes um,so you also do quite a few store setups,per month um so the question would be do,you guys have a favorite theme,yes um,so there are trends uh it's it's,actually quite quite funny uh from turbo,to prestige but now our favorite theme,is impulse um from archetype,um,the the story behind archetype is that,uh people who used to work for shopify,actually and um they really built the,themes,that you want them to build they they're,just awesome and they have good support,they've um they're,rather um fast in terms of performance,the themes they have a lot of um,features and they're usually,like right on top of the technological,curve what's possible with the themes,however at the moment because you you're,probably aware of that uh shopify 2.0,came out and with that um,shopify released a new standard theme,don,which really breaks records in terms of,performance and speed,and we don't see those numbers yet with,the um,paid themes,also not with imports,okay so yeah let me just wrap this up so,okay so you basically have,two favorite themes let's say impul
After seeing the first section, I believe you have a general understanding of Ask Phill Starter theme shopify
Continue the next second section about Ask Phill Starter theme shopify
After seeing the second section, I believe you have a general understanding of Ask Phill Starter theme shopify
Continue the next third section about Ask Phill Starter theme shopify
Beginners Guide To Shopify Liquid in 2022
Beginners Guide To Shopify Liquid in 2022
whether you are new to shopify or you're,already a shopify store owner you've,probably encountered a code that looks,something like this,this is shopify liquid a template,language created by shopify that serves,as a framework for all shopify themes in,today's video we'll take a closer look,at shopify liquid we'll start by,understanding shopify liquid further and,then we'll learn about its features,are you ready,let's begin,to recap shopify liquid is a template,language used for creating or modifying,shopify themes if you are familiar with,ruby you probably have heard about this,template language because it's written,in ruby or it's known to be written in,ruby but in terms of syntax it's very,different compared to other programming,languages we'll get back to this in a,minute in addition shopify liquid is,very limited like there's a lot that you,cannot do with liquid for example you,cannot retrieve a data from a,third-party server just from shopify now,what is it used for in web development,there are two contents that you can,render static content and dynamic,content static content is a content of a,page that stays the same and is usually,hard coded in html whereas dynamic,content is the content of a page that,changes depending on specific parameter,for example we have the following,product page,it specifically rendered this product,for cats because in the url we specify,that we want to render the specific,product in shopify this is called a url,handle and by changing this to a,different handle of a product the,product page will render a different,product this is how dynamic content is,being rendered in addition shopify uses,its own architecture or template files,to display these pages for example this,page is using product.json it's a json,template that uses sections to complete,the page taking a closer look at the,section files you will see that there's,a liquid code mixed with html css and,javascript so to put it simply shopify,liquid is like the middleman between,shopify stores and the server of shopify,where all the data about your shopify,store is stored and then when a shopify,store asks for a data through liquid,shopify liquid will ask the server of,shopify if that data that is being,requested is available if it's available,then the server will give it back to,liquid,then liquid will give that to the,shopify store's theme,otherwise if it's not available then the,server of shopify will just return a 404,error response shopify liquid is,categorized by three features,objects,tags and filters objects also known as,variables are wrapped in double curly,braces and it's used to output pieces of,data from a shopify store for example,this is a shop object inside of this,object there are properties or,attributes that you can use by using dot,notation let's say we use the name,attribute so you're going to type it,like this so shop dot symbol and then,name this will render the name of your,shopify store there are plenty of,attributes that you can use
After seeing the third section, I believe you have a general understanding of Ask Phill Starter theme shopify
Continue the next fourth section about Ask Phill Starter theme shopify
Shopify CLI vs ThemeKit - Which One Should You Use?
Shopify CLI vs ThemeKit - Which One Should You Use?
this is one thing that most of you are,confused about which one should i use,shopify cli or theme get which one is,the best themekit or shopify cli should,i still learn themekit or should i just,move on to shopify celi,those are just one of the questions that,i hear a lot so in this video we'll,answer those questions so you know what,to do next hi everyone jan here from,coding with,hello everyone and welcome back to the,channel it's weekly how from birder.com,and in today's video actually wait i'm,kind of curious if that website is,available,oh it's not,anyway in today's video we'll be talking,about shopify cli versus theme kit which,one should you use and which one should,you,dip but first let's understand these two,clts or command line tools first is,themekit themekit is a command line tool,that is used for building shopify themes,with thinkkit you can deploy and watch,for changes in your local development,and upload these changes directly to,your shopify store but in order for you,to be able to use themekit with a,shopify store you will have to generate,an api key and a password or use the,themekit access app and get the password,there directly now what about shopify,cli shopify cli is a command line tool,just like theme kit that is used for,building not just shopify themes but,also shopify apps so that's already one,of the differences,between theme kit and shopify cli,another difference is you can connect,your shopify cell i to your shopify,store without having to install any apps,or generating api keys or password with,just shopify login command you can,connect shopify celi to your shopify,development store or shopify store and,once shopify cli is connected the,shopify cli will use all of the,necessary data from that store including,the products orders customers settings,and so on now how can you create shopify,themes with theme kit versus shopify cli,let's start first with themekit to,create a new shopify theme with themekit,all you need to do is to use the,following command theme new followed by,the flag's password store and name by,running the following command themekit,will generate a basic theme template and,it will create and upload the theme to,your shopify store and it will create a,configuration file for your new shopify,theme,whereas with shopify cli you can create,a theme project by using the command,shopify theme it,though this will not create a basic,theme template this will instead clone a,copy of the shopify theme called,dawn if you want shopify cell i to,create a basic theme template you will,have to use the flag called clone hyphen,url with the value of the url of your,git repository which means you will have,to make this repository yourself for,example we had the following repository,that we used in our shopify theme,development course so if you're,interested to learn how to create a,shopify theme using shopify cli you can,check it out i'll put its link in the,resources below or in description below,so which one is the best
After seeing the fourth section, I believe you have a general understanding of Ask Phill Starter theme shopify
Continue the next fifth section about Ask Phill Starter theme shopify
How to build a Shopify App fast
How to build a Shopify App fast
in this episode I want to show you how,to create a Shopify app fast for this we,are going to use Shopify CLI Polaris and,Gadget,welcome back to building and growing,Shopify apps we want to build a Shopify,app and this is how I would do it today,so this is the app we're gonna build it,is a product tagger and it lets us,Define our own tags,first we can define a set of possible,product tags in the app,app then automatically scans for these,words in the product description and,when it finds these words it applies,product tags with these words,as I mentioned we're gonna use Gadget,which is a platform which provides a,backend for our Shopify app they take,care of backend hosting synchronization,with Shopify and authorization Gadget is,actually founded by X Shopify Engineers,so you can be sure they know what,they're doing this means for you that,you don't need to take care of your apps,database which for me has been one of,the biggest issues I spend countless,hours fixing database related box and,you can use this time to do something,that really brings you forward,I split this into two parts where in the,first one we're gonna build the back end,and the front end in part two so let's,Dive Right In,I'm going to start by creating an,account on gadget.dev,so after finishing their little product,quiz,we're gonna choose Shopify in the next,step,here we can Define our application name,I go with Turbo Tax once this is done,it's time to head over to the Shopify,Partners dashboard and create a new app,in this step it's important that we,choose create app manually let's put in,our app name again and click create,then let's head back to gadget,in gadget we click add connection and,then copy over our new API credentials,from Shopify,once this is done we click connect and,we get to this dialog where we can,select the Scopes that we need for our,Shopify app,we are going to need the read and write,permission to products,in the sub menu we also select product,which means this is synchronized to,sketch it,after hitting confirm we got two backend,URLs which we can now use to set up our,app,the first one is the app URL,the second one the redirection URL,after we have set both we can actually,test our app already on our development,store,and we can see how Gadget actually,handles the authorization for us so here,are the Scopes requested that we defined,before and this is success,inside Gadget we can also see that we,have a shop installed we can click on,this and see what's going on we can see,that we have some web hooks missing but,we can fix this manually,now it's time to put some data into our,backend we want to have a table that can,save the text that we allow to do this,we click the little plus icon at data,models here we can put in the name of,the model,which we call a loud tag,to save the actual tag keyboard let's,add a field with the name keyword and it,is a string by default,now that we have defined our table,structure let's put in some actual data,for this we go to
After seeing the fifth section, I believe you have a general understanding of Ask Phill Starter theme shopify
Continue the next sixth section about Ask Phill Starter theme shopify
Make money selling Shopify Themes (best chance is now)
Make money selling Shopify Themes (best chance is now)
hey everyone jan here codingwithyan.com,so today we have the first episode of,our sell your own theme series and all,of you have been asking tons of great,questions so please keep doing so this,project can only be as good as the,community is and you guys are amazing so,appreciate everyone watching and now,it's time for some answers so let's dive,right in,all right liam then thanks so much for,taking the time today as you know we're,here to answer some of the most burning,questions that people have,are you feeling good about it as well,i'm feeling great jan thanks for having,me here um,obviously a huge fan of the channel and,uh yeah any opportunity i can have to to,share the good word of the shopify theme,store um is is my absolute pleasure um,yeah then maybe as an entry point to our,conversation one of the most burning,topics or one of the most requested,topics was like what is the best way to,create a theme which kind of ties into,two subcategories the concept then the,actual development like workflows tools,and everything,so why don't we talk about the concept,first and,what is the thing or what can we give,people on the way in order to come up,with an amazing concept should we talk,about that,yeah i think that's a great place to,start,so i think the the first thing to really,think about is to really dive into how,merchants and how buyers will interact,with a theme,and and also consider how it's different,to design for a marketplace versus,designing for an individual client,so with an individual client you're very,commonly going to be requesting or being,asked for specific settings whereas in,theme store,these settings are,a little bit more generic um they're not,requested specifically by any merchants,um so merchants may be encountering uh,these features and functionality for the,first time um so i'd really you know,before even writing a line of code um,you know think about the the buyer,journey think about the merchant journey,and how,you know all of these people will,interact with the theme with the online,store editor,and you know think about know you're not,really designing just a storefront,for a buyer to,pick a product and take it to the cart,and check out you're also,essentially designing a ui that,merchants will be using to,bring their store to life,and and ideally with the the minimal,amount of friction possible,okay yeah i think that's a very good,point because as you know many merchants,don't have a strong technical background,then the settings have to be very,straightforward i mean this all ties to,usability i think that's what we are,trying to trying to get across here,um yeah so would you have any tips or,maybe how could someone approach that,would you recommend maybe using tools,like or like design tools to come up,with the visual concept first or would,you just be diving head first and,writing lines of code how would you,approach that yeah so i think there's a,few different methods um but i would,definitely advise,um investing
After seeing the sixth section, I believe you have a general understanding of Ask Phill Starter theme shopify
Continue the next seventh section about Ask Phill Starter theme shopify
⭐️ TOP 10 PRODUCTS TO SELL IN JANUARY 2023 | SHOPIFY DROPSHIPPING
⭐️ TOP 10 PRODUCTS TO SELL IN JANUARY 2023 | SHOPIFY DROPSHIPPING
we're heading right into a new year and,if you're watching this I know that you,probably have some major Drop Shipping,goals that you want to achieve this year,but you can't reach any of those goals,without a product that can sell and when,I say sell I mean sell well well that's,exactly why I'm going to be giving you,the top 10 winning products that you,need to be selling in January 2023 along,with every single thing that you need to,start selling these products today all,the way from the links to the competitor,stores suppliers everything that you,could possibly need to have success with,these products no matter your experience,level what's going on everyone my name,is AC Hampton I'm an eight-figure,marketer who gets to help students from,all across the world start build and,continue their eCommerce Journey,successfully so some of these products,that you'll be seeing today in this list,of the products that you need to be,selling in January 2023 I found through,my own product research methods and I'm,currently selling my students are,currently scaling or I found them,currently trading on the market today on,top of this I've dug deep into product,research and validation using method is,like ads by AliExpress Google Trends and,more market research to give you the top,10 winning prize that you need to be,selling right now and as you can see I'm,on the Google document that I was,referring to earlier giving you,everything that you need to start,selling these products today and this is,giving you the competitor Facebook,advertisement the ad copy the headlines,competitor product page AliExpress,product page profit margins five,interest tests and so much more and once,this video reaches 2 000 likes you guys,will have full access completely to this,cheat sheet in the comment section and,in the description down below but before,I dive in as you guys know I give out a,free one-on-one Consulting call every,single week to one lucky winner to get,all the questions answered and,streamline their success while doing so,and if you want the opportunity winning,this week all you have to do is smash,that like button down below and in the,comment section down below comment the,word Supreme January with your goal that,you have with your drop streaming,business this month and I will be,announcing the winner from last week's,video somewhere inside this video so,make sure you stay tuned the entire way,through without further Ado let's go,ahead and jump right into product number,one product number one is the LED beanie,light let's go ahead and check out the,advertisement and see what we're working,with alrighty so it's a beanie that has,actually a light attached to it amazing,Problem Solver out the gate great for,any type of nighttime activities like,walking the dog changing the tire I mean,anything that you need it's rechargeable,it's as simple as just plugging into the,wall waterproof and honestly with this,product trending with the current season,that we're in right now
After seeing the seventh section, I believe you have a general understanding of Ask Phill Starter theme shopify
Continue the next eighth section about Ask Phill Starter theme shopify
How To Start Shopify Dropshipping as a Teenager (2023)
How To Start Shopify Dropshipping as a Teenager (2023)
this video I'm going to be showing you,guys how you guys can start a Shopify,Drop Shipping as a teenager under the,age of 18 completely legally and legit,let's get right into the video so about,a year ago I made this video with the,same exact title just for the year of,2022 but that video is sort of outdated,but it did so well in terms of analytics,and you guys actually did love that,video so this video is going to be an,updated video a year later on how you,guys can start Shopify Drop Shipping,under the age of 18 completely legally,as a teenager so basically with Shopify,they do restrict you to sort of be over,18 for the tax reasons but this method,will be showing you guys how to start,actually making money with Shopify Drop,Shipping because Drop Shipping is such a,viable path where you guys can start,making money without having to have too,much money or too much sort of anything,it's something where you never actually,see the product so you don't need to,have inventory a big money startup or,even a good amount of followers on,social media so this video is going to,sort of go from an A to Z guide on how,you guys can legally start Shopify Drop,Shipping as a teenager under 18. so this,video isn't going to show everything you,need to know I actually do have a,Shopify playlist if you guys do want to,look up how to find winning products or,how to create a store design to make it,very professional and to get more sales,and basically everything from finding,products to making your social media,accounts and everything like that,check out the Shopify playlist on my,YouTube channel but this video is only,going to go over how to actually set up,the account alright so now that we,talked enough for this video what we're,gonna do is go over to the Shopify,website right over here so we're gonna,go to shopify.com on a new email and,everything like that so we could,basically start the process of this so,right from the bat you see start a free,trial and enjoy three months of Shopify,for one dollar per month on select plans,that's the plan you guys do want to sign,up on because for three months you guys,could pay only three dollars to actually,start everything with all the features,that Shopify gives and have your website,actually hosted on Shopify for these,three months for a very low price of,three dollars so just for the startup,it's going to ask you a bunch of,questions on how you guys can get,started so it says which of these best,describes you and any of these questions,doesn't really have any effect on your,store so we're just going to press I'm,just starting right now for the start we,would like to sell an online store and,that's the one you guys actually need to,press for that you're going to press,next and then what do you plan to sell,first it's going to give you a bunch of,options it doesn't really matter but for,this you can either press Drop Shipping,products or I'll decide later basically,because you're on a Drop Shipping video,I'm assuming you guys
After seeing the eighth section, I believe you have a general understanding of Ask Phill Starter theme shopify
Continue the next ninth section about Ask Phill Starter theme shopify
BEST WAY TO START DROPSHIPPING FOR BEGINNERS IN 2023 ($500/Day)
BEST WAY TO START DROPSHIPPING FOR BEGINNERS IN 2023 ($500/Day)
so this video is going to be perfect for,any beginner out there that is looking,to start a Drop Shipping business moving,into 2023 and Beyond because I'm going,to go through the best way that you,should do it the easiest way that you,should do it the way that I've done it,that enabled me to go from around 10 000,pounds to over 100 000 pounds to over,200 000 pounds with one of my first ever,Shopify drop shipping stores so I'm sure,if you watch this whole video from start,to finish without skipping you're also,going to learn something that's going to,potentially help you make money with,your first Drop Shipping business as,well so as always I don't waste any more,time I want to get right into it if you,find any value in this video at any,point don't forget to press the like,button I really appreciate that thank,you so much in advance don't forget to,subscribe hit the Bell notification,let's get right into the video alright,so getting straight into it one of the,first things I always recommend,beginners to do when they first get,started and they're confused about,exactly what step they need to take is,to replicate a successful Drop Shipping,Store this was one of the biggest game,changers for me personally because once,I realized that there's no point me,trying to do anything myself that's when,I now started looking up to bigger,stores that were doing things in the,correct way whether it was the products,that they were selling whether it was,the way that they structured this store,I was now going to use those same,tactics to one of my first ever stores,and that's what helped me get to the,point of making my first six figures in,profit so just to give you an example of,what you can do straight after watching,this video if you do want to find a,successful store the first thing that I,would recommend is to head over to,alibaba.com and the reason why you're,going to go into alibaba.com first is,because you want to use it as a way for,you to get an idea of what products,people are currently Drop Shipping right,now so for example if you just scroll,down over here to where it says Drop,Shipping and just click on that from,here you're going to be able to scroll,through and see all of these different,items especially if you have no clue on,what item you want to sell yourself so,I'm going to scroll through now and pick,a product at random so for example,there's this item right here that looks,like a men's hair clipper by the looks,of it so now that I know that,alibaba.com is letting me know that this,item is a popular product the next thing,that I would recommend that you do is,head over to the Google shopping,homepage and the reason why you need to,come over here is because you now want,to search for the item that you're,looking at in this case we're looking at,a men's hair clipper and then it's going,to show you various different stores,that are currently selling it so for,example I've just typed in men's hair,clipper and as we can see there's all of,these d
Congratulation! You bave finally finished reading Ask Phill Starter theme shopify and believe you bave enougb understending Ask Phill Starter theme shopify