Hi,
We got the access.
I seems I got confused.
Note that if you create a price through the interface of HikaShop with the price 0.00000 and save the product, you'll see that the price will disappear from the prices listing.
You only have the price there because you specifically asked the import system to add a price entry with a value of 0.
But you actually don't want that.
You want just nothing.
So your CSV shouldn't be :
price_value;price_access
245|199|0;,14,|,15,|,1,
but it should actually be:
price_value;price_access
245|199;,14,|,15,
And in that case, it will work properly.