gentlegiant Posted September 21, 2006 Posted September 21, 2006 ok, due to tax laws, some customers can be VAT (TAX) exempt but only on certain items... so, I've added a column in customer table if the customer is VAT exempt or not. Added 'exemptable' column into the products table... What I need is the following.... If customer is not VAT exempt then everything gets TAX added on.... If customer is VAT exempt and the item is exemptable then no tax for that item If customer is VAT exempt and the item is NOT exemptable then tax for that item. Where do I do this and how? I looked at code... got headach! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.