rknight Posted October 26, 2007 Posted October 26, 2007 So far the contribution is working great! Thanks! Quick question - I only sell one product and would like to have a coupon that would give $2 off each qty - so if a customer orders 2 of the product, the discount would be $4. How do I do that? Thanks! Quote
markowi3 Posted January 18, 2008 Posted January 18, 2008 So far the contribution is working great! Thanks! Quick question - I only sell one product and would like to have a coupon that would give $2 off each qty - so if a customer orders 2 of the product, the discount would be $4. How do I do that? Thanks! This is exactly what I am trying to do, has anyone figured it out? Thanks Leslie Quote
hari_shyam Posted January 27, 2008 Posted January 27, 2008 (edited) This is exactly what I am trying to do, has anyone figured it out? Thanks Leslie Create a simple order line script. you can count the number of items in a cart since $cart is accessible in the orderline. and in the orderline, just subtract subtotal by $qty * cart->quantity. that will help you out. mail me if you need some help in this regard. Cheers Hari Edited January 27, 2008 by hari_shyam Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.