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

Feature Request: And/or Shipping Name/Rate #88

Closed shaunkip closed 1 year ago

shaunkip commented 1 year ago

Thanks for this creator, it's amazing.

I have a use case I'm hoping you can incorporate or advise please.

I am using a script to look for 'Standard Delivery' and rate >'3.95' to reduce the price and it is working exactly as expected.

I am now finding myself in a position where I also need to look for 'Fast track' and rate >'1.95 at the same time, I can only have 1 script running and not sure if there is a way to set this up?

Looking for Standard delivery >3.95 and/or fast track delivery >1.95

Thanks in advance.

jgodson commented 1 year ago

Hello 👋🏻. On the right side, there is a button beside Campaigns to Create new.

You should be able to fill out the form again and it will include both in the same script when you generate it! Let me know if that helps!

image
shaunkip commented 1 year ago

Perfect, thank you @jgodson!

jgodson commented 1 year ago

No problem!