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
Objective is for administrators to be able to offer customers a monetary, percentage, or shipping discount on a product, tag collection, or variant in their store.
New Discounts Collection with:
ID
SHOP_ID
DISCOUNT CODE
DISCOUNT TEXT
DISCOUNT RATE
DISCOUNT TYPE
VALUE
PERCENT
SHIPPING
CONDITION
order min
order max
REDEMPTION LIMIT
REDEMEPTION COUNT
CUSTOMER LIMIT
START DATE
END DATE
ENABLED
PRODUCT [ID,ID]
TAGS [ ID, ID]
AUDIENCE [ roles, permissions]
Admin Card, Discounts
UI similar to Taxes, Shipping to edit/add discounts.
Payment Method that allows discount code entry
Update discount cart transform to call discount calculation method
"discount/calculate(cartId)" method to calc and return rates
"discounts/add" method to add discounts
"discounts/update" method to update
Store calculated discount on cart (ala payment/shipping methods)
display cart codes in order summary
display total discount in cart summary
Documentation (dev, admin)
i18n phrases
Unit tests for methods.
The text was updated successfully, but these errors were encountered:
Objective is for administrators to be able to offer customers a monetary, percentage, or shipping discount on a product, tag collection, or variant in their store.
Discounts
Collection with:The text was updated successfully, but these errors were encountered: