first reported last year.

https://www.zen-cart.com/showthread....38#post1363138

If customer uses the EC button, it wasn't including the VAT (UK store) in the total shown on paypal.

On the old store (1.5.1) it stills works fine.

Looked at the orders class file, and see that (contrary to earlier Dr Byte postings) that at line 324 it now states:

Code:


// set default tax calculation for not-logged-in visitors $taxCountryId = $taxZoneId = 0;
If i set this back to -1 as was said earlier, then now works fine...

Code:


// set default tax calculation for not-logged-in visitors $taxCountryId = $taxZoneId = -1;