Hi,
I am generating a CSV for import into HikaShop from 2 sources.
Source 1 does provide product weight (amongst other values), source 2 does not.
For source 2, in column product_weight, I simply generate an empty string between two semicolons.
When the import (via cron) is through, then the product weights I had manually added to the products for source 2 in the backend are wiped out; the products show as "virtual products".
Is there a way to feed in data into HikaShop and preserve the product weight if none is fed in?
Currently I specify a hardcoded weight of 0,75 kilograms, but that is a very poor workaround.
best regards
Klaus