klara_galaxee Posted January 15, 2014 Share Posted January 15, 2014 Hello, I am new with Prestashop ,and I am trying to display this text "You must be registered to see the price" instead of the price for visitors customers group and I understood I should modify a tpl file but I don't know which one and I could really use some help ! Thanks! Link to comment Share on other sites More sharing options...
vekia Posted January 16, 2014 Share Posted January 16, 2014 go to preferences > products and turn on catalog mode. you will hide prices. then in header.tpl for example use code like: {if !$logged} {l s='login to see prices'}{/if} unlogged cusomers will see this message then. you can stylize it and place it anywhere you want. it will be more visible then for everyone Link to comment Share on other sites More sharing options...
klara_galaxee Posted January 16, 2014 Author Share Posted January 16, 2014 (edited) OK, but how do I stylize this? I want to put the text under the view link in right_block in every product section . Like in the image attached ( sorry for bad sketch) the text i want ot move where are the red boxes now Edited January 16, 2014 by klara_galaxee (see edit history) Link to comment Share on other sites More sharing options...
klara_galaxee Posted January 16, 2014 Author Share Posted January 16, 2014 (edited) Solved! I put the code above in product_list.tpl Thank you for your help! Edited January 16, 2014 by klara_galaxee (see edit history) Link to comment Share on other sites More sharing options...
tomes Posted February 15, 2015 Share Posted February 15, 2015 Could You please explain where to exactly add the code? Thanx Link to comment Share on other sites More sharing options...
mktm20111 Posted April 1, 2021 Share Posted April 1, 2021 thanks you @vekia but even when the customer is logged, the message still shows and how do we add a link to it? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now