Jump to content

Lien cliquable dans historique commandes client FO


Recommended Posts

Bonjour,

 

J'aimerais qu'un client qui va dans son historique des commandes, puisse cliquer sur la description de l'article commandé et arriver sur cette fiche.

 

Le fichier à modifier est : order-detail.tpl dans le thème

 

Et la ligne à modifier est celle-ci :

<td class="bold">
                            <label for="cb_{$product.id_order_detail|intval}">$product.product_name|escape:'htmlall':'UTF-8'}</label>
                        </td>

Il faudrait rajouter avant le "<label...." un <a href="....."

 

Seulement mes compétences en PHP s’arrêtent là.

 

Merci

 

 

Link to comment
Share on other sites

J'ai déjà fait un petit pas :

ligne 248 :

{else}
                                    <a href="{$product.link}">{$product.product_name|escape:'htmlall':'UTF-8'} </a>
                                {/if}

Seulement le lien : $product.link renvoie sur la page d'historique des commande et non sur la page produit,

 

help ! ! !

  • Like 1
Link to comment
Share on other sites

  • 1 year 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...