-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.3.15
I'm importing products using the CSV import option. I do NEVER include all the columns in the CSV file, only the ones that have some information.
I've noticed that when importing VARIANTS, if I do not include the column "product_tax_id" in the csv file, the value is automatically filled in with the default tax id. If I create the variants manually through the back-end, the "product_tax_id" column has value of "0". I guess this is the correct value for variants, not the default tax id.
My question: WHAT ARE THE MANDATORY FIELDS, WHEN IMPORTING CSV FILE, IN ORDER TO MAKE SURE THEY ARE NOT FILLED IN AUTOMATICALLY WITH INCORRECT VALUES?
P.S. I also noticed a little mess in the "fx904_hikashop_variant" table when importing variants with CSV file. Could you please explain about the ordering column in that table? When the values are not 0?