jgodson / shopify-script-creator

React app to create Shopify Scripts
https://jgodson.github.io/shopify-script-creator/
GNU General Public License v3.0
163 stars 40 forks source link

fix multiple PostCartAmountQualifier #105

Closed jgodson closed 6 months ago

jgodson commented 6 months ago

Closes #96

The issue was what I described in the above issue. Only one PostCartAmountQualifier was accounted for. This ensures that all are checked after the discount is applied.

Before:

image

After:

image

And another test:

image