probashi Posted April 25, 2011 Share Posted April 25, 2011 Hi all,I need to put prices on the items shown within the product category module (productscategory.tpl)Could somebody please help.Thanks in advance Link to comment Share on other sites More sharing options...
flashlight-torches Posted April 25, 2011 Share Posted April 25, 2011 Do you mean you want to add the prices to ‘other products from the same category’?If so then you can easily do this by going to modules/productscategory / configure and ticking ‘show the price on the products in the block'.Hope this helps Link to comment Share on other sites More sharing options...
probashi Posted April 25, 2011 Author Share Posted April 25, 2011 Apprentice - thanks for your response. I using PS 1.3.7 and it does not have this feature Link to comment Share on other sites More sharing options...
flashlight-torches Posted April 26, 2011 Share Posted April 26, 2011 oh ok, I’m sure it must still be possible but it is a bit beyond my capabilities I’m afraid.Someone else here with greater knowledge of the software and coding will probably be able to help you further.Good luck Link to comment Share on other sites More sharing options...
kristianmu Posted May 9, 2011 Share Posted May 9, 2011 You can modify the /modules/productscategory/productscategory.tplBy adding : {if !$priceDisplay}{convertPrice price=$categoryProduct.price}{else}{convertPrice price=$categoryProduct.price_tax_exc}{/if} Under: getImageLink($categoryProduct.link_rewrite, $categoryProduct.id_image, 'medium')}" alt="{$categoryProduct.name|htmlspecialchars}" /> I tested it in 1.3.7 and works!Hope it helps you! 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