DSL Theme 6.0 theme shopify

Find out your best Shopify theme and theme on shopify in less than two minutes

Find Shopify Theme — it's free
No difficulty
No complicated process
Track competitor's stores
BACK

How to use JSON Templates with Shopify Themes

嗨,我是Liam,我是Shopify的佈景主題開發人員推廣者,在這段影片中,我們要學習 如何利用JSON範本製作佈景主題,JSON範本能讓商家 在所有頁面上新增與重新排列動態內容,商家可以藉由這個功能擴增網路商店的自訂選項,若要將佈景主題上架至Shopify佈景主題商店,就必須包含JSON範本,所以說,如果你想將佈景主題發佈至市集,就必須在所有頁面使用JSON範本,一起來學習吧,先來看看一個已經套用了JSON範本的佈景主題,瞭解商家在自訂佈景主題時會看到的效果,這是我的開發商店,我開啟了佈景主題Dawn,我們預先安裝的招牌免費佈景主題,JSON範本已經設定好了,也能在GitHub中找到,你也能在那裡找到JSON範本設定的參考資料,現在打開佈景主題編輯器,前往任何首頁以外的頁面,可以看到佈景主題編輯器中有個新的區段選項,點擊之後,就會打開一系列 適用於這個頁面種類的各種區段,等等也會學到這些區段要如何啟用,商店的其他頁面也是如此,每一頁都會出現新增區段的選項,使用JSON範本就能啟用這個功能,前往Shopify管理介面的編碼編輯器,看看佈景主題的範本目錄,可以看見所有範本用的都是.JSON檔案,而非舊版佈景主題使用的.LIQUID檔案,這是.JSON頁面的範本,這個範本可以套用至普通的靜態頁面,在這個JSON檔案中,可以看到這個陣列,代表範本包含指派的區段,有個區段叫作「主要」,還有類型欄位,類型的值是「主要頁面」,意思就是,這個頁面範本含有一個主要頁面區段,而這個主要頁面區段,或者說是主要頁面類型,則與區段目錄中的一個區段相符,我們能在這裡看到主要頁面.LIQUID,其中包含顯示頁面所需的標記與Liquid,這裡可以看到頁面.title,和頁面.content,分別位於不同容器或頁首中,依據object而定,回到這個.JSON範本,它的功能就是指示頁面顯示主要頁面區段,這裡還有一個順序區段,如果有多個區段的話,它就能決定區段顯示的順序,還有一點也很有趣,如果回到,來到這個頁面,這就是使用.JSON顯示的頁面,可以新增一個區段,舉個例子,加入聯絡表單區段,然後儲存,現在回到編碼編輯器,看看主要頁面的Liquid,但若看看.JSON頁面,就能看到這裡已經改變了,我在這個頁面上加入了聯絡表單區段,.JSON頁面的後台就會,同步更新並包含這個區段了,這個編碼對應到剛才建立的區段,也能看出區段種類,也就是聯絡表單區段,如果查看聯絡表單,這也會出現在區段目錄,表示這個區段包含在範本中,而且順序也已更新,從這個使用.JSON的範本可以看出,.JSON能增強佈景主題編輯器,與佈景主題本身的關聯性,現在我們瞭解了JSON範本的基本知識,現在來學習如何將使用Liquid範本的佈景主題 移轉至JSON範本,好讓區段在所有頁面上都能使用,舉例來說,這個佈景主題叫「Liam的佈景主題」,所有頁面都使用Liquid範本來顯示,可想而知,自訂佈景主題時,如果前往首頁以外的頁面,我就不會看到「新增區段」的選項,我要改變的就是這個部分,基本上,我們要做的是,將內容自.liquid範本,移轉至既有的區段,或者建立新的區段,以將內容移轉過去,接著我們要將每個檔案類型的.liquid範本刪除,並以.JSON範本取代,首先,建立佈景主題的副本,或者備份佈景主題,以便復原,降低破壞佈景主題的風險,我要使用Shopify CLI,在我的電腦上編輯佈景主題,好讓我在將佈景主題發佈至商店之前,先以未發佈的狀態進行測試,若你想瞭解如何為佈景主題設定主機開發環境,我們最近發佈了一支很棒的影片,可以在下方的說明欄中找到連結,我們要先從.liquid移轉至.JSON的範本,就是產品.liquid檔案,在這個檔案中,可以看到我們加入了一些區段,區段下方也有一些編碼,但首先,我要看的是包含標籤的區段,有個區段叫作產品—範本,我要從區段目錄中找到這個區段,產品—範本,這個區段包含了,產品頁面需要的所有標記,例如產品多媒體檔案,產品表格,其中包含所有環節,包括「新增至購物車」按鈕,由此可見,這是產品頁面的主要區段,現在我們要將,出現在這個範本中的內容轉移至產品範本區段,此外,我們還要記下這個頁面中的產品推薦區段,並新增至JSON範本中,現在,我要複製下方的區段編碼,再貼上至產品範本區段,我要把它新增至開放結構化標記的上方,也就是範本的下方,因為在原本的範本檔案中,編碼就位於區段的下方,將編碼新增至相同的標記下方,就能確保內容移轉之後,區段也會出現在相同的位置,儲存之後,接下來的步驟不是必要的,但可以方便你管理佈景主題中的不同區段,我要將自產品範本移轉至主要產品的區段,重新命名,這會讓區段目錄更清楚,而這些區段都是產品表格所需要的,基本或主要區段,換作是頁面的話,就可能是頁面的標題或內容,重新命名後,就可以回到產品.liquid,記下產品推薦區段的位置,接著,我要刪除產品.liquid檔案,刪除的原因是,一個範本資料夾中,不能同時包含,產品.JSON與產品.liquid檔案,我們要移除或刪除範本資料夾中的產品.liquid,並在範本目錄中新增產品.json檔案,接下來,我們要生成幾個JSON檔案,以將特定區段指派至產品範本,這個擷取碼可以在下方說明欄中,移轉至JSON範本的說明文件連結中找到,你可以直接採用這個擷取碼,但我們的目的是使用JSON建立陣列與Object,以指派哪些區段要出現在範本中,使用我剛才建立的區段,也就是主要—產品,以說明此範本或頁面類型的主要區段就是主要產品,儲存之後,就能移轉至網路商店編輯器的開發實例,導覽至產品頁面後,就能新增區段了,這個頁面可存取的所有區段,都會出現在這,很好,我們成功將.liquid產品頁面,移轉至使用JSON的範本了,現在區段會出現在這裡,太好了,這些區段會出現在產品頁面上,但或許你還記得,頁面上還有一個產品推薦區段,接下來的步驟就是把它新增回去,該區段現在已經會在這裡出現,名稱為產品—推薦.liquid,只要將它重新指派至範本就行了,因此,我要指派一個新的區段,命名為「推薦」,此外,我還要,新增類型欄位,類型欄位必須與要包含的區段名稱完全相符,在這情況下,類型必須是產品—推薦,當然了,我還要調整順序,我要新增…,你會發現我以推薦作為順序,因為這是我指派至JSON範本的名字,儲存之後,我要回到開發團隊實例,讓伺服器運作看看,如果按下重新載入,就能在側邊面板中看到產品推薦區段,推薦區段也會出現在這,太好了,此外,我也可以移動它,很好,我成功重新建立了,與.liquid範本相同的產品範本,而且還能新增區段,基本上,這個做法也能應用在,其他種類的頁面,這樣一來,你就能在所有頁面中加入區段,雖然基本方法是相同的,你可以用這個方式,將內容移至區段中,再建立新的JSON範本,但在某些狀況,方法可能會比較複雜,或有些許不同,舉例來說,這裡有個文章範本,我要在此加入主要文章範本區段檔案的區段,但如你所見,區段的上方與下方都有內容,而這裡的內容,就是與商店評論相關的內容,這裡的做法之一就是建立新的區段,其中包含所有,與評論相關的內容,首先,我要建立一個新的區段,命名為「網誌—評論」,.liquid,接著,我要將,所有與評論相

