Create a login collection for specific customers

Hi I am looking for a solution as follows

Tagged customers ( in this case breeders) when logged can access and shop specific products or collection not visable to general public

Is there an app or terms I need to use to find this solution please

thanks

Sam

Hello,

Use this logic

{% if customer and customer.tags contains 'breeders' %} 
 Show the collection or products
{% endif %}

Thanks

Hi

I am not a developer so do not want to access code in case of an issue

I am looking for an app to do the job

Thanks for taking the time to help but it is beyond me

Sam

Hey @Sam011271 ,

Hope you are doing great & safe from deadly COVID-19.

We have team who have capable to develop app for your business.

Please let me know if you available and share your requirement in details.

Email: valay.variance@gmail.com

Awaiting your positive response.

Regards,

Hey @Sam011271 !

There are several apps for Shopify that have the functionality you’re looking for, meaning there’s no need to add custom code to your theme or hire a 3rd party developer to build a custom app on your behalf.

I would suggest trying out the Locksmith app. This app has features that allow you to easily “lock” specific collections (and their products) to prevent them from being accessed by the general public. In order to access the “locked” collections, you can require the customer to login to their account, use a special passcode, have a certain tag added to their account, etc.

Hopefully this helps!

okay but if you have a plan to use an app just for a this little requirement it doesn’t make sense.

But then I need someone who can do this and need to know where the code goes into the system so I have to pay someone and give store access :disappointed_face:

You kindly helped me with the code but I have no idea where you place this and how to make sure it works correctly