Jump to content

Change number of letters on some places


Recommended Posts

Hi

 

I´m trying to modify a template i bought from the theme shop, however I´m struggling with the number of letters for example in the basket.

 

If you add the product, only some of the text is visible and it becomes like "BBQ Sås...." and not "BBQ Sås Stubbs Original, 510g"

 

How can i change this? it´s the same on the feature page and it would be ok to make it to 2 lines but I wan´t everything to be visiable

 

check www.enpresentkorg.se, there you can see what i mean.. i hope..

 

Any help is greatly appriciated!

 

Link to comment
Share on other sites

 

 

If you add the product, only some of the text is visible and it becomes like "BBQ Sås...." and not "BBQ Sås Stubbs Original, 510g"

 

 

modules/blockcart/blockcart-json.tpl

 

there is a code like:

"name":          "{$product.name|html_entity_decode:2:'UTF-8'|truncate:15:'...':true|escape:'htmlall'}",

remove |truncate:15:'...':true modifier :) or increase value of this modifier (from 15 to any other number you want) 15 is a number of chars displayed.

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