abella1 Posted October 27, 2011 Share Posted October 27, 2011 Hello, Can someone please help?? My website look terrible with products display out of order in Sub-category or any of my product page like "new products. When I click on sub-category, each product has product description on it. It's making each product out of order. See attached. How can I take that product description off when I click on sub-category. I still need that description on the actual product page. Hope this make sense? Please help. Thanks. Janet abellagifts.com Link to comment Share on other sites More sharing options...
Mike Kranzler Posted October 27, 2011 Share Posted October 27, 2011 Hi Janet, If you delete the "Short Description" text for each product, it will disappear from the Category View. However, if you would still like for it to appear on the Products page, you will instead want to delete short_description_content from your products.tpl file. If you have any trouble with this, please let me know and I'll be glad to help you out. -Mike Link to comment Share on other sites More sharing options...
abella1 Posted October 28, 2011 Author Share Posted October 28, 2011 Hi, Mike, Yes, I need help and need to know how to remove the short description code from my products.tpl. Please help. Thanks. Link to comment Share on other sites More sharing options...
jhnstcks Posted October 28, 2011 Share Posted October 28, 2011 Its not the products.tpl, the code you want to remove is in the product-list.tpl file. Its will look something like <p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'|escape:'htmlall':'UTF-8'}">{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'}</a></p> Just delete or comment out this section of code. Link to comment Share on other sites More sharing options...
Recommended Posts