Jump to content

Produits phares


Recommended Posts

Bonjour

J'aimerais ajouter un bouton voir sur les produits en premiére page des produits phares,comme l'image ci-jointe,je sais ou ajouté cette ligne dans le fichier homefeature produc, mais comment rattaché le lien du bouton à la page produit automatiquement.sans avoir a le faire ligne par ligne

<a title="Voir" href="http:// " class="button">Voir</a>

Merci

post-75438-0-58195900-1339526580_thumb.jpg

Link to comment
Share on other sites

Bonjour,

 

Dans le foreach du tpl,

 

<a href="{$product.link}" title="{$product.name|truncate:50:'...'|escape:'htmlall':'UTF-8'}">Voir</a>

 

{if ($product.quantity > 0 OR $product.allow_oosp)}

<a class="ajax_add_to_cart_button" rel="ajax_id_product_{$product.id_product}" href="{$link->getPageLink('cart.php')}?qty=1&id_product={$product.id_product}&token={$static_token}&add" title="{l s='Add to cart' mod='homefeatured'}">{l s='Add to cart' mod='homefeatured'}</a>

{/if}

Link to comment
Share on other sites

  • 2 weeks later...

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...