Jump to content

Help on product description in Subcategory


Recommended Posts

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

post-265182-0-00587100-1319739352_thumb.jpg

Link to comment
Share on other sites

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

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

×
×
  • Create New...