Jump to content
  • 0

Show custom text instead of price when users are not logged in


tn222eb

Question

5 answers to this question

Recommended Posts

  • 0

There is a better way for it and this is valid only for Prestashop 1.6.1.1. For other Prestashop versions you should buy a module, or play with own code on template, cause it is not yet working.

 

Simply set "show prices = NO" on the customer group "visitors and guests". This will show no price. The only thing you should add is a notice on footer that prices are shown only for registered customers.

 

for ex. on /themes/default-bootstrap/footer.tpl on last line after {/if} you add:

<center> **Prices are shown only to registered users. <a style="font-weight: bold; text-decoration: underline;"></a></center> <br>  

How to set customer groups prices:  Tab "customers -> groups -> edit guest and visitor by changing "show prices = NO"

 

After the change you should clear browser cache and smarty cache on tab: "advanced parameters -> performance -> button on top right side "clear cache"

  • Like 1
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...