Magento-Import-Export:该脚本将导出和导入属性,集和产品

时间:2024-05-21 12:31:09
【文件属性】:

文件名称:Magento-Import-Export:该脚本将导出和导入属性,集和产品

文件大小:20KB

文件格式:ZIP

更新时间:2024-05-21 12:31:09

PHP

Magento导出和导入脚本 笔记 !!! 不要直接在生产中使用!!! 请浏览每个脚本文件并根据需要修改代码。 该代码是根据假设编写的。 通读文件,您会发现有助于您理解代码的注释。 欢迎改进。 设置 将文件移到magento安装的shell目录中。 在export.php文件中 $ attributeSetNames = array ( 'Default' ); 添加您需要导出的属性集 出口 运行脚本 $ php export.php --set --attr --products 上面将导出属性集,属性,产品。 这些选项将使脚本导出什么内容 --set将导出属性集 --attr将导出属性 --products将出口产品 默认情况下,它将创建三个csv文件“ importAttributeSet.csv”,“ importAttribute.csv”,“ product.c


【文件预览】:
Magento-Import-Export-master
----bootstrap.php(3KB)
----README.MD(1KB)
----import.php(3KB)
----import_arrtibute_set.php(3KB)
----LICENSE(1KB)
----import_arrtibute.php(10KB)
----export_attribute_set.php(4KB)
----export_product.php(56KB)
----export.php(2KB)
----export_attribute.php(4KB)
----prepare_products.php(6KB)

网友评论