// ressource technique
Mémo des liens Prestashop
{$link->getCMSLink('24', 'ultimas-noticias')} // CMS
{$link->getPageLink('ma-page.php', true)} // Classique
{$link->getPageLink('order', true)|escape:'html'} // Panier
{$link->getPageLink('my-account', true)|escape:'html'} // Login
{$link->getProductLink($id_product)} // Produit
{$link->getCategoryLink({$cat.id_category})} // Catégory
{$link->getCMSCategoryLink('12', 'page-categorie-cms')} // Catégory CMS
{$link->getSupplierLink('12', 'page-fournisseur')} // Fournisseur
{$link->getManufacturerLink('12', 'page-fabricant')} // Fabriquant