No video

Create Private Collection For Tagged Customers (Shopify Tutorial)

  Рет қаралды 33,028

Jody Edgar - The Shopify Expert

Jody Edgar - The Shopify Expert

5 жыл бұрын

Get ready for 2023 - with this Shopify online course ( learn Shopify )
- www.jodys.ca/p...
How to create a private collection for tagged customers.
Answering a comment left by phil100, this is how to Setup a private collection based on tags so only customers who have that tag can view the collection.
Liquid Code used in tutorial
{%if customer.tags contains 'vip'%}
{% section 'collection' %}
{%else%}
{{ pages.no-access.content }}
{%endif%}
Too busy to do it yourself? Need additional guidance? No sweat! Sunbowl is always here to help.
Visit us at www.sunbowl.ca/ to book a discovery call 🙂
#sunbowl #howto #shopify

Пікірлер: 206
@dmitryzhurbenko5513
@dmitryzhurbenko5513 2 жыл бұрын
Hey Jody, could you post how to make private collection on 2.0?
@louisverville
@louisverville 3 жыл бұрын
I used this code to make it work- {%if customer.tags contains 'vip'%} {% section 'collection-template' %} {%else%} {{ pages.no-access.content }} {%endif%}
@na77nu
@na77nu 3 жыл бұрын
This should be pinned to the top! #bestcode
@markwillis2780
@markwillis2780 2 жыл бұрын
YESSSSS!!! It worked!!!
@jklhaircouture4003
@jklhaircouture4003 2 жыл бұрын
THANK YOU!
@kblock2012
@kblock2012 Жыл бұрын
oh hallelujah, i've been at this for hours and this is the FIRST CODE to work. Thank you!!
@diegoarmandoguimaraes2292
@diegoarmandoguimaraes2292 5 ай бұрын
Thank you. God Bless You
@Thiago-ne7mx
@Thiago-ne7mx 3 жыл бұрын
I was looking for it for like a whole day!!! And I couldn’t find nothing, then i found this video!!! It solves all my issues with private wholesale mebers!!!! Thank u soooo muchhh 🙏🙏🙏
@graphixjack3285
@graphixjack3285 Жыл бұрын
One last step... Be sure to disable "Quick View" from your Collection pages and Product pages in the theme editor. That'll keep random customers from placing your "private products" into their cart. That happened to us, and it took a while of clicking around to figure out how a non-VIP person purchased a private product. Thanks, Jody!
@MyTbop
@MyTbop Жыл бұрын
How do you do this?
@graphixjack3285
@graphixjack3285 Жыл бұрын
@@MyTbop Depending on your theme, these steps could be different. • Go to your Online store tab > Themes > Customize. • At the top center of the customize page, there should be a drop down list of pages to customize. • Select Collections > Default Collect. Then select the Collection tab in the left hand panel. • On the right, a new panel should open up with display options, and there should be a check box to disable the Quick View.
@graphixjack3285
@graphixjack3285 Жыл бұрын
@kayla bottle fed hot sauce Here's a quick video: kzfaq.info/get/bejne/rpuBo9ujvc_coKs.html The theme used is ShowTime. Hope it helps.
@graphixjack3285
@graphixjack3285 Жыл бұрын
@Hillary Urubu Thanks for the heads up. I tested this out. I copied a direct link to the VIP product page and sent it in an email to myself on a different computer. I wasn't able to access the page without the credentials. Maybe you did something else to access it? I'd like to know.
@Zacnary
@Zacnary 2 жыл бұрын
Very helpful! I used this trick to make a wholesale area. Thank you very much. It was important that I could hide products from the regular crowd and you didn't explain in the video but thankfully you mentioned it in the comments.
@jennyespino7698
@jennyespino7698 2 жыл бұрын
Could you please show me where he explains where to hide the products from the regular crowd?
@Zacnary
@Zacnary 2 жыл бұрын
@@jennyespino7698 He doesn't. I used this video kzfaq.info/get/bejne/i72jkryhztPQiGw.html
@dawiekruger552
@dawiekruger552 3 жыл бұрын
This works great. I do notice the products still appear in the search function on the website event if you are not logged in. And thus you get to the product via the search directly.
@KingChozen
@KingChozen 5 ай бұрын
Maybe those products have other tags, or they may be apart of other collections.
@BonikaShears
@BonikaShears 2 жыл бұрын
This is exactly what I needed. So helpful.
@EHIGG100
@EHIGG100 2 жыл бұрын
I keep getting the liquid error. Liquid error: Error in tag 'section' - 'collection' is not a valid section type after I authenticate myself in my site. I'm using the Venture theme. Everything else is on point. How can I fix this?
@ryanmgraham
@ryanmgraham 2 жыл бұрын
Could you help me out? I keep getting this error " Liquid error: Error in tag 'section' - 'collection' is not a valid section type
@akacharr
@akacharr 2 жыл бұрын
I’m getting it also! If you found a fix please lmk TIA 😊
@Wilko200
@Wilko200 2 жыл бұрын
yeah same, i think this may be a theme 2.0 thing...?
@Immaculate2020
@Immaculate2020 2 жыл бұрын
Collection-template
@billieraysantiago5776
@billieraysantiago5776 2 жыл бұрын
how to solve this please?
@Yathique
@Yathique 5 ай бұрын
Amazing, very helpful
@user-eh3dq3jz6m
@user-eh3dq3jz6m 11 ай бұрын
Hi Jody, Thanks for this tutorial. I wonder if you could help me out here. I'm not able to make this work. Is it because of the incorporation of JSON in shopify? I tried many different way, without positive result. I wonder if this still work with the new update. I hope it's just me the problem. Thanks Olivier
@prettycreativedesigns9969
@prettycreativedesigns9969 Жыл бұрын
Hi, do you have an updated video using JSON format..?
@faechic888
@faechic888 6 ай бұрын
second this!
@dorndorfdachs
@dorndorfdachs 2 жыл бұрын
This helped me a lot in the past couple of days. Thank you.
@jacquelinevignola
@jacquelinevignola 2 жыл бұрын
Incredible! thank you so much for the help!
@armin_zi
@armin_zi Жыл бұрын
Thank you Jody! How to do the same with JSON templates? That would help a lot, thanks!
@jillbeautypdx9455
@jillbeautypdx9455 Жыл бұрын
Yes - having the same issue. I can not save a .liquid template - it only allows .json. The opening 'if' gets a coding error. Any help would be fantastic - Thank you!
@faechic888
@faechic888 6 ай бұрын
third this!
@curlitabeauty
@curlitabeauty 2 ай бұрын
hey great video, whats the JSON code please?
@abdalsaidi6029
@abdalsaidi6029 4 жыл бұрын
can you make a video showing, if customer want to enter to the VIP he needs to pay month or year.
@JustJaxx92
@JustJaxx92 2 жыл бұрын
this was so helpful! thank you so much straight foward
@ABRTRAVELS
@ABRTRAVELS Жыл бұрын
Great Video! Extremely helpful!
@jackillest549
@jackillest549 2 жыл бұрын
so complicated, I wish there was a easy way to just set up a password for a certain page, rather than password lock the entire website
@DawnOrganics
@DawnOrganics 2 жыл бұрын
Fantastic, thank you very much. Comes with "Liquid error: Error in tag 'section' - 'collection' is not a valid section type" for shopify 2.0
@to6905
@to6905 Жыл бұрын
did you find how to fix ?
@karinagarces7642
@karinagarces7642 3 ай бұрын
did you figure this out?
@TheBrooklynSmithy
@TheBrooklynSmithy 3 жыл бұрын
Absolutely genius!! Thank you SO much this.
@risingjoycreations4380
@risingjoycreations4380 11 ай бұрын
Thank you for the tutorial, Jody. I can't figure out how to edit the code with the changes for 2.0 to JSON format. Would you consider making an update to this video?
@stx395
@stx395 10 ай бұрын
Hey, did you hav any luck with this?
@user-vc2xo7gs5e
@user-vc2xo7gs5e Жыл бұрын
So good! Thank you!
@beckysuperswag
@beckysuperswag 2 жыл бұрын
doesn't work. keeps saying: Liquid error: Error in tag 'section' - 'collection' is not a valid section type. you need to put section - 'main-collection-product-grid'
@karinagarces7642
@karinagarces7642 3 ай бұрын
did you figure this out?
@keithpage819
@keithpage819 Жыл бұрын
Hi Jody. Did everything word for word link you. When not logged into the store the code works as advertised. However when I login then try to view the collection I get this error message. (Liquid error: Error in tag 'section' - 'collection' is not a valid section type) Do you happen to know what I am going wrong? This is the text I am putting into code. {%if customer.tags contains 'vip'%} {% section 'collection' %} {%else%} {{ pages.no-access.content }} {%endif%}
@uniqueclay
@uniqueclay Жыл бұрын
Same here. is there a fix ?
@Myluxurylisting
@Myluxurylisting 2 жыл бұрын
I have created the private collection, have tagged customers to restrict who can see the collection and everything is working as described. How do we hide the products from our catalog showing everything in the store. Those products are still showing in the catalog.
@remibedard5494
@remibedard5494 4 ай бұрын
THANK YOU so much!
@annalyncharmyjeffrey5458
@annalyncharmyjeffrey5458 3 ай бұрын
Sorry to reply on this thread as your comment is recent but does this work on the current Shopify?
@user-wp9zf3ro2d
@user-wp9zf3ro2d 5 ай бұрын
Has anyone got a recent solution to this? Also getting Liquid error: Error in tag 'section' - 'collection' is not a valid
@MrReRun100
@MrReRun100 Жыл бұрын
This is not working for me and I do not understand why. I created a product and a collection. I put in the syntax with the correction in the comments and its not working.
@liznoeggerath
@liznoeggerath 2 жыл бұрын
i keep getting an error everytime i want to save the coding on the page
@kirstygipson9258
@kirstygipson9258 2 жыл бұрын
Hi Jody, has there been an update to this? I'm using Impulse latest version, I think I have the 2.0 issue as there isn't a section for me to select on collections under sections - I can only pull in the collection header which is a bit useless 😂 I'm hoping there's some guidance you can offer 😄
@DawnOrganics
@DawnOrganics 2 жыл бұрын
having same issue, can't find any solution
@cm579
@cm579 3 ай бұрын
Mine keeps saying sections/collection.liquid does not exist what am i doing wrong?
@ronysaab3661
@ronysaab3661 2 жыл бұрын
Hello jody, is this video for Debut theme or its the same, because when create a new template they tell me this "{% comment %} The contents of the collection.liquid template can be found in /sections/collection-template.liquid {% endcomment %}", is there any problem with me inorder to fix ?
@markwillis2780
@markwillis2780 2 жыл бұрын
I get the same message. I'm stumped here. I tried inputting the text exactly how he did and deleting what it defaulted to, but it doesn't work. My collection when logged in, just shows the design page of the collections site
@nickdemore1697
@nickdemore1697 2 ай бұрын
is it possible to make the VIP tag process automated? for example, if the user has purchased 3 products then they will automatically get tagged as VIP.
@leoniesmith1083
@leoniesmith1083 2 жыл бұрын
Hi Jody, Great tutorial Thanks!! If the search bar is used by non-VIP customers, products are showing up & can be added to the cart. Is there a way to stop this?
@stx395
@stx395 11 ай бұрын
Hey, I set everything up. However, when a tagged customer goes to view the collection they see the no access page for some reason?
@shankitamearis7731
@shankitamearis7731 Жыл бұрын
I was able to create the collection and it’s private. But somehow I am still able to search the item from the search bar and it still shows to everyone. How can I correct this?
@liznoeggerath
@liznoeggerath 3 жыл бұрын
WHAT IF I JUST WANT TO MAKE ONE PAGE IN THE NAVIGATION WITH PASSWORD ONLY ONE PAGE ??
@couleursterroirs7116
@couleursterroirs7116 3 жыл бұрын
Thanks a lot, it was very useful .
@howtoshopify
@howtoshopify 3 жыл бұрын
You bet !
@williamthaggard5892
@williamthaggard5892 2 жыл бұрын
Jody this is amazing and so help- thanks a million! I'm having trouble here because customers who are tagged VIP still cannot access the private collection. I've followed the instructions to a tee several times but I can't seem to figure this out. Any advice you have would be greatly appreciated! x
@afrobaby25
@afrobaby25 2 жыл бұрын
im going through the same thing right now, watch this video for 2 days several times. any advice would be great!!
@marcybrennanart8477
@marcybrennanart8477 Жыл бұрын
Thought this was the answer for me, but none of the sign-ups for my newsletter in flodesk appear in my Shopify customer list. I’ve integrated Shopify and flodesk, but since newsletter sign-ups are different from customers, this process doesn’t help unless I manually add the flodesk names to Shopify customer list. So much for automatic integration. 😢 Any ideas?
@joonwoongchang5169
@joonwoongchang5169 3 жыл бұрын
My collection still shows items although I am logged out.. Could anyone please help.. (Prestige Theme)
@TheSketchyEddie
@TheSketchyEddie 2 жыл бұрын
same here its not hiding the collections
@hugoflear5257
@hugoflear5257 2 жыл бұрын
Hi, could someone help me i keep getting liquid error: error in tag ‘section’ - ‘collection’ is not a valid section type
@DawnOrganics
@DawnOrganics 2 жыл бұрын
getting same error, haven't been able to fix it. It's probably got to do with the new shopify 2.0 themes, since a lot has moved around
@ash-chi11
@ash-chi11 10 ай бұрын
Hi there, does this work anymore in 2023? I tried to copy the template and there was nothing there?
@howtoshopify
@howtoshopify 5 жыл бұрын
Visit us at www.sunbowl.ca/ to book a discovery call 🙂
@TheSketchyEddie
@TheSketchyEddie 2 жыл бұрын
This video didnt work for me. Keeps saying saying( This file contains the following errors: Line 2 - Liquid syntax error: Error in tag 'section' - Valid syntax: section '[type]'). The default collection coding looks different than your screen when following along with the video
@jennyespino7698
@jennyespino7698 2 жыл бұрын
I have tried this and got it to work... however... the products are still showing in the all products section (accessible to those who are not logged in). I'm trying to make a wholesale page, and want all of these products hidden to everyone except to those who are logged in and tagged as wholesale customers. Any insight?
@michaelgibson8504
@michaelgibson8504 2 жыл бұрын
I fixed this same problem by creating a collection called "all" and then using tags. So, my private (wholesale) collection shows only products tagged 'wholesale' and the "all" collection shows only products tagged 'retail'.
@snwgifts
@snwgifts 2 жыл бұрын
Will there be an update for the 2.0 store?
@jocelynwong4475
@jocelynwong4475 3 жыл бұрын
For some reason, this keeps showing up "Liquid error: Error in tag 'section' - 'collection' is not a valid section type"
@TerriDemon
@TerriDemon 3 жыл бұрын
I was having this issue too! It depends on what theme you're using. Select a section in your theme that allows you to pick a collection to showcase (you can test it on your homepage) then type {% section 'section-title.liquid' %} and it should work. For me, I use the Venture them so I typed {% section 'list-collections-template.liquid' %}
@ItsKimestry
@ItsKimestry 3 жыл бұрын
Use the Shopify app name “ Hide Collection- Secret Store. (It’s the app with icon of a brown box on it) You add all the items you want hidden form gen public into a collection.This app will hide the collection and give you a url to send in emails. Way easier If that what your looking to do. It’s free for one month then $5.00 after.
@PowerEquipmentMan
@PowerEquipmentMan 2 жыл бұрын
Awesome video! Just what I needed. Now is there a simple way to automatically tag a customer as soon as they purchase a specific item? So basically we are creating a "restricted page" that the customer would only have access to after they purchased a specific item. Thanks!
@MyTbop
@MyTbop Жыл бұрын
Hello, this is a great video. I just want to create a private section on the website not for the general public. We have a particular set of items for one group of people. Is this the correct method to use? I am just having trouble because this a newer version. Can anyone help with adding a new template. When I add a new template there are other codes listed, not shown on the video. What do I do with those codes and should there be spaces between the lines? I created by collection pages, but my products will not allow me to select the collection I created a no access page but how do i connect it to the collection. Anyone help?
@Thiago-ne7mx
@Thiago-ne7mx 3 жыл бұрын
It is not showing the collection i want !! It Keeps showing a different collection! How can I solve it?
@Thiago-ne7mx
@Thiago-ne7mx 3 жыл бұрын
I figured it out!!! Insted of using “colletion” you have to use “collection.template” ,“collection_template” , “collection_templates” or “collection_templates” !!!!! Try it 👍👍👍
@Thiago-ne7mx
@Thiago-ne7mx 3 жыл бұрын
Thats because of the template you use.
@BeyondBodie
@BeyondBodie 2 жыл бұрын
first let me say, great video! thank you for your help. I have a dilemma when I test this out, it works perfect when I am not signed in. When I test it as a signed in person, with the tags added to my customer profile, it doesn't work. It gives me an error, saying, "Liquid error: Error in tag 'section' - 'collection' is not a valid section type. Can you please help?
@to6905
@to6905 Жыл бұрын
did you find how to fix ?
@BeyondBodie
@BeyondBodie Жыл бұрын
@@to6905 no. Jody never responded to my comment on here. I ended up having to pay someone to help me, and they didn't even show or tell me what they did.
@ElectronikGeek
@ElectronikGeek Жыл бұрын
its simple if u are using template like dawn u collection are .json so dont use this code.. {%if customer.tags contains 'vip'%} {% section 'collection' %} {%else%} {{ pages.no-access.content }} {%endif%} u need to use this code below to work and dont get any error if u are using template like dawn.... {%if customer.tags contains 'vip'%} {% section 'main-collection-product-grid' %} {%else%} {{ pages.no-access.content }} {%endif%}
@dkentt06
@dkentt06 Жыл бұрын
@@ElectronikGeek So dont use a liquid but use .json if using dawn theme?
@ElectronikGeek
@ElectronikGeek Жыл бұрын
@@dkentt06 yes dawn theme use json not liquid so u need to use the code that i share
@LazysCoralHouse
@LazysCoralHouse 8 ай бұрын
Will the individual product if searched such as the bag name will it be found and opened by a non authorized user?
@NouriTressHairProducts
@NouriTressHairProducts 3 жыл бұрын
The Shopify create template look and feel is different now. Can you provide update? Thanks.
@briansandberg
@briansandberg 8 ай бұрын
Hi Jody. Fantastic video's 🙂 - Could this be made with "private Menu for tagged customers" as well?
@ontetimm3603
@ontetimm3603 3 жыл бұрын
i keep watching this and its not clear on how to attach the 'no-access ' page.
@morganclapp5554
@morganclapp5554 2 жыл бұрын
the 2nd to last line of code no-access is the page name , code directs to that
@lieseho2072
@lieseho2072 2 жыл бұрын
Hey Jody, thanks for this awesome tutorial! I love your teaching style, very clear! :D I was wondering, in the first line of code {%if customer.tags contains 'vip'%} can I change it so that anyone who has created an account gets to be an instant VIP without me having to tag them? I am obviously not a coder, but I am having fun building my first store! :D I hope you see this and can respond! Many thanks!
@howtoshopify
@howtoshopify 2 жыл бұрын
HI Liese, Sorry for the late reply; been a busy month. Yes, if you just change the if statement to {%if customer%} it will only look to see if the customer is logged in regardless of the Tags they have sent.
@LaurenCasper
@LaurenCasper Жыл бұрын
Hello. Wondering if you have heard of this working with the Minimal theme? I have all the tags in place and it's still not pulling up the collection once I log in. Any tips?
@mitchellstewart3704
@mitchellstewart3704 2 жыл бұрын
I have got it to work on product page & the collection page, but when searching for these products they are visible in the search bar results once clicking enter, also in the suggested products when typing they are visible. I’s there a way to remove this?
@BonikaShears
@BonikaShears Жыл бұрын
This was working and now not working. Did shopify change something?
@kellybainbridge6879
@kellybainbridge6879 2 жыл бұрын
Hi Jody thank you for this it was very helpful, i have got my collections working perfectly, now i would like to have the collections page show only the collections that a customer has access to, do you have any videos that might help me to acheive this? Thanks :)
@jasmiabrooks8524
@jasmiabrooks8524 2 жыл бұрын
Hello Q? Would this same method work for certain products? I'm asking because, if the customer select "see all" products the "private collection" can still be seen. So, should I implement this same method but change the words to {%section or Tag' Product-Preorder'%} and continue with the rest of the code? #Help
@lacombemae
@lacombemae Жыл бұрын
Amazing tutorial! Thank you. How do you hide those items from everyone else in the search and other automatic collections?
@howtoshopify
@howtoshopify Жыл бұрын
You have to add the if statement around the product-grid-item include ( it’s different in every theme ) but you should be able to find it on search.liquid and collection-list.liquid. Or if you are on a newer theme with sections everywhere you want to look in snippets for the include file. Then put the if statement around that.
@dopehairqueen2030
@dopehairqueen2030 3 жыл бұрын
not linking to the no access page
@AVP1999
@AVP1999 3 жыл бұрын
Hey, I'm getting this error " Liquid error: Error in tag 'section' - 'collection' is not a valid section type "
@marioestrada4734
@marioestrada4734 3 жыл бұрын
sameeeeeee. Please help
@thepackcardshop1517
@thepackcardshop1517 3 жыл бұрын
I had this error as well and was trying to figure out a solution. The mistake I made was when I created a new template, I erased all the code that was there by default and just typed what was shown to us in the video. The way I fixed it was by not deleting any of the coding after creating a new template and just copy and pasting: {%if customer.tags contains 'vip'%} {% section 'collection-template' %} {%else%} {{ pages.no-access.content }} {%endif%} I put that code in the top rows, while my other coding was still below it. Hope that makes sense!
@trendsetterlondon
@trendsetterlondon 2 жыл бұрын
@@thepackcardshop1517 I understand but on my page there is no original coding. Do you know why this could be?
@LgtvBudsmith
@LgtvBudsmith 3 жыл бұрын
Awesome video. Thank you. is this essentially a free locksmith?
@LloydWag
@LloydWag 2 жыл бұрын
Thank you, Jody. I can't see how to assign a password to the customer. Have I missed a step?
@hertru
@hertru 3 жыл бұрын
If the customer search for the product manually in the search menu, the product will show. How do i make my VIP Products only to appear in the private collection?
@zohaibxaibii
@zohaibxaibii 4 жыл бұрын
what if we dont want to put vip, i mean if we just want the user to login and he/she will be able to see that collection...what to do for?
@iliasshad8843
@iliasshad8843 3 жыл бұрын
You can just replace {% if customer contains VIP %} with {% if customer %}
@jessygoar6300
@jessygoar6300 3 жыл бұрын
hey thanks a lot for the detailed video, will this work on plak theme ?
@katiemartin9254
@katiemartin9254 2 жыл бұрын
GREAT tutorial. Is there a way you can unlock the private collection simply by them creating an account?
@beckysuperswag
@beckysuperswag 2 жыл бұрын
'if customer" tag only
@Krossthreds
@Krossthreds 2 жыл бұрын
Can you please make a video showing how to make a collection private for only those who have made an account?
@patrickfissler8580
@patrickfissler8580 Жыл бұрын
Im getting "Invalid JSON: unexpected token" any idea?
@jjhgcustomdesigns9455
@jjhgcustomdesigns9455 Жыл бұрын
Hi, I'm trying to follow alog but my files are json not liquid, does it matter and can I create the new template under the json extension?
@howtoshopify
@howtoshopify Жыл бұрын
Json is for online store 2.0. So unless you have an upgraded theme. ( newer than June of 2022 ) you need to create liquid files.
@bvglvdy2564
@bvglvdy2564 4 жыл бұрын
Now I keep getting featured collection pop up, help please
@Philxxxxxx
@Philxxxxxx 5 жыл бұрын
Great 👍 thank you for this! Can I ask that the products in the private collection would they also be hidden via the shop search or would the non tagged customers be able to get to those products by using the search? Thank you
@howtoshopify
@howtoshopify 5 жыл бұрын
Good question. Yes those products would be searchable. In the setup it’s assumed that you these products wouldn’t be found on any other collection page. If you want to do make the product page protected aswell you would have to do the same procedure on the product.liquid page.
@williamsvmb
@williamsvmb 4 жыл бұрын
Jody Edgar - The Shopify Expert do you mean go back and do the same set up like we did for collection?
@lindsaymarshall7608
@lindsaymarshall7608 2 жыл бұрын
@@howtoshopify Thank you so much. I have manages to do this to block people from seeing the product page. However, the product is still showing in the search and as a lightbox which can be added to cart. Any help here?
@Zacnary
@Zacnary 2 жыл бұрын
@@lindsaymarshall7608 Lindsay use this tutorial kzfaq.info/get/bejne/i72jkryhztPQiGw.html
@thefccollection7732
@thefccollection7732 2 жыл бұрын
I keep getting the no access page, even when tagged and logged in. How do I solve this?
@softblackwoman
@softblackwoman 4 жыл бұрын
Can we link this “hidden collection” to a “VANITY” URL? And it “appear” as that URL while the VIP customer shops or would the url turn into the normal site’s name that non-vip clients usually see?
@NotProfane
@NotProfane 3 жыл бұрын
did you find a solution for this?
@softblackwoman
@softblackwoman 3 жыл бұрын
@@NotProfane I decided to do drop shipping for the incognito brand from Teespring. Teespring allows you to create a storefront and it does not connect to your other storefronts publically. Although I am still considering doing this private collection thing-it’s the best video I’ve seen on KZfaq as far as this topic
@softblackwoman
@softblackwoman 3 жыл бұрын
@@NotProfane Also a friend of mine who builds a lot of websites explain to me that I can definitely point the URL to the site of my choice… I believe she called it “masking” with masking everything people do on the site will make it look like it’s still under the name I choose. Still under the same site so I would likely build those products on my shop a phi site and point them to another name with the masking process-and keep it separate from my other products.
@7byraz
@7byraz 4 жыл бұрын
Hi Jody, so I am trying to follow your step by step, however under edit code, mine comes with for contents unlike yours that has only one,. where do I write in the codes? thanks
@corienahernandez9651
@corienahernandez9651 3 жыл бұрын
Mine as well and I cannot get it to work and I've done step by step 3 times🤦‍♀️🥺
@donnam693
@donnam693 2 жыл бұрын
@@corienahernandez9651 me too! I get to the page to sign up as a VIP when I am not logged in, but when I log in and I am tagged as vip it just give me a blank center I can see the navigation bar and the bottom of my page but nothing in the collection
@BTWIP
@BTWIP 3 жыл бұрын
Great video!! In case you have a few different private collections triggered by different tags, is there a way to add maybe a hidden field carrying a string from a URL for example that would allow previous and new customers to had this tag automatically added to their account?
@howtoshopify
@howtoshopify 3 жыл бұрын
You can’t tag an account through the front end of Shopify. You would need to access the customer account through the API which would require a private app.
@whymeditationbymarleneschnoor
@whymeditationbymarleneschnoor Жыл бұрын
Hi Jody, Great tutorial! I'll set up my own private collection using it! Quick question - when you have created a private collection .. is there any what to add automatic discounts to the products within this collection? A discount that only shows when the customer with the VIP tag is logged in? Hope you can help me clarify this :) Cheers, Marlene
@howtoshopify
@howtoshopify Жыл бұрын
Hi Marlene, so the answer to this is kinda of ? You can create a customer segment that is based on tags and then have the discount only apply to those client. However, the customer will need to login; which should be an issue for you since you are setting up a private collection based on tag.
@matsquad7161
@matsquad7161 2 жыл бұрын
Can i make it so that when someone makes a purchase it tags them as VIP? Thanks
@nowisdumb9773
@nowisdumb9773 2 жыл бұрын
How would you go about it with Shopify’s Online Store 2.0 where best practices for templates should be .JSON files instead of liquid? 🤔
@howtoshopify
@howtoshopify 2 жыл бұрын
Online Store 2.0 isn't available for Collections or Customers yet, so it wouldn't change anything quite yet. Its going to be a few months before they finish rolling out online 2.0 for the entire ecosystem.
@Wilko200
@Wilko200 2 жыл бұрын
@@howtoshopify can you do an update now that 2.0 is here?? thanks!
@stx395
@stx395 10 ай бұрын
@howtoshopify@@Wilko200 yes please can you helpp
@lolloufloudmer9922
@lolloufloudmer9922 3 жыл бұрын
Hey there thank you for the video great content. I'v done every step though even if the csutomer is loged in the page no-access shoes up ?
@kerrybenton3988
@kerrybenton3988 3 жыл бұрын
I'm having the same issue. Every thing works except when logging in - Still no access. Does anyone have an answer to this?
@jakebondurant
@jakebondurant 3 жыл бұрын
Same here. Any ideas?
@riseshine7249
@riseshine7249 3 жыл бұрын
how can u remove the catalog option? or hide it from customers
@otrcreative9042
@otrcreative9042 3 жыл бұрын
Great tutorial. Unfortunately, I keep getting a Liquid Syntax Error for the {% else%} line. Thoughts?
@howtoshopify
@howtoshopify 3 жыл бұрын
Make sure your if statement has a {%endif%} at the end after the {%else%} statement.
@thetechneckredneck144
@thetechneckredneck144 Жыл бұрын
instead of tags and such is there any way just to make it password protected?
@marion.spence
@marion.spence 2 жыл бұрын
code looks very different in my spotify account.
@bvglvdy2564
@bvglvdy2564 4 жыл бұрын
Hi I’m getting Liquid error: operator contains
@haynesiest215
@haynesiest215 Жыл бұрын
do you have a tutorial for json?
@howtoshopify
@howtoshopify Жыл бұрын
No sorry, I don’t. What would you like to see from a json tutorial ?
@haynesiest215
@haynesiest215 Жыл бұрын
@@howtoshopify I am using the dawn template so all my collections are in json, the liquid scripts in your video don’t work in my template? Sorry I’m new to this stuff. I basically want to create a private collection in the dawn template?
@howtoshopify
@howtoshopify Жыл бұрын
Ahh I see. You just looking in the wrong place. Shopify 2.0 themes move the liquid code from templates to sections. If you look in the first line of the json template you will see the name of the section where the liquid code is stored. If you open up that section. Ie section-collection you can add the same code from my older videos to it and it should work.
@howtoshopify
@howtoshopify Жыл бұрын
I might be able to make a video that explains how to implement old tutorials on to Shopify 2.0 themes. I’ll put it on the list.
@haynesiest215
@haynesiest215 Жыл бұрын
@@howtoshopify Thank you so much!
@michaelfarrace6276
@michaelfarrace6276 3 жыл бұрын
Hey Jody. I keep getting this error. What should I do to fix it?
@michaelfarrace6276
@michaelfarrace6276 3 жыл бұрын
Line 2 - Liquid syntax error: Error in tag 'section' - Valid syntax: section '[type]'
@TheSketchyEddie
@TheSketchyEddie 2 жыл бұрын
@@michaelfarrace6276 that happened to me to. I had to hit enter and create a space between this code and the code that was already there
@Krossthreds
@Krossthreds 2 жыл бұрын
Can we please get an update for the error code a lot of us are dealing with?
@beckysuperswag
@beckysuperswag 2 жыл бұрын
you need to put section - 'main-collection-product-grid' (took me hours to figure out ugh!!!) however, other people have pointed out you can find the hidden products through search. I wonder how to stop this...
@stx395
@stx395 10 ай бұрын
with a liquid template or json@@beckysuperswag
@amcurl2002
@amcurl2002 3 жыл бұрын
If I wanted to make that collection free for members, how would I do that?
@howtoshopify
@howtoshopify 3 жыл бұрын
You would have to do this with a discount code. I made a video showing how to do this -- kzfaq.info/get/bejne/n8pdiJdnsdLOqmQ.html
@anderja012182
@anderja012182 4 жыл бұрын
For some reason I am getting the error below: Liquid error: Error in tag 'section' - 'collection' is not a valid section type Any reason why? Thanks in advance.
@ferrislim1182
@ferrislim1182 4 жыл бұрын
I'm having the same problem. Please help!
@bvglvdy2564
@bvglvdy2564 4 жыл бұрын
Me please help
@frontrow2321
@frontrow2321 4 жыл бұрын
Me too!
@ABZ0L
@ABZ0L 4 жыл бұрын
try using this. worked for me {%if customer.tags contains 'vip'%} {% section 'collection-template' %} {%else%} {{ pages.no-access.content }} {%endif%}
@musicrunsthroughme1
@musicrunsthroughme1 3 жыл бұрын
@@ABZ0L THANK YOU SO MUCH!!!
@Shecri098
@Shecri098 Жыл бұрын
does it work the same for .json?
@howtoshopify
@howtoshopify Жыл бұрын
Yes. But you need to put the liquid code in the snippet not the .json file.
@Shecri098
@Shecri098 Жыл бұрын
@@howtoshopify thank you for your response Jody!! Also, do you know if there’s a way we can automized people who create an account to be tagged as wholesalers?
@howtoshopify
@howtoshopify Жыл бұрын
I usually recommend tagging accounts manually after the wholesale application has been approved by a person. However, you can modify the account signup form to include tags if you like. You’ll have to look at the Shopify documentation on how to do that. I don’t have a video that walks through it yet.
@Shecri098
@Shecri098 Жыл бұрын
@@howtoshopify Thanks for answering again Jody! Last question, is it possible to hide the VIP Collection tab when people are not logged in as VIP?
@howtoshopify
@howtoshopify Жыл бұрын
​@@Shecri098 Yes, its a little bit complex to place it anywhere but the end of the bugging of your menu but to do that; add a static link after the {%endfor%} {% if customer.tags contains "vip" %} vip {% endif %} This will add the link to the end of menu.
@cassandramassone4597
@cassandramassone4597 3 жыл бұрын
I do not have the "theme templates " bar in my collection . HeLp please
@howtoshopify
@howtoshopify 3 жыл бұрын
If you only have one template created it for won’t show the option. You need to create a new template under edit theme for it to show the option.
@cassandramassone4597
@cassandramassone4597 3 жыл бұрын
@@howtoshopify do you happen to have a video I can watch to find out how to create a new template. New to this, sorry
@cassandramassone4597
@cassandramassone4597 3 жыл бұрын
@@howtoshopify nevermind, you showed in this video. I was overthinking I guess lol THANK YOU SO MUCH
@maddielockwood
@maddielockwood Ай бұрын
Another code to add into new private template if this doesn't work: {%if customer.tags contains 'vip'%} {% section 'main-collection-product-grid' %} {%else%} {{ pages.no-access.content }} {%endif%}
@AmandaDarko
@AmandaDarko Жыл бұрын
it's giving me this Liquid error (templates/collection.Secret_Store line 3): Error in tag 'section' - 'collection' is not a valid section type The words collection and vip are highlighted red in the code. So I’m guessing something is wrong there.
@FarsKaffeBuild
@FarsKaffeBuild 3 ай бұрын
Same here :)
How To Give Early Access To A New Collection In Shopify
19:13
BitBranding
Рет қаралды 7 М.
Add Wholesale Area To Your Shopify Store Without The App - 2022 FREE TUTORIAL
16:33
I'm Excited To see If Kelly Can Meet This Challenge!
00:16
Mini Katana
Рет қаралды 33 МЛН
Fortunately, Ultraman protects me  #shorts #ultraman #ultramantiga #liveaction
00:10
奧特羅羅 Ultraman
Рет қаралды 4,4 МЛН
Pool Bed Prank By My Grandpa 😂 #funny
00:47
SKITS
Рет қаралды 18 МЛН
Кадр сыртындағы қызықтар | Келінжан
00:16
Automatic Discounts For Tagged Customers (Shopify Basics)
10:50
Jody Edgar - The Shopify Expert
Рет қаралды 9 М.
Top 3 Shopify Alternatives - Cheaper and Better
19:46
MyWifeQuitHerJob Ecommerce Channel
Рет қаралды 536 М.
How to use Customer Accounts in Shopify [NEW FEATURE]
10:35
BitBranding
Рет қаралды 30 М.
How to add a wholesale area to your Shopify store (free, no app)
18:05
Leighton Taylor
Рет қаралды 79 М.
Shopify Bundles App Tutorial 2024 - Everything You NEED To Know!
16:16
Why is THIS the PERFECT Landing Page?
12:34
Wes McDowell
Рет қаралды 155 М.
10 Innovative Customer Loyalty Programs (And How To Start Yours)
20:49
Learn With Shopify
Рет қаралды 85 М.
Shopify: How to hide products from search and collections?
6:15
How to Shopify
Рет қаралды 6 М.
I'm Excited To see If Kelly Can Meet This Challenge!
00:16
Mini Katana
Рет қаралды 33 МЛН