Jump to content

Afficher la garantie constructeur sur la fiche produit


Recommended Posts

Bonjour, j'ai besoin d'aide pour incorporer la garantie constructeur sur la fiche produit.
J'ai déja modifier le code pour avoir le logo du fabricant :

<!-- left infos-->

       {if $product->description_short OR $packItems|@count > 0}

           {if $product->description_short}
{$product->description_short}
           {/if}


           {if $product->manufacturer_name}
getmanufacturerLink($product_manufacturer->id, $product_manufacturer->link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$manufacturer.name|escape:'htmlall':'UTF-8'}">id}-medium.jpg" alt="{$product_manufacturer->name}" title="{$product_manufacturer->name}"/>

           {/if}
           {if $product->description}

{l s='More details'}
           {/if}
           {if $packItems|@count > 0}
{l s='Pack content'}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...