bencak Posted February 4, 2014 Share Posted February 4, 2014 Hello. First I want to say, that I am totally new user of PrestaShop. On my product page, on the bottom I want to display other products from this category. My Example: Categories | subcategories | subsubcategories (there are listed all products) | product Marking equipment - Marking pipes -- Standard size (product one, product two, product three etc) When I open product one, on bottom I want to list all products from Standard size subsubcategory See attached files. Thank you. Link to comment Share on other sites More sharing options...
stottycabanas Posted February 5, 2014 Share Posted February 5, 2014 Hi bencak, welcome to the forums. In back office, go to Modules->Modules and look for the module 'Products Category'. Install/enable this - it should meet your requirements. Cheers, Dave Link to comment Share on other sites More sharing options...
bencak Posted February 5, 2014 Author Share Posted February 5, 2014 Hello stottycabanas and thank you for your reply, that solved my problem. There are product image and product name, but there is no short product description. I've tried to add code from product-list.tpl, but it's not working <p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}" >{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}</a></p> Any solutions ? Thanks! 1 Link to comment Share on other sites More sharing options...
somits1 Posted January 22, 2016 Share Posted January 22, 2016 same Products category not showing price, please help me to solve. Also is there any way to show product from newly added. like currently it showing product from 1 to 30 but i want to show last means 30 to 1. my site is http://www.slmobileprice.com and using prestashop 1.5.6 english Thanks, Somit Link to comment Share on other sites More sharing options...
kavin Posted February 9, 2016 Share Posted February 9, 2016 I am also looking for the same solution, but seems we need to customize the code for it. 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