cre8or Posted December 8, 2004 Posted December 8, 2004 I am so squeaky-new to all this PHP/MySQL/datbase/back-end stuff... Can anyone please tell me how I might be able to accomplish this: I have implemented (much to my satisfaction) the Price/Quantity break contribute found HERE, but much to my chagrin this happens: I have a price break for 1-5 = $2.50, then 6-11 = $1.40 I have an "option" for a first-time set-up fee of $30.00 if the answer is YES, $0.0 if the answer is NO. What is hapening is this: If you choose QTY 1 = $2.50 + YES = $30.00 for a total of $32.50 this is all good BUT if you choose more than 1, let's say 6 QTY 6 = $8.40 +YES = $180 for a total of $188.40 ! The cart seems to be applying the option to each unit! It should be: QTY 6 = $8.40 +YES = $30 for a total of $38.40 At least, this is my intention. To get to the point (not quickly, mind you) can anything be set up where an option is added only once per sale? For instance, the $30 set-up fee is a one-time deal, and shouldn't be applied to each unit. Can I do that? Or more correctly, can someone please tell me how to do that? I would be very grateful to anyone that could impart some knowledge to me. Thank you, kindly.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.