swipestripe / silverstripe-swipestripe

Ecommerce module for SilverStripe
http://swipestripe.com
33 stars 49 forks source link

Different tax/vat rates per product #87

Open mediaclinic opened 9 years ago

mediaclinic commented 9 years ago

What would be the best way of implementing different tax/vat rates per product or product categories? In Finland we have multiple tax categories based on product type.

icecaster commented 9 years ago

The easiest would be to sell all products tax inclusive.

If you need to break it down, start by adding a "Tax Class" object -> has many Products, which has the rate assigned to it. Then much like the shipping calculation, you apply this rate to the applicable products.