How to stop script editor from running during every order

Hello,

Was just wondering if there is a way to stop script editor from running for each order regardless of they meet the requirements or not.

the arrows pointing to the “spend x amount to get y for free” is what I’m trying to stop from happening without stopping the script all together

Hi @FirstMfg , I believe the Script Editor needs to run in order to check whether or not the cart is eligible. Scripts can contain conditionals like “does the cart contain a sale item?”. The script needs to run in order to get to that line of code in order to know what to check in the cart. However, you obviously shouldn’t be seeing discounts occurring unless the cart is eligible based on the script conditions.

But more to your point, I am not sure if there is a way to hide the notification/message in the timeline when the cart was not discounted.

I know it doesn’t solve your problem, but I hope the explanation provided some more insights.

Best,

Matthew

Hey @playwright-mike thank you for replying but my goal is to actually stop script editor from checking select orders we are currently running a third party app for select products (custom product orders) and for some reason when the script editor checks the order it messes with the third party app