miszozon Posted October 29, 2017 Share Posted October 29, 2017 Hi Everyone, I create a B2B service for my shop and I have one question. How to display the wholesale price in the product list? Eventually the base price before discount for selected groups. I tried with code but unfortunately it does not work: {if !$priceDisplay}{convertPrice price=$wholesale.price}{else}{convertPrice price=$wholesale.price}{/if} Thank you in advance for your help. Link to comment Share on other sites More sharing options...
ventura Posted October 29, 2017 Share Posted October 29, 2017 In 1.6 Prestashop´s versions try with $product.wholesale_price Link to comment Share on other sites More sharing options...
joseantgv Posted October 30, 2017 Share Posted October 30, 2017 16 hours ago, miszozon said: Hi Everyone, I create a B2B service for my shop and I have one question. How to display the wholesale price in the product list? Eventually the base price before discount for selected groups. I tried with code but unfortunately it does not work: {if !$priceDisplay}{convertPrice price=$wholesale.price}{else}{convertPrice price=$wholesale.price}{/if} Thank you in advance for your help. Do you want to display both prices or just replace regular price with wholesale price? Link to comment Share on other sites More sharing options...
miszozon Posted November 2, 2017 Author Share Posted November 2, 2017 (edited) ventura thank you for reply, works great Edited November 2, 2017 by miszozon (see edit history) 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