Hi,
i'm using different product types for different tax rates (food - 7 %, non-food - 19%). after update to 1.2 all food prices are shown excluding tax, non-food shows including tax like on 1.1.
When downgrading back to 1.1 food also shows including tax.
Regards
Comments
Comment #1
pebosi commentedI found the problem, you switched from uc_taxes_rate_load() to uc_vat_load_taxes(). But uc_vat_load_taxes() checks ca conditions to get tax rates, so if you add a tax rates for food which should only applied to food products (own type) it didnt work, because the ca condition is "has order a product of type food".
So this module is not usable in 1.2 when using more than one tax rate.
Regards