Trove Posted December 7, 2010 Share Posted December 7, 2010 Hey all, I have searched around on the forum but i can’t seem to find the answer. I am looking for a way to add the price to the productscategory module. Link to comment Share on other sites More sharing options...
PrestaShopDeveloper Posted December 8, 2010 Share Posted December 8, 2010 Unfortunately you can't get the real price in this module. You can only show the price set for the product (i.e. without applied discounts, taxes, etc.):{convertPrice price=$categoryProduct.price} in modules/productscategory/productscategory.tplIf you need the real price, you'll need to modify the module (more accurately to rewrite the hookProductFooter() method - which is 99% of the code)... 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