Hi again,
I try to import new products via an import of a csv file.
My csv file looks like:
product_code;product_name;product_keywords;categories;price_value;product_published
123445;Ustersbacher;Ustersbacher;10;4,99;1
The import via backend shows "succesfully imported 1 product". But I don't see that product in my hikashop? Strange is I have set category to 10 for example
but nothing has changed after import in db table jos_hikashop_product_category.
category 10 in jos_hikashop_category is:
(10, 2, 'product', 'Biere', '', 1, 1, 3, 4, 2, 'product_1291030852_336393291', 1291030852, 1291030852);
The only change after the import i see is done in jos_hikashop_product. Here I have now one new line like this:
(6, 0, 'Ustersbacher', '', -1, '123445', 1, 0, 1291296100, 0, 0, 0, 0, 'main', 0, 0, '', 0.000, 'Ustersbacher', 'kg', 1291296100, '', 'm', 0.000, 0.000, 0.000, 0);
That's all in the db (and as said nothing about this new imported product in the joomla hikahsop backend).
Is my csv file not 100% correct?