Ok, so far I have got a fix in the satchmo-tax-modules-percent in
def by_price(self,taxclass,pirce):
if taxclass:
percent = config_valye('TAX', 'PERCENT')
else:
percent = 0
p=price *(percent/100)
return p
This prevents tax being added to the product in the cart phase 1
BUT where does the totalisation in the final checkout page get off
determining that there is a tax element and adding it to the total
when
the product in the cart is NOT taxable and does not have a taxable
class
applied to it?
On Sep 8, 2:31 pm, MikeKJ <[EMAIL PROTECTED]> wrote:
> In UK childrens clothing is 0 rated for value added tax (VAT)
>
> Set up admin country = United Kingdom
> Set up tax classes of UK VAT & UK 0 VAT
> Set rates at 17.5 % and 0.0% respectively
>
> Added 3 products
>
> 1 is set as Taxable=True with the class of UK VAT
> 1 is set as Taxable = False with no class set
> 1 is set as Taxable = True with the class of UK 0 VAT
>
> In all cases the tax rate of 17.5% is being applied
>
> Can anyone shed some light on this please it doesn't make sense that a
> product being set as taxable = 0 in the tables still has tax applied
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---