I'm trying to show all prices inclusive of VAT (currently 15% in the
UK). I've set the site tax module to 'Percent Tax', set the rate to
15%. I've also created a Tax Class of 'UK VAT' and set its tax rate to
0.15.
Should I be defining tax in two different places (once for the site
and once for the tax class)? If so. what's the relationship between
the two?
Secondly, when I select 'Show with tax included' in the site settings,
I get a recursion error when rendering the /shop/cart/ page when
displaying the shopping cart contents.
Thanks for your help.
Original Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/django/template/debug.py",
line 71, in render_node
result = node.render(context)
File "/usr/lib/python2.5/site-packages/django/template/
defaulttags.py", line 148, in render
nodelist.append(node.render(context))
File "/usr/lib/python2.5/site-packages/django/template/debug.py",
line 87, in render
output = force_unicode(self.filter_expression.resolve(context))
File "/usr/lib/python2.5/site-packages/django/template/__init__.py",
line 559, in resolve
new_obj = func(obj, *arg_vals)
File "/usr/lib/python2.5/site-packages/satchmo/discount/templatetags/
satchmo_discounts.py", line 123, in discount_price
return taxed_discount_price(product, discount)
File "/usr/lib/python2.5/site-packages/satchmo/discount/templatetags/
satchmo_discounts.py", line 149, in taxed_discount_price
price = discount_price(product, discount)
File "/usr/lib/python2.5/site-packages/satchmo/discount/templatetags/
satchmo_discounts.py", line 123, in discount_price
return taxed_discount_price(product, discount)
File "/usr/lib/python2.5/site-packages/satchmo/discount/templatetags/
satchmo_discounts.py", line 149, in taxed_discount_price
and so on
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---