2 questions VAT and show price

axxo

No avatar

2005-08-15 01:42

How can I show the prices including VAT on the product page (start page)?
The client receives two emails with his/her order. One in txt and the other in HTML.

How can I disable the txt email?

Thanx

wizzud

No avatar

2005-08-15 11:41

1. In Products Admin set your prices to inclusive of 17.5% VAT!
2. Do you have both the sendOrderToClient and the htmlMailOrderDetails plugins installed? If so, look at the instructions provided with the plugins - particularly htmlMailOrderDetails - and it will tell you which flags in the config/general.php file control what. Alternatively, if you don't want the text emails just uninstall the sendOrderToClient plugin!

axxo

No avatar

2005-08-15 14:59

The problem with the VAT is that I want to show the prices inclusive the VAT. For example:
Netto Price = € 209.24
Tax is 19% = € 39.76
Total = € 249.00

I want to see € 249.00 on the product list. What happens is when I select this product the program calculates 19% of €249. So the price will be too high.

axxo

No avatar

2005-08-15 15:00

The problem with the VAT is that I want to show the prices inclusive the VAT. For example:
Netto Price = 209.24
Tax is 19% = 39.76
Total = 249.00

I want to see 249.00 on the product list. What happens is when I select this product the program calculates 19% of 249. So the price will be too high.

wizzud

No avatar

2005-08-15 18:55

So disable the tax!
Or set it zero.

axxo

No avatar

2005-08-16 00:05

In the Netherlands it is not allowed to hide the VAT. So I have to show the tax which is 19% percent.

wizzud

No avatar

2005-08-16 10:21

The taxAndDiscount plugin has the ability to show the total tax for the basket (not per product) without adding it to the basket again. Obviously, it won't provide the required figure if some items have tax and others not.

See Example D of the readMe text file that comes with the plugin.

axxo

No avatar

2005-08-16 13:56

Thanx Wizzud.
Is is also possible to show the basket like this:
Net Price = 209.24
Tax 19% = 39.76
Total = 249.00

Now I get this
Net Price = 249.00
Tax 19% = 39.76
Total = 249.00

axxo

No avatar

2005-08-17 22:44

Problem solved...

Back to top
about us | contact