You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Has there been any improvement on this, in CS Cart you can set a percentage discount to apply based on quantity in the products admin. The cart then does the rest dynamically calculating and displaying these discounts taking option pricing into consideration also.
Offline
We have a custom sale script function which allows you to discount an order by X percent if X or more items are in the cart. I believe that's what you're asking for. We also added a bunch of other promos like free items at certain pricepoints, etc.
Offline
Here's what's in there that could be made use of to accomplish this:
(1) We have a custom sale script function which allows you to discount an order by X percent if X or more items are in the cart.
(2) You can choose to give away free items, like a gift certificate for the next visit, or anything, when a certain total in the cart is reached, or when a certain total for a particular manufacturer is reached.
The first option is what you're looking for, but the second might be another way of running this sale you didn't consider. Thinking on this, you could bundle the items together for a discount as well, like as a Package Deal or Custom Package of items.
Offline