You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/functions/custom-tax-endpoint/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ The logical rules for this example are the following:
20
20
* The tax rate for all US orders is 0% (no tax)
21
21
* The tax rate outside the US is 5% for all customers adding items to the cart with a category of **dealer** and 12% for all other categories outside the US.
22
22
* The tax rate is applied to the total money amount of the items in the cart, plus shipping, minus any discounts.
23
+
* This logic assumes that when the cart contains items that have a category of dealer, no other categories will be present in the cart.
0 commit comments