Emilll Posted January 29, 2014 Share Posted January 29, 2014 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 More sharing options...
vekia Posted January 29, 2014 Share Posted January 29, 2014 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 More sharing options...
Emilll Posted January 30, 2014 Author Share Posted January 30, 2014 I tried to change the number in both modules/blockcart/blockcart-json.tpl and themes/modules/blockcart/blockcart-json.tpl But nothing happend? Link to comment Share on other sites More sharing options...
vekia Posted January 31, 2014 Share Posted January 31, 2014 it's necessary to recompile theme after these changes (under adv.paramters > performance tab) Link to comment Share on other sites More sharing options...
Emilll Posted January 31, 2014 Author Share Posted January 31, 2014 I actually did that already, but it still doesnt work :/ Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now