Add new condition builder #2290
Replies: 3 comments
-
Instead of sales types or discount types, we should move to plugins providing condition objects we can use in a rules builder. Conditions would really be like a fieldtype, but offer a way to match (true or false) an element A condition object would provide: inputHtml() like fields for the conditions params to be entered. |
Beta Was this translation helpful? Give feedback.
-
Need to also be able to generate all combinations of sale prices for all matching purchasables for each sale, so that the |
Beta Was this translation helpful? Give feedback.
-
Hi @lukeholder, This shoud fix this issue: #2467 Another example could be the need to disable a gateway based on the shipping zone. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Add condition builder for logical conditions.
Will fix #181
Should fix #467
Look into https://dabernathy89.github.io/vue-query-builder/ ?
Condition and effects should be separated for discounts and sales so effected products/variants can be different from conditions.
Beta Was this translation helpful? Give feedback.
All reactions