Private content, please login to show or create an account

Hi. I have a question, ok. My shopify website only the customer create a account and they log in finally, they can see the product, who can help me sovle the problem, thank you!

@lrryls
Welcome to Shopify community.
We are happy to help you.
Use the Locksmith app or hire a developer to customized it.
as per are you looking.

let me know if you need any more help.
Thank you.

Hi @lrryls ,

As @Zworthkey mentioned, the Locksmith app is a great tool to use if you’re wanting certain customers to be able to view your products. You can use the app to hide products for customers who don’t have a customer account on your store.

I hope this helps, but please let me know if you have further questions.

Hi @lrryls Keep in mind even using locksmith product data may be accessible via the ajax api.

The following will vary by your settings and theme.

See this redirect based advanced customization suing account settings for the entire site:

https://community.shopify.com/c/shopify-design/site-access-create-a-members-only-store/td-p/613500

You will need to modify it to only activate on product templates {% if template.name == “product” %}.

( :bomb: Note that with redirect methods web saavy visitors may still see the content)

Another advanced customization method is to check the template type in theme.liquid and if there’s no logged in customer then render a login snippet instead of the content_for_layout.

There are many forum posts on this either for content gating, members only, or similar methods with wholesale customizations.

If you need to get this theme customization instead of an app contact me at paull.newton+shopifyforums@gmail.com with info: store url, theme name, customization details.