Volume Discounts and Special Pricing
Posted: Wed May 06, 2009 1:32 pm
We are trying to do some tricks with special pricing and im not sure what all I need to do to make this work. I will try to explain:
We have users who can fit into 1 of 4 tiers of special pricing. We created these "tiers" as user groups, and then assign users to their group.
We then set up a pricing rule on a product that only applies to a particular tier, or several rules for multiple tiers. This allows users in a tier to have a set price for their product based on their group.
The trouble is that volume discounts still apply to the product, even if they get special pricing. This could potentially allow users to get prices that are below our cost, which is bad.
I figure that you could put in an IF statement that checks if the user is in a group to stop this. I dont know how many places I would need to put such code.
The product page would be the first one, but I dont know if discounts get applied elsewhere. How would I ensure that the special pricing applies and volume discounts get disabled through the whole order process all the way to the packing slip?
We have users who can fit into 1 of 4 tiers of special pricing. We created these "tiers" as user groups, and then assign users to their group.
We then set up a pricing rule on a product that only applies to a particular tier, or several rules for multiple tiers. This allows users in a tier to have a set price for their product based on their group.
The trouble is that volume discounts still apply to the product, even if they get special pricing. This could potentially allow users to get prices that are below our cost, which is bad.
I figure that you could put in an IF statement that checks if the user is in a group to stop this. I dont know how many places I would need to put such code.
The product page would be the first one, but I dont know if discounts get applied elsewhere. How would I ensure that the special pricing applies and volume discounts get disabled through the whole order process all the way to the packing slip?