You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
I'm looking for a way to implement this script after all other discounts are taken.
For example, if Product A cost $200 and a coupon is used to save $50, I would like the script to discount this percentage off of the fully discounted price of $150, not on the full price of $200.
Is there a line I can add to accomplish this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm looking for a way to implement this script after all other discounts are taken.
For example, if Product A cost $200 and a coupon is used to save $50, I would like the script to discount this percentage off of the fully discounted price of $150, not on the full price of $200.
Is there a line I can add to accomplish this?
The text was updated successfully, but these errors were encountered: