Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
1.0
-
None
Description
Shopping cart can contain "adjustments", which are mostly discounts (but in theory can also increase the price).
Display these adjustments in the shopping cart details component.
"adjustment": [ { "amount": "-19.99000", "code": "Free gift with orders over $100", "currency": "USD", "description": "Free gift with orders over $100 USD", "descriptionLanguage": "-1", "displayLevel": "Order", "usage": "Discount" }, { "amount": "-249.99000", "code": "Furniture Category Discount", "currency": "USD", "description": "Save 20% on Furniture!", "descriptionLanguage": "-1", "displayLevel": "OrderItem", "usage": "Discount" } ],
Checklists
Acceptance criteria