ravishtiwari Posted December 6, 2015 Share Posted December 6, 2015 Hi, I am working on a product list and detail page with PS 1.6 where I need to display Unit price with and without Taxes. Not just one of them, both prices. I found a solution to this, and I can use: {convertPrice price=$product.price_tax_exc} however, there is a catch. for example, if you buy 1 unit, the price say is : $10, but, if you buy 5, it's 40 ($8 a unit), for 10 pc, its $ 75, and so on, and taxes are applied flat on total price. This kind of price schema is applicable to only certain categories or product. My question is, is there a way in Prestashop to do this? Can this be done by doing some configuration from Admin Panel? -Ravish Link to comment Share on other sites More sharing options...
tuk66 Posted December 8, 2015 Share Posted December 8, 2015 You mentioned the initial price, but the price for combinations and quantities are managed by JavaScript. Read the product.js file in your theme. 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