Csv For Product

I have one csv import export from one of the cs-cart developer.


But its seem its didnt meet my requirement.


Im looking for a csv import and export for my vendor. Where they can update or add new product using csv f3om v2ndor panel back end.


So, we just train them how to upload by single click.

Don't your vendors have an Import/Export on their 'Administration' menu? They should be able to import/export their products with standard cs-cart.

Yes, vendors have this ability

http://prntscr.com/igottx

From my experience at last version.,,

One csv file with more than 15.000 products will crash upload

If you have more than 15000 must split the file, and works

From my experience at last version.,,

One csv file with more than 15.000 products will crash upload

If you have more than 15000 must split the file, and works

Usually it depends on the server configuration. CS-Cart does not use any limits of 15000 records

From my experience at last version.,,

One csv file with more than 15.000 products will crash upload

If you have more than 15000 must split the file, and works

Memory and http timesouts are the limiting factor, not cs-cart nor the size of the csv (per-se). Also the content of the csv can be a factor like many product options per product, many images, etc...