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

Update admin/easypopulate_4_import.php #12

Open Rah1x opened 11 years ago

Rah1x commented 11 years ago

1> [Import Attributes Updated]

1.1> INSERT functionality added 1.2> Removed the need for 'v_products_id', 'v_options_id', 'v_options_values_id' from csv. They will be auto-determined from Products table based on v_products_model, v_products_options_name and v_products_options_values_name respectively 1.3> Calculations for Price and Weight Differences based on base price on the Actual Product.

2> Some improvements in Code Organization

3> UTF/Special Chars fixtures for "TABLE_PRODUCTS_DESCRIPTION" insert/update.

==All above have been tested successfully.