-- HikaShop version -- : 3.1.1
-- Joomla version -- : 3.7.3
-- PHP version -- : 5.6
-- Error-message(debug-mod must be tuned on) -- : None
I have imported1k+ products from a 3D Cart export. I've tried importing before and never succeeded. However, this time, the stars aligned or something, and it went very smoothly once I'd played with it a bit. Yay!! Feeling very pleased with myself!!
The 3D Cart export gave categories (in their product listing export) like this:
BATHROOM/Bathroom Accessories@ACCESSORIES@BATHROOM/Bathroom Accessories/SHELVES@ACCESSORIES/Bathroom Mirrors
I found out that the @ is used to show the start of a new category. So I copied and pasted the category column into Notepad, did a Replace all of @ with , and pasted the altered content back into the CSV. I expected the nested categories to be recognized and created as such.However, the import just created (in the case of the export example above) 4 top level categories (that is, they all had the parent of "product category") :
BATHROOM/Bathroom Accessories
ACCESSORIES
BATHROOM/Bathroom Accessories/SHELVES
ACCESSORIES/Bathroom Mirrors
I just ended up going through and manually assigning sub-categories to their correct parents, and removing the extra text. But I'm sure there was a more correct way to set up the product_categories column so the import routine would created nested categories.
What did I do wrong? I've cleaned them up now, but I have a second site for this client to do, and I'd rather not have to waste time editing if I can help it. Thanks.
As an aside, I just discovered "Infinite Scolling" - wow, that's very cool. Thank you for that addition!!