Hi.
I have bulk deals script, which makes discounts on some products depending on the quantity. When the script is triggered, the coupon entry field on the checkout is hidden so as not to apply additional discounts.
If I apply automatic discount on the site, then I have to turn off the script, since both discounts are applied…
Can I make it so that if there is an automatic discount for an item in the cart, the script does not work? This is the first task.
And the second - I don’t know how possible - entering a coupon on the checkout cancels the action of the script.
The user on the checkout can choose whether to use a script discount or enter his own coupon. If you entered a coupon, the script does not work and the coupon discount is applied. If you deleted the coupon - a discount from the script. Thank you!