Wholesale Add-On, How To Deal With Quantity Discounts?

Dear readers,

I have purchased and already started using a wholesale add-on.

Currently on a shop that I work for, there are more than 2000 active,

quantity discount values.

Is there a way that I could delete the quantity discounts
without having to visit each product one by one ?

Best Regards

Bill


Run the following query in the phpMyAdmin

DELETE FROM cscart_product_prices WHERE usergroup_id > 0; 

Make a backup just in case

Haven't had the change to implement it, since our highly trained monkeys managed to remote each and every one manually in less than an hour. Although, I would like to thank you very much for the reply.

Bill

Haven't had the change to implement it, since our highly trained monkeys managed to remote each and every one manually in less than an hour. Although, I would like to thank you very much for the reply.

Bill

Not so highly trained if they did it manually :-) hehe

Haven't had the change to implement it, since our highly trained monkeys managed to remote each and every one manually in less than an hour. Although, I would like to thank you very much for the reply.

Bill

:) You are welcome!