chaddro / EasyPopulate-4.0

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

Updating Product info with "Full" Import #2

Closed chaddro closed 12 years ago

chaddro commented 13 years ago

Currently, if you add a NEW product, you must provide a Category path. If no category path is specified, the NEW product will be skipped.

If you want to UPDATE a products information, for the most part you only need the products_model and the columns you want to update. However, if you are going to update any language specific column (i.e. v_products_description_1) you MUST also include the column v_products_name_1.

If you don't include v_products_name_x, and try to update v_products_description_x, the script will actually tell you UPDATED when it if fact HAS NOT updated the record.

chaddro commented 12 years ago

4.0.16 still have to look into this.

chaddro commented 12 years ago

4.0.20 Fixed