The above is a brief introduction to DSL Theme 6.0 theme shopify

Let's move on to the first section of DSL Theme 6.0 theme shopify

Shopify Liquid Theme Programming for beginners

Shopify Liquid Theme Programming for beginners

liquid a server-side templating language,designed by shopify for building themes,and page templates,but what does that even mean let me,explain,okay so every web page on the internet,is made up of just three things,there's html,css,and maybe some javascript,but nothing else,the way these three technologies come,together is that html is like the,skeleton or the building blocks of a,website,css takes care of the styling so this is,where things get arranged and start to,look good,and then javascript is like the muscles,of a website so this is where things,become really interactive,okay now if you ever try to build a site,from scratch using html css and,javascript,then you already know that it can be,quite a bit of work,you have to write all the code things,need to be tested debugged adjusted and,so forth and then you only end up with,one single page but if we're talking,about an entire website that could mean,multiple pages or in the case of an,online store it could actually mean,hundreds or thousands of different pages,if the store had a ton of different,products for example and then coding all,these different pages would not only be,extremely time consuming it would also,be very hard to maintain,because let's say we somehow managed to,create 1 000 different files for 1 000,different product pages just imagine,that in the future someone wants us to,make a simple change to all of them we,would be busy the entire day just doing,the same change over and over and over,again on all these different product,pages and of course i don't know about,you but personally i don't know a single,developer who would enjoy doing that,so the question really becomes is there,potentially a better way,and you know what now that we talk about,it,all these different different product,pages actually look suspiciously similar,to me i mean maybe it's just me but they,all have a title a prize maybe some,images so in essence they're really not,that different from each other right and,maybe also instead of having a thousand,different pages with these hard-coded,values,wouldn't it be cool if we just had one,single template file that works for all,the different products because then we,just need to create the page once and,for the price the title etc we would,then need some sort of a dynamic,placeholder so that we can grab the,right data depending on the product,that's currently viewed and this product,data is available on the shopify backend,anyway,and believe it or not that's exactly,what shopify liquid is,it's a server-side templating language,for building themes and page templates,and you could say it creates a bridge,between your html files and the data of,a store,so that one single template file works,with multiple objects of the same kind,in this example it was products but of,course we could also make the same case,for other types of objects for instance,all the collections are similar,collection template or all the block,articles are similar they all have a,title some con

