Jump to content

More text in product name


Recommended Posts

Awesome, that worked great :) didnt notice I had that one and dont know why.

 

Though, new products doesnt seem affected by this one, do you know which one is?

 

Edit: Tried to edit the blocknewproduct, but the only truncate i find was this one

<dd class="{if $smarty.foreach.myLoop.first}first_item{elseif $smarty.foreach.myLoop.last}last_item{else}item{/if}">{$newproduct.description_short|strip_tags:'UTF-8'|truncate:100:'...'}

 

and it was already on 75 so nothing i could to there, could i add something to this page or?

Edited by Emilll (see edit history)
Link to comment
Share on other sites

It seems we haven't the same homefeatured.tpl file :

 

Yours :

<h5><a href="{$product.link}" title="{$product.name|truncate:100:'...'|escape:'htmlall':'UTF-8'}">{$product.name|truncate:100:'...'|escape:'htmlall':'UTF-8'}</a></h5>

Try to change this line with this one :

<h5 class="s_title_block"><a href="{$product.link|escape:'html'}" title="{$product.name|truncate:50:'...'|escape:'html':'UTF-8'}">{$product.name|truncate:35:'...'|escape:'html':'UTF-8'}</a></h5>
Link to comment
Share on other sites

Haha im actually totally lost right now.

 

Ok so I have 2 diffrent homefeatured one "homefeatured" and one "homefeaturednew". I only have a homefeaturednew.tpl file in the modules map, not in the theme/modules map, but when I changed the truncate in the module map homefeaturednew.tpl the truncate changed on all featured products but not the "new products". I changed to your code in all the homefeatured.tpl files and all homefeaturednew.tpl file but its not working.

 

So in which .tpl file should i change and what should i change, because as I see it I need to change the truncate on <h2>? not <h5> as you have suggested above. But offcourse i might be wrong because I obviously suck at this haha.. I tried to change <h2> aswell now with the above changes and well, nothing is working.

 

I also tried to delete the homefeaturednew but then all products disepeard..

 

Ohh my god this is frustrating... :huh2:

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