This extension adds the ability to import products from a file in csv format. The file can contain all standard product fields including product attributes, product options, downloads etc. The extension automatically creates category and manufacturer records in the store. The extension supports import of custom fields from the product table.
There is no any size limitations for the import file. It splits the import to parts automatically displaying intermediate results every 10-15 seconds (by default).
Different file charsets are supported (for example, UTF-8, Windows-1251) but you should be aware of the file charset before you start the import.
You also can use this extension for periodical manual update of product prices and quantity. Automatic update from a file on your server can be configured with the '[url=http://www.opencart.com/index.php?route=extension/extension/info&extension_id=8407]Task Scheduler[/url]' extension.
A sample CSV file can be downloaded here:
[url=http://www.ka-station.com/samples/csv/demo_utf8.csv]http://www.ka-station.com/samples/csv/demo_utf8.csv[/url]
Same file in xls format:
[url=http://www.ka-station.com/samples/csv/demo.xls]http://www.ka-station.com/samples/csv/demo.xls[/url]
[b]Video of Importing Sample File[/b]
[url=http://youtu.be/34fFybd9kwc]http://youtu.be/34fFybd9kwc[/url]
[b]Demo Store[/b]
======================
[url=http://demo1521.ka-station.com/admin/]http://demo1521.ka-station.com/admin/[/url]
login: demo
password: demo
The store is cleaned up every day. All imported data will be deleted. Maximum file size limit is 3Mb.
[b]Minimum Requirements:[/b]
======================
- opencart 1.5.1.1
Recommended:
- VQMod installed;
[b]Release Notes:[/b]
======================
- User interface is in English language only.
- Images can be downloaded from external servers if they are available on public resources via http and https protocols
[b]What's new in Version 3.5[/b]
- category_id field added (it can be used instead of category names);
- ability to skip products not existing in the store added (useful for periodical updates)
- minor code improvements
[b]Related Extensions:[/b]
======================
'CSV Product Export' extension is available here:
[url=http://www.opencart.com/index.php?route=extension/extension/info&extension_id=5664]http://www.opencart.com/index.php?route=extension/extension/info&extension_id=5664[/url]
↧