WebsiteBaker Support (2.8.x) > Bakery Shop
VAT is taken off
mgeene:
Hello,
If you fill in the order form and use a VAT number, it is automatically in the (sub) total calculating the tax taken off, i don't want this to happen? Can someone explain how to adjust this?
Thanks!
Ruud:
Just switch off the question for the VAT number?
mgeene:
But the client wants an optional entry field for the VAT number in the form, so that when this field is filled in, the VAT number will be placed on the invoice. But the cost must be the same and not minus the VAT costs.
Ruud:
Untested, but it might work.... :-D
in view_summary.php find:
--- Code: (untested) ---if ($cust_tax_no == '') {
$pay_sales_tax = true;
}
--- End code ---
and replace these lines by:
--- Code: (untested) ---$pay_sales_tax = true;
--- End code ---
That might do the trick.
mgeene:
Thanks, i will test it, but do you know this?
I get often this error:
SERVER_BUSY in line (49) of (/modules/bakery/check_vat.php)
But what is this?
Navigation
[0] Message Index
[#] Next page
Go to full version