Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Different tax for product and attributes

Different tax for product and attributes

Locked

Views: 401

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
28 Sep 2010, 8:51 AM
#1
tlahtine avatar

tlahtine

New Zenner

Join Date:
Jul 2010
Posts:
36
Plugin Contributions:
0

Different tax for product and attributes

I have an issue with VAT (tax) and how to set them.

I have a product, which is priced by attributes. One attribute is the price of the actual product, which has lower tax and another is a type of commission, which has higher tax rate.

Can I set different tax rates for
a) product price
b) attribute A, and
c) attribute B.
And how to do it?

28 Sep 2010, 10:49 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Different tax for product and attributes

There's no way to do tax by attribute without writing code. You'll probably have to set them up as separate products.

28 Sep 2010, 12:15 PM
#3
tlahtine avatar

tlahtine

New Zenner

Join Date:
Jul 2010
Posts:
36
Plugin Contributions:
0

Re: Different tax for product and attributes

stevesh:

There's no way to do tax by attribute without writing code. You'll probably have to set them up as separate products.

Setting up separate products is unfortunately not an option in my case.

Any hints what parts of the code I need to change?

28 Sep 2010, 12:27 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Different tax for product and attributes

I'm not a programmer, but I'm sure it would be a lot more than changing some code. You'd have to re-write parts of the product and attributes (and probably checkout) processes. A major job, I think.

28 Sep 2010, 1:25 PM
#5
tlahtine avatar

tlahtine

New Zenner

Join Date:
Jul 2010
Posts:
36
Plugin Contributions:
0

Re: Different tax for product and attributes

stevesh:

I'm not a programmer, but I'm sure it would be a lot more than changing some code. You'd have to re-write parts of the product and attributes (and probably checkout) processes. A major job, I think.

Major job or not, it has to be done :cry:

Would it be enough to change the functions in functions_prices.php
(+ db and admin) or do I have to make changes elsewhere?
Any advice would be great...