Discounts #380
Labels
admin-panel
Improvements or additions to admin panel
core
Improvements or additions to core package
feature
Adds new functionality to GetCandy
This discounts system will use the Cart modifiers to implement discounts on products.
Discounts will be made up of
conditions
anddiscounts
.E.g.
Conditions
SAVE20
is appliedDiscounts
shoes
collectiont-shirt
collectionTypes of conditions can include...
Discounts can include
Discounts should have a name that can be shown on the storefront.
We need to somehow set the priority of discounts and whether a discount is allowed to be applied more than once.
Also, should a discount allow further discounts to apply?
It would be good if we can make the system extendable to add custom conditions or discounts.
Tables
DiscountManager
Discounts::getFreebies();
The text was updated successfully, but these errors were encountered: