Updating Discount Info for all items.

Jan 10, 2006 1 Replies

My company used to use the quantity discount table to give customers a 'case quantity discount'. The problem is that it is impossible to update this pricing information for a group of items at once. Each time prices change, each item must be updated manually. Therefore, I have decided to do away with the case discounts entirely. So now I am faced with the daunting task of going through item by item and selecting 'There is no discount theme for this item' for each and every one.



I am fairly certain it is possible to set this option for all items at once using a query but I have no idea how to do this. Can anyone tell me how or point me in the right direction?


ALWAYS back up your database before running any update/insert/delete query!

UPDATE [ITEM] SET QuantityDiscountID = 0 WHERE QuantityDiscountID 0

That should work, but you may also want to look around for Add-ins that allow you to manage discounts more easily - check with your reseller for more information.

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required