ZenCart批量清空商品分类属性及关联数据操作指南.pdfVIP

  • 0
  • 0
  • 约1.47千字
  • 约 1页
  • 2026-09-23 发布于四川
  • 举报

ZenCart批量清空商品分类属性及关联数据操作指南.pdf

zencart如何批量删除商品,分类,属性,详细描述?

快速的方法就是直接在管理页面-工具-执行SQL,如下代码

代码:

#清空商品分类、商品、属性

TRUNCATETABLEcategories;

TRUNCATETABLEcategories_description;

#清空商品以及属性

TRUNCATETABLEmedia_clips;

TRUNCATETABLEmedia_manager;

TRUNCATETABLEmedia_to_products;

TRUNCATETABLEmedia_types;

TRUNCATETABLEmusic_genre;

TRUNCATETABLEproduct_music_extra;

TRUNCATETABLEproduct_types_to_category;

TRUNCATETABLEproducts;

TRUNCATETABLEproducts_attributes;

TRUNCATETABLEproducts_attributes_download;

TR

文档评论(0)

1亿VIP精品文档

相关文档