Jump to content

Hiding prices until user logs in


Recommended Posts

Hello,

I'm setting up an industry centric shop where the prices are not for public viewing. How can I create a shop where it's accessible but, prices are only made visible by a user login?

Of course, these users would be approved by us so.

Link to comment
Share on other sites

Unfortunately, there is no option to do this in PrestaShop. You will need to edit all the TPL files (in your theme's directory and modules directory) and put the following code before the prices:

{if $logged}



and the following after:

{/if}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...