After seeing the first section, I believe you have a general understanding of DSL Theme 6.0 theme shopify

Continue the next second section about DSL Theme 6.0 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 second section, I believe you have a general understanding of DSL Theme 6.0 theme shopify

Continue the next third section about DSL Theme 6.0 theme shopify

10 Best Shopify Themes With Beautiful eCommerce Designs

10 Best Shopify Themes With Beautiful eCommerce Designs

it's essential to make sure you pick the,exact right e-commerce platform and the,best site theme,here are the best shopify themes with,beautiful ecommerce designs,whether you need a theme for your online,store or to use for your next client,website project,we have you covered woki is one of the,best shopify themes,you could find if you're looking for,versatility it's the latest update,included 16 new skins,loads of blocks to help you build the,ecommerce layout,you want bizzell is a multi-purpose,shopify theme,offering a classic looking storefront,for all kinds of ecommerce businesses,including fashion,electronics and food and drink,shella is all about performance it,includes features such as,advanced filters a banner builder and a,mega menu builder if you want one of the,best shopify templates,this is a great option,gecko is a responsive shopify theme with,a range of,subtly different home pages and layouts,it's bright and inviting and takes,advantage of all the shopify selling,features,under the moniker of fast store version,4 this multi-purpose theme has seen,plenty of updates since the original,version,it's now faster with less complexity and,has seen support for shopify features,like shopify sections added as well,handy is a stylish responsive and easy,to use shopify theme it's a great choice,if you are looking to start a shop,selling handmade products,the theme comes with plenty of features,like an out of the box layout,configurator,that allows you to set custom layouts,mega menus video slideshows,live searches and more,the bell shopify theme by elite author,adorn themes,is worth taking a look at its latest,version includes,four new christmas themed layouts for,when the festive season,comes around this is one of the coolest,shopify themes for sale,on themeforest featuring more than 225,home pages,40 plus drag and drop sections and over,10 headers so you can build your perfect,shopify store,porto shopify theme is not only a,shopify theme it is a powerful package,that has everything you need,for your shopify store,this theme provides many different,layouts and design styles,powerful theme settings and is easy to,customize for any business or store,while also providing over 45 preset,homepage layouts,great for launching your store,immediately,and if you're looking to learn about all,things design why not check out some of,the other excellent videos that,envirotouch plus,has to offer if you like this video and,would like to see more,consider giving us a like and even,subscribing if you haven't already,and don't forget to click the little,bell icon to be notified of all new,videos including tips tricks,and tutorials

After seeing the third section, I believe you have a general understanding of DSL Theme 6.0 theme shopify

