Zet4 Posted July 11, 2015 Share Posted July 11, 2015 Hi, I need to put a button in my shop for allow to my customers switch between "catalog mode" and "shopping mode". Where can I find information about it? I am reading the oficial documentation in Prestashop's site but I don´t find anything related. I suppose that I have to modify header.tpl from my theme for html elements, but in the controller(I don't know what controller modify) I have to call to any prestashop's function for switch between both modes. Can you help me? Thanks. Link to comment Share on other sites More sharing options...
Zet4 Posted July 11, 2015 Author Share Posted July 11, 2015 I found a variable which allow to switch the state that I want change, is PS_CATALOG_MODE, but this is a global variable. How can I change from my index view? Thanks. Link to comment Share on other sites More sharing options...
musicmaster Posted July 12, 2015 Share Posted July 12, 2015 Catalog mode is supposed to cover the whole shop. So it is not easy to change it for each customer separately. To do that you would need to maintain a variable for every customer and that requires rather deep knowledge of Prestashop. I think it would be better to resort to Prestashop customer groups instead. You can define whether a group can see prices. So my suggestion would be to define two groups and to transfer the customer from one group to another. Link to comment Share on other sites More sharing options...
Zet4 Posted July 12, 2015 Author Share Posted July 12, 2015 Catalog mode is supposed to cover the whole shop. So it is not easy to change it for each customer separately. To do that you would need to maintain a variable for every customer and that requires rather deep knowledge of Prestashop. I think it would be better to resort to Prestashop customer groups instead. You can define whether a group can see prices. So my suggestion would be to define two groups and to transfer the customer from one group to another. Thanks for your answer, I tell you what I pretend to do. The shop is private, then my customers need to show the products to their customers without prices(catalog mode) and they need see the prices when they want to buy. Then my customers are in one group with you suggestion, or they are in other. Therefore, they have catalog mode, or they haven't. They need both. Thanks again. Link to comment Share on other sites More sharing options...
musicmaster Posted July 12, 2015 Share Posted July 12, 2015 Why don't you give them two login names and passwords: one for catalog mode and one for price mode? Link to comment Share on other sites More sharing options...
Zet4 Posted July 12, 2015 Author Share Posted July 12, 2015 Why don't you give them two login names and passwords: one for catalog mode and one for price mode? Yes, I though that. But is a little uncomfortable that customers have two accounts. So well, now I think this is a temporally solution. Thanks for your answer. 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