Private collections accesses only through subscriptions

Hello Guys,

I was trying to do something else with my Shopify store, I am learning liquid and need some help.

I was trying to get a closed Collection page only for subscribed customers.

Only when they subscribe can they see the products.

Can someone help me do that?

Hi @Sassy
You can use customer tags for this
If customer have subscription tag the with liquid condition you can restrict that collection.

Hi @Dbuglabpvtltd

Yeah but the subscription tag is added when they sign up, and i don’t want them to have access until they have paid for that. Can you help me with this, because i still don’t know the logic behind this?

Thank you very much.

Hi @Sassy
can you please provide me your store admin access?
So I can go through with this will let you know possible solution.

Thanks

I still haven’t develop anything, but was trying to find a solution through this video

https://jadepuma.com/blogs/shopify-tutorials/restricting-access-in-your-shopify-store#page

But give me just a day and I will finish some of my store and you can have access there.

Thank you very much.

Hi There,

Thank you for sharing your knowledge and tutorials — they have been very helpful.

I have been running a wholesale Shopify store for over a year now. I implemented the restricted access (compulsory login) setup using the guide below:
https://jadepuma.com/blogs/shopify-tutorials/restricting-access-in-your-shopify-store

My website: https://timeone.in

Since implementing the mandatory login restriction, I am facing one issue:

When I share my website or product links on WhatsApp, the favicon, logo, and product images do not appear in the preview. However, when I share links from other Shopify stores, their product images and information display correctly.

Before implementing the compulsory login system, the link previews were working perfectly.

For reference, I have recorded a short video explaining the issue:
https://cdn.shopify.com/videos/c/o/v/cb6418e2843d43fb9d75348a24614df3.mp4

Could you please guide me on how to resolve this so that product previews (image, title, favicon) appear correctly when shared?

Thank you in advance for your support.

Hi :waving_hand:
Yes, this is doable The usual way is to require customer login and then use Liquid in the collection template to check if the customer is l

If you need paid or email-based access, using a membership/lock app is the easiest option.

Hope that helps