Continue the next fourth section about DSL Theme 6.0 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 fourth section, I believe you have a general understanding of DSL Theme 6.0 theme shopify

Continue the next fifth section about DSL Theme 6.0 theme shopify

Collection Filters in Shopify 2.0 - Full Tutorial & Concepts

Collection Filters in Shopify 2.0 - Full Tutorial & Concepts

shopify 2.0 has completely changed the,way that filtering works,we now have a brand new filters section,under the navigation in the shopify,dashboard we can finally filter by price,we can filter by product options like,size without having to tag products with,the size or the price as we had to do,previously on the other hand we are,losing tag based filtering and i know,that's a big deal for many of you,especially if you have a large store,your entire,catalog may have been organized around,tags and now you have to rethink your,whole system it's maybe even a deal,breaker for you with upgrading to,shopify 2.0 but don't worry i'm going to,give you some tips on how you can,transition from the old tag based,filtering system to the new one in,general in this video i'll quickly,discuss the differences between the old,filtering system and the new one in,shopify 2.0 then i'll move on to kind of,a tutorial format i'll teach you,everything about setting up filters and,i'll show you lots of examples first i'm,going to show you how to set up basic,filters like size and price then i'll,show you how to create your own custom,filters using fields my example will be,filtering by fabric and you'll be able,to filter by cotton wool or polyester,and you can apply this knowledge to,whatever it is that you sell it's going,to be the same concept i'll also briefly,talk about color filters and why this is,the most difficult kind of filter to set,up and finally i'll discuss filtering,apps there are a couple of situations,when,filtering apps might be the best,solution for your store for example if,you still really need filtering by tag,and you also want filtering by price and,other advanced filters right then you,might need to use an app but first let's,talk about the difference between the,old filters and the new ones so finally,filters are now a built-in part of,shopify instead of being a feature of a,theme,that's very important difference this is,the reason why,the whole system has changed filtering,in shopify used to be done inside of the,theme some themes had filters and some,did not,so if you wanted filters firstly you had,to get a theme that actually offered,that feature and what you would do is,you tag your products and then you set,up the filters inside the theme,customizer not inside the shopify,dashboard but inside the theme right and,this was very inconvenient because every,theme had a different way of setting,them up you had to read the instructions,for that particular theme and then you,had to name your tags accordingly right,so,usually with underscores or dashes or,some specific format so that those,filters got grouped and they would show,up in the correct way this was bad for a,few reasons firstly it's confusing there,were many times when a client asked me,to help with a bug when really it was,just a matter of naming the filters,correctly it was also time consuming,because you had to manually tag all of,your products or you had to use some,kind of bulk editin

After seeing the fifth section, I believe you have a general understanding of DSL Theme 6.0 theme shopify

Continue the next sixth section about DSL Theme 6.0 theme shopify

Shopify Store Review ⚖️ Does This Drop Shipping Store Have a Chance???

Shopify Store Review ⚖️ Does This Drop Shipping Store Have a Chance???

what's up guys Anton here and I'm gonna,try something different in today's video,I want to actually go through someone's,store so I'm gonna go through a Shopify,store and then I'm gonna give my,feedback and really review it so talk,about things that I would change and,then more importantly talk about why and,the goal of this video is so that person,that wants me to review their store can,obviously get the feedback and hopefully,implement it but also so everyone,watching this including you can get,feedback and you know use this towards,your own store and I hope this helps,whether or not you already have built a,business you know maybe you have a,Shopify store now or maybe you don't,have one yet and you're thinking of,building one either way this could,definitely help you because if you don't,have one yet you're gonna see what kind,of mistakes you can avoid so you do it,right the first time and if you already,have one and you've been kind of like,struggling along not making much money,maybe not getting any sales maybe you're,in the same situation as this person and,that will help you to you know make the,right changes so the reason I'm doing,this by the way and while I click over,here I'll tell you this isn't part of,dropship weekly or anything this is,something that I'm thinking about doing,as a new I guess like YouTube series on,this dropship lifestyle channel so if,you do like it if you want me to review,your store or anything let me know in,the comments below you could just post a,link to your store or you know give the,video a like whatever if you like this,you want me to do more let me know and,I'll do them so this is a post I made on,the community section of our dropship,lifestyle page I guess like five days,ago and I just said I'm thinking of,doing this new show blah blah blah and,then Jeremy said I'd like your opinion,of my store so he put the URL here I,actually already have it open so I'm,gonna pull it up here so this is uh this,is Jeremy store Jeremy thank you for,taking the chance and submitting it,it's called stock up outlet calm and I'm,gonna be you know brutally honest you,know I the first thing that I see when I,land on this page is that I just,wouldn't trust the site and I don't know,what type of site it is so listen as and,this is like no you know hard feelings I,don't not gonna be mean or anything I'm,just gonna let you know like where I,think he kind of went wrong so far and,how you could salvage it but when I land,on the site right let's just say like,somehow I was on Facebook maybe that's,how you're getting the traffic and I saw,a Facebook ad for this baby hammock,sleeping bed and I,clicked on that right let's so let's say,I don't know your site yet I'm on,Facebook I see an ad for this I click it,I come to this page I'm like okay cool I,want a baby hammock sleep in bed but,stock up outlet you know who is this I,don't know let me go to their homepage,and see who the site is can I trust them,and then you know as your potential,

