Jump to content

how to disable the short description? thanks


Recommended Posts

In your templates directory, modify product-list.tpl

and remove

 

<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|truncate:360:'...'|strip_tags:'UTF-8'}</a></p>

Link to comment
Share on other sites

Advice is to not delete the whole line but better comment out so that when you needed the short description again you only have to uncomment the line again ;)

 

Regards,

 

ysco..

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...