Tax is 0 until an address is entered: no equivalent to Simple Commerce's default_address #259
|
statamic-cargo/src/Cart/Calculator/CalculateTaxes.php Lines 12 to 16 in b34bcbc With Inclusive pricing sidesteps this, but that isn't equivalent for a store charging destination VAT on a fixed net price across the EU (fixed net + per-country rate, not fixed gross). If we would store prices including VAT, the profit margin for the shop will differ based on the per-country VAT rates. Simple Commerce covered this with Would you accept a configurable default/store tax address, used when the cart has none? Defaulting to unset keeps existing installs unchanged. |
Replies: 1 comment 2 replies
|
I can't remember why I didn't add a default address 🤔 Anyways, gonna open a PR to add it back shortly (#260)! |
I can't remember why I didn't add a default address 🤔
Anyways, gonna open a PR to add it back shortly (#260)!