After seeing the sixth section, I believe you have a general understanding of DSL Theme 6.0 theme shopify

Continue the next seventh section about DSL Theme 6.0 theme shopify

Top 10 Shopify Apps For 2023

Top 10 Shopify Apps For 2023

hello everybody Anton Crowley here from,Dropship lifestyle.com and in this video,I'm going to be sharing the top 10,Shopify apps for,2023 should also note I'm coming to you,from this beautiful beach again because,you guys seem to like it last time so,what can I say we are back also a little,note for those of you that are not,familiar with the Shopify App Store,basically what it is is a place that,allows you to add on to your store to,add on functionality to add on things,that would typically cost a lot of money,to pay a developer to custom builds now,if you run a store on Shopify you go to,the App Store you get a free app or you,pay whatever they cost they're all,different prices and you make your store,better and you make more sales and you,make more money okay so with that being,said what I want to do now is switch we,will step into my office and we will get,into the top 10 Shopify app list,crazy how that works almost like magic,but let's start with number one this one,is called simprosis Google shopping feed,now you might know this but one of my,favorite sources of traffic for Shopify,stores is Google ads specifically Google,shopping ads and to make Google shopping,ads actually work and be able to use,them you need to submit what is called,your product feed to Google merchant,center if these are all terms you,haven't heard before and this is,starting to feel like what are you even,talking about just know it's not that,complicated it's a few simple steps to,follow but the first step is getting,your Shopify products into a product,feed that Google will actually reward,you for and get you higher in the,results get your products right get you,more clicks get things approved and so,on and so on and to do this correctly,and be able to have very accurate,product feeds we use this app again it's,called simprosis Google shopping feed,now I will say if you're already on,Shopify you might see their Google sales,Channel and you might be using that,currently my advice is to switch this,app is much more powerful you can,customize your feed much more and it,doesn't only send your feed out to,Google if you wanted to do more you can,for example you can use it for meta,Facebook and Instagram product feeds and,for Bing as well so we do that all,through this one app and again in my,opinion really not my opinion just in,reality it's much more powerful than the,built-in Google shopping feed that is in,Shopify so highly recommend this app now,I also want to mention as we get into,the next nine here these aren't in order,from like you know this is the best one,and then number 10 is the worst one out,of ten I'm gonna put these in an order,where I think it makes sense to kind of,introduce them to your store as you're,getting into the Shopify app world and,looking to grow your Shopify business so,the first thing you need is traffic and,the starting point is getting your,products on Google purchase Center and,again to do that we use this app okay,app number two clavio th

After seeing the seventh section, I believe you have a general understanding of DSL Theme 6.0 theme shopify

Continue the next eighth section about DSL Theme 6.0 theme shopify

Why We're Closing Down + Major Changes To DSL v6.0

Why We're Closing Down + Major Changes To DSL v6.0

