Jump to content

[Solved] Little problem in cart module


Recommended Posts

on modules/blockcart/blockcart.tpl

change size of truncate on l44 (v 1.1.0.5)

getProductLink($product.id_product, $product.link_rewrite, $product.category)}" title="{$product.name|escape:htmlall:'UTF-8'}">{$product.name|escape:htmlall:'UTF-8'|truncate:16}



change size of length on l44 (v 1.2)

getProductLink($product.id_product, $product.link_rewrite, $product.category)}" title="{$product.name|escape:htmlall:'UTF-8'}">{t text=$product.name length='16' encode='true'}

Link to comment
Share on other sites

×
×
  • Create New...