Jump to content

a fix for ajax cart display


Recommended Posts

I am not responsible for this fix but it works :lol:

This is a bug in IE7

change:

{$product.name|escape:htmlall:'UTF-8'|truncate:16}


to:

{$product.name|escape:htmlall:'UTF-8'|truncate:16:'...':true}



I think this is fixed in the latest release 31st jully just replace blockcart.tpl

Link to comment
Share on other sites

thanks for reply

I works with the last V1 (1.0.0.8)
I didn't found {$product.name|escape:htmlall:'UTF-8'|truncate:16}
but I found {$product.name|escape:htmlall:'UTF-8'|truncate:30} in modules/blockcart/blockcart.tpl

so I've changed 30 to 16 and it' OK, but 16 it's a bit little

Link to comment
Share on other sites

  • 1 month later...
×
×
  • Create New...