Xavier53 Posted September 21, 2018 Share Posted September 21, 2018 Bonjour, Je souhaite modifier la facture pdf pour y mettre un bon détachable. Ce bon détachable doit comporter la référence de la commande, la quantité uniquement et la référence du produit Je modifie le fichier invoice.tpl en ajoutant un tableau et en insérant les commandes des éléments que j'ai besoin malheureusement uniquement la référence de la commande s'affiche {$order->getUniqReference()} les commandes : {$order_detail.product_quantity} et {$order_detail.product_reference} ne s'affiche pas . y ' a t'il possibilité de décortiquer la {$product_tab} ou autrement pour récupérer seulement certains éléments ou insérer directement la tab Voici mon code au cas ou <table width="500" height="100" border="0" align="center"> <tbody> <tr> <th height="50" scope="col">Référence</th> <th scope="col">Nombre(s) de place(s)</th> <th scope="col">Séance</th> </tr> <tr class="product"> <th height="50" scope="row"><span class="product">{$order->getUniqReference()}</span> </th> (s'affiche correctement) <th> <span class="product center">{$order_detail.product_quantity} </span> </th> (ne s'affiche pas) <th class="product center">{$order_detail.product_reference}</th> (ne s'affiche pas) </tr> </tbody> </table> Merci d'avance pour votre coup d'oeil Xavier Prestashop 1.7.3.2 thème classic modifié Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now