The way my old site behaves is that the quantity discounts update automatically when an option is selected that changes the final price.
This eliminates a lot of confusion.
say the base price of your product is $100
& 2-5 pieces are say $80
and the customer selects an option that is $10 What 3dc needs is for the quantity price to update as the $10 option is selected. In this case the qty price box should update from $80 to $90 *AND* at the same time, the base prices rises from $100 to $110 as the extra option is selected. This prevents the customer from thinking (if even for a moment) that the price is $80each if they get two with the $10 option.
Clientside Javascript(in the webpage) is used to solve this issue.
Steve
|