Jump to content

Simple Tutorial- Inserting Product Name on Front Office


Recommended Posts

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 by Bruna BSPCU (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...