Quote Originally Posted by Woodymon View Post

Questions:

What controls which discount would apply (say product A is $14 and product B is $12. Would the 25% discount be $3.50 or $3.00? What is the criteria for calculating the basis of the discount in this scenario? By the order the products are added to customer shopping cart?
No - by the order you code them in the setup() function. But believe it or not, some clients asked me to modify this logic and apply *all* possible discounts! (The Crazy Eddies of e-commerce.)

I'm working on the "reverse" marketing logic- should be able to release this weekend. Stay tuned!

Scott