mro Posted March 12, 2011 Share Posted March 12, 2011 I have raw html in cursor description (cursor popup)(mouseover) i have no idea how to fix it, or completly get rid off this.here is exaple please take a lookhttp://img859.imageshack.us/i/hasze.gif/ (also in attachment)there are used tables in this description but when i put only word "test" in short description it shows "< p >test< / p >"You can also see this issue on PRESTASHOP DEMO http://www.prestashop.com/demo/3-accessories-ipod"Lorem ipsum" appears "< p > lorem ipsum < / p >"i have this issue on every template, also on standard template problem appears.PLEASE HELP ME TO GET RID OF THIS MOUSEOVER (mouse cursor popup) COMPLETELY prestashop version 1.3.6.0I will be very greatful for your helpwith regards Paul Link to comment Share on other sites More sharing options...
mro Posted March 13, 2011 Author Share Posted March 13, 2011 I see that there is no solution for this problem, it is not such a big deal but i see no help from enybody. Almost 100 views and no reply. Great. Link to comment Share on other sites More sharing options...
MrBaseball34 Posted March 14, 2011 Share Posted March 14, 2011 NO, there is a solution.Check product-list.tpl and make sure that the link's title attribute (around line 12)has these Smarty modifiers: |escape:'htmlall':'UTF-8'|strip_tags:'UTF-8' Should look like this: title="{$product.description_short|truncate:360:'...'|escape:'htmlall':'UTF-8'|strip_tags:'UTF-8'}" Link to comment Share on other sites More sharing options...
mro Posted March 14, 2011 Author Share Posted March 14, 2011 Thankyou very much for your the answer, i will check that solution:) Link to comment Share on other sites More sharing options...
Recommended Posts