VAT Calculation in Cart and Invoice

  • Posts: 1
  • Thank you received: 0
11 years 10 months ago #113144

Hi!
At the moment for example I get this summary with VAT included in product price and shipping:

Name Einzelpreis Menge Summe
Eieruhr EIZEIT weiß € 69,00 1 € 69,00
Liefermethode : € 4,80
MWSt 20% : € 12,30
Gesamtsumme inkl. MwSt.: € 73,80

but to comply with our tax authorities I need that:

Name Einzelpreis Menge Summe
Eieruhr EIZEIT weiß € 57,50 1 € 57,50
Liefermethode : € 4,00
MWSt 20% : € 12,30
Gesamtsumme inkl. MwSt.: € 73,80

At the product page the price should be shown with tax included, but at the invoice the prices should be shown netto (no VAT included) and the VAT should be calculated and added at the end as in sample above.

How can I do that?

Regards, Michael

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
11 years 10 months ago #113162

Hi,

I think that you'll be able to do that by editing the code of your "invoice" file of your "order" view of your back-end template. Showing me a screenshots of what you exactly want to do will probably help to understand your problem.

Thanks.

Please Log in or Create an account to join the conversation.

  • Posts: 83799
  • Thank you received: 13571
  • MODERATOR
11 years 10 months ago #113352

For the invoices that you can print in the backend, you need to edit the file "invoice" of the view "order" via the menu Display>Views and add the line:
<?php $this->config->set('price_with_tax',0); ?>
at the beginning and that will display the prices without taxes on the invoice of the backend.

For the checkout, you can do the same modification in the file "cart" of the view "checkout".

Last edit: 11 years 10 months ago by nicolas.

Please Log in or Create an account to join the conversation.

Time to create page: 0.071 seconds
Powered by Kunena Forum