WinBoot Posted October 4, 2012 Share Posted October 4, 2012 Hi everyone, I am currently doing the last changes to my new webshop but have run into a small problem. When looking inside the categories on the frontend, the short descriptions don't show. I have looked at it in my code, but it seems to be just fine to me. This is what it currently looks like: <div class="product_desc"><a class="product_descr" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'|escape:'htmlall':'UTF-8'}">{$product.description_short|truncate:400:'...'|strip_tags}</a></div> The strange thing is that it does display in the product pages. Can anyone help me? I would greatly appreciate it! Greetings, Laurent Link to comment Share on other sites More sharing options...
shacker Posted October 9, 2012 Share Posted October 9, 2012 put only this {$product.description_short} to check if works Link to comment Share on other sites More sharing options...
WinBoot Posted October 10, 2012 Author Share Posted October 10, 2012 Seems now that it is linked to this: http://www.prestashop.com/forums/topic/125297-how-to-edit-featured-products-in-homefeaturedtpl-144/page__fromsearch__1 Link to comment Share on other sites More sharing options...
shacker Posted October 10, 2012 Share Posted October 10, 2012 ? Link to comment Share on other sites More sharing options...
WinBoot Posted October 10, 2012 Author Share Posted October 10, 2012 Well, it doesn't seem to show because there is something wrong with the cache Link to comment Share on other sites More sharing options...
jimmykoo Posted October 10, 2012 Share Posted October 10, 2012 Problem solved ? Link to comment Share on other sites More sharing options...
WinBoot Posted October 10, 2012 Author Share Posted October 10, 2012 Not at all, nobody is replying to the thread Link to comment Share on other sites More sharing options...
benjamin utterback Posted October 10, 2012 Share Posted October 10, 2012 Hello WinBoot, what version of PrestaShop are you currently running? Link to comment Share on other sites More sharing options...
WinBoot Posted October 10, 2012 Author Share Posted October 10, 2012 On 10/10/2012 at 6:03 PM, Benjamin Utterback said: Hello WinBoot, what version of PrestaShop are you currently running? 1.4.9.0 Link to comment Share on other sites More sharing options...
benjamin utterback Posted October 10, 2012 Share Posted October 10, 2012 On 10/10/2012 at 10:21 AM, WinBoot said: Well, it doesn't seem to show because there is something wrong with the cache When did you start experiencing this problem? This is most likely a theme issue. Link to comment Share on other sites More sharing options...
shacker Posted October 10, 2012 Share Posted October 10, 2012 have you force compile in preferences, performance? Link to comment Share on other sites More sharing options...
WinBoot Posted October 10, 2012 Author Share Posted October 10, 2012 On 10/10/2012 at 7:08 PM, shacker said: have you force compile in preferences, performance? Force compile is set to yes Link to comment Share on other sites More sharing options...
ardawibowo Posted March 28, 2013 Share Posted March 28, 2013 (edited) i got the problem too, my version PrestaShop™ 1.5.3.1 please help... note : - already force compile - chrome & firefox blank desc - already clear cache prestashop and browser Edited March 28, 2013 by ardawibowo (see edit history) Link to comment Share on other sites More sharing options...
shacker Posted March 29, 2013 Share Posted March 29, 2013 site url? Link to comment Share on other sites More sharing options...
sudhakar1209 Posted March 29, 2013 Share Posted March 29, 2013 (edited) <p>{$product->description_short}</p> i think this code will be work once try dude Edited March 29, 2013 by sudhakar1209 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts