Replies: 1 comment
-
Thanks for the feedback and understand the concern. For now, you will just need to check the settings when saving a discount. We have begun a refactor of the discount system for the next release, hopefully alleviating UX issues like this soon. Keeping this ticket open until we do. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
If a CP user creates and saves a discount BUT the discount settings are not populated with any details it will disable any active sales.
To Reproduce
In the CP, create an active sale in commerce.
Verify that sale is being applied as expected on the front-end.
In the CP, create a discount with all default values (just add a title) and save. Note the the default setting is to "ignore sales when this discount is applied to matching line items"
On the front end, depending on display settings, the sale will still appear on the category page and product page but not in the cart.
Disable the new, null discount and the sale will work again.
Expected behavior
A null discount shouldn't be allowed. Some action should be required and/or the default value for "ignore sales when this discount is applied to matching line items" should NOT be checked.
Additional info
Beta Was this translation helpful? Give feedback.
All reactions