mc12345678 / EasyPopulate-4.0

Data import and export module for Zencart 1.3.x and 1.5.x
GNU General Public License v2.0
10 stars 8 forks source link

Mc12345678 single (Non-linked) product export #31

Closed mc12345678 closed 7 years ago

mc12345678 commented 7 years ago

Support export of all product in the cart but without linked product such that category presented is from the products master_categories_id.

Import of this file is not modified and therefore if the category is modified, then: 1) If there is no change in the category, then the product's data will be updated. 2) If it is a new category the category will be created, the product will be linked to that category, and the remaining data imported will replace the data for the primary product location and be visible at all linked locations.
2) If the category existed and the product was not in it, then the product will be linked to that category, and the remaining data imported will replace the data for the primary product location and be visible at all linked locations.