LBPC Posted August 16, 2014 Share Posted August 16, 2014 Hi How can I increase the characters shown in the cross-selling module? Thanks in advance! Default theme PrestaShop™ 1.6.0.9 Link to comment Share on other sites More sharing options...
vekia Posted August 17, 2014 Share Posted August 17, 2014 themes/default-bootstrap/modules/crosseling/crosseling.tpl change this: {$orderProduct.name|truncate:15:'...'|escape:'html':'UTF-8'} increase truncate:15 value, for example to truncate:140 {$orderProduct.name|truncate:140:'...'|escape:'html':'UTF-8'} 1 Link to comment Share on other sites More sharing options...
LBPC Posted August 18, 2014 Author Share Posted August 18, 2014 Sweet! Thanks heaps 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