chaddro/EasyPopulate-4.0

Updating Product info with "Full" Import

Closed this issue · 2 comments

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.

4.0.16 still have to look into this.

4.0.20 Fixed