tdr170 Posted March 19, 2014 Share Posted March 19, 2014 Both upgrade and fresh install same issue. There seems to be an issue with the short description format, when entering the description I have it like this But as you can see in the product list view it does not format In the Product view it is correct Here is the code <p class="product-desc" itemprop="description"> {$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'} </p> I have tried using the code from 1.4 that I had to fix this but it does not work Change this title="{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}">{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'} To this title="{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'|escape:'htmlall':'UTF-8'}">{$product.description_short|truncate:360:'...'} If I remember correctly this was not necessary in 1.5 as the short description format was set correctly. Any ideas on how to change the code to work can't seem to figure it out. Link to comment Share on other sites More sharing options...
tdr170 Posted March 20, 2014 Author Share Posted March 20, 2014 Any idea out there ? Link to comment Share on other sites More sharing options...
tdr170 Posted March 21, 2014 Author Share Posted March 21, 2014 No One !!! Link to comment Share on other sites More sharing options...
grega33 Posted June 17, 2014 Share Posted June 17, 2014 Hi! I found official answer that this behaviour is correct (http://forge.prestashop.com/browse/PSCSX-1268). However, I'm also not satisfied with it as I'm using bullets in short description! Hope there is a solution for this and to retain formating in short description. Any idea? Link to comment Share on other sites More sharing options...
Recommended Posts