![]() |
Quantity Discounts |
Post Reply ![]() |
Author | |
ptucker ![]() Newbie ![]() Joined: 09-October-2008 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() Posted: 09-October-2008 at 9:47am |
Need to setup quantity discount to give a discount on a specific amount
(case pack) not a range. Example, item case pack is 100 pieces, need to do a 10% discount if they buy 100, 200, 300 but no discount if they buy 105. How can I accomplish this? In my old shopping cart software they had me modify a line in the file that calculated the discount to be = instead of > and it accomplished what I needed. I would setup the quantity discount like: 100 --> 200 10% 200 --> 300 10% 300 --> 400 10% It would only work at 100, 200, 300, etc not on the range with the code edited to be = instead of >. I don't know which file calculates the discount in ProductCart and where it would be. Anyone that can point me in the right direction or have a suggestion would be appreciated.
|
|
![]() |
|
Planetlava_com ![]() Newbie ![]() ![]() Joined: 01-December-2005 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
Maybe try entering your ranges as ranges inclusive of only 1 quantity. For example, if you only wanted to give a discount if they buy 100 units, enter the range as...
From - To
100 - 100
This way they would have to purchase 100 to fall within the range of 100 -to- 100.
Regards,
Tbone
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |