footcity Posted May 7, 2013 Share Posted May 7, 2013 Bonjour, Je souhaite supprimer l'apparition de la TVA dans mes factures exporter via Prestashop. Comment faire ? Merci d'avance de votre aide Link to comment Share on other sites More sharing options...
lechapelier Posted May 7, 2013 Share Posted May 7, 2013 Bonjour, Back office/localisation/taxes. Essayez de mettre la tva à 0. Link to comment Share on other sites More sharing options...
footcity Posted May 7, 2013 Author Share Posted May 7, 2013 Merci pour cette solution mais non. J'ai tout désactivé en matière de taxe, tout mis à 0. Dans le front et back office c'est ok. Mais dès que je veux exporter la facture en PDF, il me ressort la TVA Link to comment Share on other sites More sharing options...
Glaber Posted May 7, 2013 Share Posted May 7, 2013 il faut le faire en dur dans dossier pdf/invoice.tpl et enlever la ligne qui correspond Link to comment Share on other sites More sharing options...
footcity Posted May 7, 2013 Author Share Posted May 7, 2013 Ok, merci, je vais rechercher cette ligne alors. Link to comment Share on other sites More sharing options...
lechapelier Posted May 8, 2013 Share Posted May 8, 2013 (edited) N'oubliez pas de donner l'emplacement de cette modif si vous la trouvez et votre version de presta. merci pour eux. Edited May 8, 2013 by lechapelier (see edit history) Link to comment Share on other sites More sharing options...
footcity Posted May 8, 2013 Author Share Posted May 8, 2013 Sans problème. Mais pour le moment, je n'ai pas trouvé. Link to comment Share on other sites More sharing options...
Glaber Posted May 8, 2013 Share Posted May 8, 2013 (edited) Pour supprimer la ligne TVA xxx,xx € Modification a a porter a conditions de mettre la tva a 0 dans le fichier invoice.tpl qui se trouve dans le dossier pdf ligne 263 supprimer <tr style="line-height:5px;"> <td style="text-align: right; font-weight: bold">{l s='Total Tax' pdf='true'}</td> <td style="width: 15%; text-align: right;">{displayPrice currency=$order->id_currency price=($order_invoice->total_paid_tax_incl - $order_invoice->total_paid_tax_excl)}</td> </tr> Edited May 8, 2013 by Glaber (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