Hide prices and give the customer approval or not

Topic summary

A user seeks to hide product prices from non-logged-in customers and implement an approval system for customer access.

Proposed Solutions:

  • Install a third-party Shopify app like Locksmith that provides price-hiding and customer approval functionality
  • Implement custom code to display prices only when customers are logged in, showing a “Login to see price” button for non-authenticated visitors

Current Status:
The original poster confirmed they need assistance with the custom coding implementation. Multiple respondents offered to help implement the code changes if needed.

Note: Some text in the conversation appears reversed or corrupted, but the core issue and solutions remain clear.

Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

how can I hide prices unless a customer is logged in and how to give the customer approval or not to log in and see the prices?

My website: https://spoontag.com/

Hi @Kareem-bitar There are 2 options through which you can accomplish this.

  1. You can find the 3rd party app in the shopify app store, which will provide you these functionality, I am aware of one of this so mentioning the name of the app: Locksmith.
  2. You can do it with custom coding so that when the customer will be logged in then only they will see the prices.

If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil

1 Like

Hi @Kareem-bitar ,

You can add a code to check if customers log in then price of product will display.

If they don’t, it will appear a button to say: Login to see price

1 Like

@Kareem-bitar Yes, Please use the thrid party app like Locksmith.

1 Like

Thank you for your reply yes I need your help in coding.