Page 1 of 1

import Upload Select file to import products (CSV, XML)

Posted: 27 Mar 2022, 09:43
by 50cc
Upload
Select file to import products (CSV, XML) step 1 ok.

Import
There are products ready to import: 36
Click on Import button to import them to the store. But step 2 notting. using 4.0.0RC .

Also do you have tricks. because csv file to rewrite? ore importing new making new cartogie when importing csv? need to import 99999 products and also with 1000 new cartogie's . How kan i do this fast?

Is there a tool?

Re: import Upload Select file to import products (CSV, XML)

Posted: 29 Mar 2022, 17:31
by Jan
Hi, there can be maybe some error when importing (try to see the javascript console for ajax request - maybe there is some javascript error which prevents from importing files - https://www.phoca.cz/documents/16-jooml ... -conflicts )

But in case, you need to import 99999 products and 1000 categories, the only right way is to use SQL (e.g. per phpMyAdmin) - just export SQL data and import SQL data - all data you need.

Jan