Jump to content

[Solved] Remove Product Descriptions in - In the same category - module.


Recommended Posts

The "In the same category" module doesn't include product descriptions, only product names. You can remove them by editing modules/productscategory/productscategory.tpl and changing lines 16-19 from:



<a href="{$link->getProductLink($categoryProduct.id_product, $categoryProduct.link_rewrite, $categoryProduct.category, $categoryProduct.ean13)}" title="{$categoryProduct.name|htmlspecialchars}">
{$categoryProduct.name|truncate:15:'...'|escape:'htmlall':'UTF-8'}



to:

{*

<a href="{$link->getProductLink($categoryProduct.id_product, $categoryProduct.link_rewrite, $categoryProduct.category, $categoryProduct.ean13)}" title="{$categoryProduct.name|htmlspecialchars}">
*}

Link to comment
Share on other sites

  • 2 years later...

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...