-
Hi, there is a problem by displaying price incl vat on shop page. At first my client wanted to enter the price of the products without vat and also show the price in shop, cart and checkout without va…
-
There is a bug in tax calculation when the following conditions are met:
1. The store is initially set up to not calculate taxes.
2. An order is created in the non-tax state, but is not yet paid.
…
-
**Describe the bug**
In our shop we've different TAX rules per country. For example, we don't calculate TAX when delivery is done in Switzerland but do calculate 21% when delivery is done in Germany.…
-
**Describe the bug**
Clicking on product count in shipping classes shows no items found.
**To Reproduce**
Steps to reproduce the behavior:
1. Assign some products to a shipping class
2. Go to s…
-
We _risk_ making a "Profit" this year because I have left _90%_ my (_contracting_) earnings in the business to ensure we have _capital_ to work on Products.
Thankfully instead of paying 20% Tax on th…
-
**Describe the bug**
We are creating manual orders (via backend –> new order) in our shop since some customers buy products in store and we generate the invoices via WooCommerce.
The issue at hand…
-
Hi there,
my little online shop doesn't seem to follow German law for showing prices INCL. VAT. No matter what my settings are it seems to show the price without VAT for a (German) customer.
Hav…
-
I want my custom tax calculators only be available if some conditions met. Customers who ship to a EU-Country (outside of Austria) `&&` have a valid EU-VAT number should be able to order without VAT. …
-
Hi!
A little issue when fetching the tax rates with `DEBUG = False`, if fetches tax rates but the user may not have a paid vat-layer account.
```
django.core.exceptions.ImproperlyConfigured: Ac…
-
(Relates to #26)
The price of a ProductVariant is stored as an integer representing the price of the item in cents (or pence etc) without any taxes applied.
When putting together an order, the …