Antarr Posted July 14, 2016 Share Posted July 14, 2016 (edited) I have two groups of the visitors - Clients and Partners. For Partners group I set up Special Prices some like there: http://cdn.inmotionhosting.com/support/images/stories/edu/ps16/product-pricing/3-specific-price.png How I can show to everyone seeing website two prices of the product - one for Clients and one for Partners (with small text below: Push this link to find out how to become a Partner")??? Edited August 11, 2016 by Antarr (see edit history) Link to comment Share on other sites More sharing options...
Daniel Patilea Posted July 15, 2016 Share Posted July 15, 2016 I have two groups of the visitors - Clients and Partners. For Partners group I set up Special Prices some like there: http://cdn.inmotionhosting.com/support/images/stories/edu/ps16/product-pricing/3-specific-price.png How I can show to everyone seeing website two prices of the product - one for Clients and one for Partners (with small text below: Push this link to find out how to become a Partner")??? Take a look here and here Link to comment Share on other sites More sharing options...
Antarr Posted July 15, 2016 Author Share Posted July 15, 2016 (edited) What I really don't like in Prestashop that I should have to edit some engine files to achieve my own small goals. It's not right! I have to do this every time a new version appear. And keep somewhere a big list of all these updates, modifications, appending the code/CSS and so on. Take a look here and here Unfortunately, it's not what I want. Edited July 15, 2016 by Antarr (see edit history) Link to comment Share on other sites More sharing options...
Antarr Posted August 10, 2016 Author Share Posted August 10, 2016 Hello? Is there any paid or whatevere module for it? How I should search it? Link to comment Share on other sites More sharing options...
Antarr Posted August 14, 2016 Author Share Posted August 14, 2016 (edited) Need help! I only want to show Retail price and Specific price both to everyone everywhere. Of cource, one group for whon Specific price is assigned buy products for specific prices. Edited August 14, 2016 by Antarr (see edit history) Link to comment Share on other sites More sharing options...
Antarr Posted August 15, 2016 Author Share Posted August 15, 2016 I have found that I could add line above 185 line of product.tpl like <p id="specific-partner-price">{strip}<span class="price">Partner price: {convertPrice price=$product->specificPrice.price|floatval}</span>{/strip}</p> But it only shows correct value if I already in the custom specific group seeing the page. Otherwise there's an error "Undefined index price in ...". Also I don't know which product tpl's could be edited also. Link to comment Share on other sites More sharing options...
Daniel Patilea Posted August 17, 2016 Share Posted August 17, 2016 Are you planning to display the second price on all of your products? What about the percentage, all your product's second price will have the same percentage? If the answer on the both questions is yes then it's so simple. Near the main price block you add a cloned block of it. Then you add subtract the comission and so the new price for the partners will show up. I hope it makes sense to you. Link to comment Share on other sites More sharing options...
Antarr Posted August 17, 2016 Author Share Posted August 17, 2016 Are you planning to display the second price on all of your products? Yes. What about the percentage, all your product's second price will have the same percentage? No. It is not percentage or same amount of discount at all. It's specific price (which could be set in the submenu with the same title "Specific Price"). For custom clients group. On every product it is separate unique independent different price for each product. I wrote, I found something, but it shows what exactly I need only to custom clients group. Not for everyone. 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