Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shopping cart price rules #35

Open
pdt256 opened this issue Oct 1, 2014 · 0 comments
Open

Add shopping cart price rules #35

pdt256 opened this issue Oct 1, 2014 · 0 comments
Milestone

Comments

@pdt256
Copy link
Member

pdt256 commented Oct 1, 2014

"Buy X get $Y off Z" also called "Buy X get Y free"
 - buy warmer, get cost of baby bird off any (BPWC{03,06,12})
 -  CW + (WC06) - WC03 = total
 - $20 +    $8  -   $4 =   $24

"Spend $X get $Y off Z shipping"
 - spend $50 get cost of {ground, 2day, 1day} shipping off (selected shipping)
 - subtotal + (2day shipping) - ground shipping = total
 -      $50 +            $15  -              $5 =   $60

"X% off (certain SKUs)"
 - 30% off aroma lamps
 -   AL - 30% AL =  total
 -  $25 -  $7.50 = $17.50

"X% off first order"
 - 20% off first order
 - subtotal - 20% off = total
 -     $100 -     $20 =   $80

"X% off products with certain attribute" or "X% off products of a certain color"
 - 20% off with green attribute
 - WC03CCM - 20% off WC03CCM = total
 -      $4 -           $0.80 = $3.20

"X% off products with certain product option"
 - 20% off shirts that are small
 - No BP example

Buy 2 SKUs get 1 of the SKUs 10% Off
 - Limit to 1 Product Receiving Discount – Specific Customer Segment
@pdt256 pdt256 modified the milestones: v0.2, v0.3 Oct 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant