Bruna BSPCU Posted March 16, 2013 Share Posted March 16, 2013 (edited) If you want to insert the product name somewhere on your webstore, just insert the code: <h3><a href="{$product.link}" title="{$product.name|truncate:32:'...'|escape:'htmlall':'UTF-8'}">{$product.name|truncate:32:'...'|escape:'htmlall':'UTF-8'}</a></h3> <h3><a href="{$link->getProductLink($categoryProduct.id_product, $categoryProduct.link_rewrite, $categoryProduct.category, $categoryProduct.ean13)}" title="{$categoryProduct.name|htmlspecialchars}">{$categoryProduct.name|htmlspecialchars}</a></h3> and you are all set! Edited March 27, 2013 by Bruna BSPCU (see edit history) Link to comment Share on other sites More sharing options...
razaro Posted March 16, 2013 Share Posted March 16, 2013 "Somewhere on webstore", where exactly ? Variables $product and $categoryProduct are not always available. Link to comment Share on other sites More sharing options...
Bruna BSPCU Posted March 16, 2013 Author Share Posted March 16, 2013 Try it and if does not work, came back here and i will tell you what to do! Link to comment Share on other sites More sharing options...
Recommended Posts