Jump to content

Enlever la TVA sur les factures exporter via prestashop


Recommended Posts

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

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 by Glaber (see edit history)
Link to comment
Share on other sites

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