Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save clare485/7561189 to your computer and use it in GitHub Desktop.
Save clare485/7561189 to your computer and use it in GitHub Desktop.
Magento - Exclude special price from discount code
Make the condition
If ALL of these conditions are TRUE :
to
If ALL of these conditions are FALSE :
Then
Special Price equals or greater than 0
@clare485
Copy link
Author

  • this works, but the error message is wrong - says 'Coupon code "xxxxxxxx" is not valid.' Checked with amasty and it's not possible to customise the error message with their plugin. - could just customise the generic error message to say 'discounts can not be applied to items already in the sale'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment