Jump to content

A HTML shows in mouseover, (mouse cursor popup) in product short description. Even on prestashop official demo


Recommended Posts

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 look

http://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.0


I will be very greatful for your help

with regards Paul

40193_vJQppuaxBNDvMxpyEA5x_t

Link to comment
Share on other sites

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

×
×
  • Create New...