-- url of the page with the problem -- : joomla3xxx.lan
-- HikaShop version -- : 3.4.0\
-- Joomla version -- : 3.8.10
-- PHP version -- : 7.1
We have a load of products with variants loaded into hikashop. None of the variants have prices. We went to import a price using a CSV file to test for a single variant. The import went successfully. However the other product variants for which we didn't set a price have been deleted from the product table.
For example we have main product ABZ-515, and variants ABZ-515K, ABZ-151N, ABZ-151S before the import. We imported the following file:
product_code;price_value;price_access;product_type
ABZ-515K;25.00;,2,;variant
Now the variants ABZ-151N, ABZ-151S are not longer there. We've checked in the product table in the database and they have definitely been deleted. Are we missing something in the import configuration, or is that the expected behaviour. If the variant is not there, it will be deleted?