what's up guys Anton here and listen I,know I haven't made a video on YouTube,in a while to be honest we've been super,busy as you probably know it's going,into the fourth quarter now of the sales,cycle for pretty much every business,there is so my team and I have been,doing a lot of planning for that and,I'll share more on that with you in a,future video so you can kind of know or,up to but also we were planning and just,at the dropship lifestyle retreat,so this was our fourth annual retreat,you probably know we did it in Chiang,Mai and Thailand's we did one in Krabi,in Thailand last year was in Kona in,Hawaii and this year we were just down,in Playa del Carmen Mexico with like,over 100 other people from drop ship,lifestyles so it was awesome it was a,lot of fun but not what I want to talk,about what I want to talk about in this,video as the the title should say is,this okay version 6.0 of dropship,lifestyle so really cool really exciting,and you probably know this if you're,part of our community every year right,around this time right after our,retreats we closed dropship lifestyle so,we're not closed yet,but we are literally like we're closing,next week but at the time I'm recording,this so I think you know you probably,have if you're watching this the second,it was published it published maybe like,five days or so but we have we do have a,hundred spots left okay so if you want,that go to dropship lifestyle comm slash,go and you'll be able to get one of the,one of the hundred spots you get into,5.0 but when we close we do that so we,could build the newest version okay so,what I have here in my phone are notes,of the newest version and I got these by,literally just having conversations with,these hundred students at the dropship,lifestyle retreat and really cool some,of the things we're gonna bring you if,you're not part of the community maybe,you don't care and if you are part of,the community I would still recommend,watching this so you can know what's,coming to you in version 6 and if you're,not part of the community and you're,thinking about it definitely watch this,because you're gonna want to be able to,get one of these hundred spots now so,you can have access to everything that,we are building for version 6 okay so,the first thing the first user huge,update is a brand new dropship lifestyle,Shopify theme now having our own theme,is nothing new we've had our own theme,for years now I think,and,we do you know provide updates to it,goes we see something that changes we,want to make it more optimized for one,thing or another and we provide updates,but now for the past few months Laura,and a team of two developers have been,working close to full time close to full,time on this a brand-new theme it's,gonna have some massive updates,including it's gonna run a lot faster so,literally built for speed optimized to,load fast,it also looks great it's even more,customizable than our current theme,which is one of the most custom,customizable themes th

After seeing the eighth section, I believe you have a general understanding of DSL Theme 6.0 theme shopify

Continue the next ninth section about DSL Theme 6.0 theme shopify

DSL 5.0 Coming Soon

DSL 5.0 Coming Soon

hey what's up everybody Anton here from,dropship lifestyle com listen if you've,been following us for a while you're,probably aware that dropship lifestyle,has been closed for about the past month,or so that's because we've been putting,a ton of time focusing all of our energy,onto version 5 it's brand-new lots of,updated stuff in there I'm going to tell,you about it in this video give you a,little sneak peek but I want to let you,know that next week on black friday,we're going to do a limited release open,up about a hundred spots for this new,version so if you go to the link below,this page that can get you kind of pre,registered so you'll know as soon as,those spots become available so if,you've been waiting for this if you want,in 25 you can get yourself on that early,notification list so as you probably,know dropship lifestyle has been in,business for over four years now we've,been helping thousands of entrepreneurs,for literally over four years to build,their own e-commerce businesses now not,just with the training we originally,offered but we've been building on that,so every year things change right,dropshipping changes ecommerce changes,marketing in general changes so we,update this course every year to bring,you the newest stuff with what's working,now and of course in version 5 point of,dropship lifestyle that's included,there's extras added that really include,the changes that we've been making but,we wanted to go beyond that this year,and the reason we're doing this is,because we notice really what our,students are looking for right I wanted,to make the training more tailored to,the perfect student for us who we can,get the best results for and it really,turns out that that person is a person,that's looking for absolute freedom,dropship lifestyle members that get the,best results are the ones that are,looking to just really have time people,don't want to dedicate 10 hours day to,this and I get that that's never been,the goal so what we've done this year is,include updated trainings that help you,not only with structuring your business,and running it but also how to do things,as hands off as possible for example one,of the courses that we'd added to,dropship lifestyle for version 5.000% a,born and have your business set up,within you know five or ten minutes a,day that's not what that means but once,you're established our renew effective,outsourcing course will help you so you,don't have to do the day-to-day tasks,you can literally be the manager that's,on a beach somewhere or in their house,somewhere and they just log into the,computer and check sales and make sure,everyone's getting the work done that,they're supposed to be that's what we,help train you on in version 5.2 get a,big angrily get a large chunk of money,in a short amount of time and i'm not,talking about getting rich quick but i,am talking about selling the business,that you create if you're part of,dropship lifestyle you've probably seen,over this past year how many of o

Congratulation! You bave finally finished reading DSL Theme 6.0 theme shopify and believe you bave enougb understending DSL Theme 6.0 theme shopify

Come on and read the rest of the article!