Jump to content

Not show full name?


Recommended Posts

Ok, in PS 1.7, you need to edit this file inside theme directory: /templates/catalog/_partials/miniatures/product.tpl , around line 39:

<h1 class="h3 product-title" itemprop="name"><a href="{$product.url}">{$product.name|truncate:30:'...'}</a></h1>

change to:

<h1 class="h3 product-title" itemprop="name"><a href="{$product.url}">{$product.name}</a></h1>

Cheers.

  • Like 1
Link to comment
Share on other sites

Haha, no worries, glad its working.

 

For that other issue, it happens because not all the products have the same height (because in some the name takes 3 lines, in others 1). This can be fixed setting a fixed height equal to your product with the longest name (I wouldn't do it more than 3 lines max) or with some CSS rules of the tine :nth-child for the first item of each row. 

 

To help you better with any of these options I need a link to the site where its happening.

Link to comment
Share on other sites

  • 1 month 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...