dexter89 Posted December 25, 2017 Share Posted December 25, 2017 bonjour, Quelqu'un peut m'aider comment afficher le champ quantité dans la facture d'une manière claire et attirante (par exemple : écriture en gras et coloré) si la quantité de produit est dépassé 1. Link to comment Share on other sites More sharing options...
Performance Agency Posted April 10, 2018 Share Posted April 10, 2018 Bonjour, Ceci va se gérer directement dans les fichiers tpl liés aux factures et bons de commande, Pdf > invoicie.tpl et en fonction des variables, changer les styles. Cordialement, Link to comment Share on other sites More sharing options...
tuk66 Posted April 16, 2018 Share Posted April 16, 2018 (edited) /pdf/invoice.product-tab.tpl Essayez de changer Try to change <td class="product center"> {$order_detail.product_quantity} </td> ceci to <td class="product center"> <span style="background-color: black; color: white; padding-left: 1mm; padding-right: 1mm">{$order_detail.product_quantity}</span> </td> Edited April 16, 2018 by tuk66 (see edit history) 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