Qty Discounts for a particular user

Hi,

I have a scenario where I would like to offer a particular user on my cart discounts as follows :



Order 3 or more products - get 30 % discount

Order 4 or more products - get 35 % discount



How is it possible in CS-cart ?



Any opinions will be greatly appreciated.



Thnx

You can create a specific membership for that person and then create quantity discounts for that membership on each item. The problem with this though is that you people at checkout will see your memberships and may try to sign up.



We ended up creating multiple user discounts at different spending levels so it became order total discounts.

You should be able to do this with Promotions.



You will need to create 2 cart promotions with conditions as follows:



Promo #1

Users: IN Add your qualified account

Total products in the cart Equals 3

Bonus

Order discount: By percentage of original price 30



Promo #2

Users: IN Add your qualified account

Total products in the cart Equal or greater] 4

Bonus

Order discount: By percentage of original price 35



Bob

[quote name=‘jobosales’]You should be able to do this with Promotions.



You will need to create 2 cart promotions with conditions as follows:



Promo #1

Users: IN Add your qualified account

Total products in the cart Equals 3

Bonus

Order discount: By percentage of original price 30



Promo #2

Users: IN Add your qualified account

Total products in the cart Equal or greater] 4

Bonus

Order discount: By percentage of original price 35



Bob[/QUOTE]



If I do it by way of promotions, will it be visible on the storefront on the promotions section ? I don’t want other customers to see the wholesale prices.

Unfortunately, the promotion will appear on the Promotions page even if the customer is not part of the restricted class.



The promotions page should only show promotions available to a customer based on his membership or user account (e.g., a wholesale promotion should not appear on the promotions page when a regular or unlogged customer is viewing the promotions page).



I have reported this as bug #1107 in the Bug Tracker.



Bob

zeke responded to the Bug Tracker post. You can set the Status of your promotion to hidden so that it does not appear on the promotions page. Seems like this may work for you.



Bob