Jump to content

Double product name in homepage


Recommended Posts

I apologize, the site is now active. I did contact the developer but their answers are usually slow and vague.

 

I also looked on the template in question and you are right as it might be a feature. From what I have noticed on the homepage products you have 2 names: grid name and list name. I only need one name so I need to disable one of these names but I could not find it's source in order to remove it.

 

Thank you for the fast response!

Link to comment
Share on other sites

It worked. In product-list.tpl I had two span classes. One designed to pull up a "grid name" and one a "list name" since this is how the theme was designed. I removed the grid one: <span class="grid-name">{$product.name|truncate:45:'...'|escape:'html':'UTF-8'}</span> and it worked. Thank you Simonas!

Link to comment
Share on other sites

  • 1 month later...

It worked. In product-list.tpl I had two span classes. One designed to pull up a "grid name" and one a "list name" since this is how the theme was designed. I removed the grid one: <span class="grid-name">{$product.name|truncate:45:'...'|escape:'html':'UTF-8'}</span> and it worked. Thank you Simonas!

This didn't work for me, but I deleted one of them, and the other I erased the class=" ". So it ended looking like this 

 

<span>{$product.name|truncate:45:'...'|escape:'html':'UTF-8'}</span>

So far it is working. The only issue I have now is that as I was attempting to fix this issue, my Best Sellers and New Arrivals don't show anything but my Popular items do show up.

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