How to remove all catalog products in Magento

前端 未结 6 1492
一个人的身影
一个人的身影 2021-02-04 17:42

I\'ve trying to import a products list to magento. In the firsts test, I got success, but the products were not showing up in back or front office.

After redo the impor

6条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-04 18:14

    You also need to add:

    TRUNCATE TABLE catalog_product_entity;
    

    Otherwise you will get integrity constraint errors.

提交回复
热议问题