Qty_Discounts Sql Table

How do I get the numbers in there? In which table are the figures in sql?

I will transfer the old data to the system in the new cs-cart version.

How do I get the numbers in there? In which table are the figures in sql?

I will transfer the old data to the system in the new cs-cart version.

Hello!

These are cscart_product_prices and cscart_ult_product_prices tables.

Hello!

These are cscart_product_prices and cscart_ult_product_prices tables.

cscart_product_prices ok thank you :-)

remember also qty discounts can be exported imported via csv

How can I clear the figures in this section. because there was a slip in the numbers. There are 2500 products.

http://forum.cs-cart.com/topic/42554-delete-quantity-discounts/

How can I clear the figures in this section. because there was a slip in the numbers. There are 2500 products.

do you succeed ? solution from the other topic doesn't work for me .

Quantity discount are still there

ver 4.6.2

do you succeed ? solution from the other topic doesn't work for me .

Quantity discount are still there

ver 4.6.2

It should if you ran the queries on both tables listed in the article. cscart_product_prices and cscart_ult_product_prices

Use

DELETE FROM cscart_product_prices WHERE lower_limit > 1;
DELETE FROM cscart_utl_product_prices WHERE lower_limit > 1;