Skip to content

Instantly share code, notes, and snippets.

@russ
Created September 30, 2008 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save russ/13877 to your computer and use it in GitHub Desktop.
Save russ/13877 to your computer and use it in GitHub Desktop.
type of coupon "Free Shipping"
applies when { order total is over 100.0 }
type of coupon "10% Off"
applies when { always }
type of coupon "Buy A Shirt Get 2 Free"
applies when { order items contains { 2 shirts }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment