Contributions
easy csv import
This contribution lets you easily import products from a csv file (tab separated).
FEATURES:
- Easy installation (only files addition)
- Multi file handling
- Multilanguage support
- Easy customization to fit your needs
- Logs skipped rows to a new file for easy correction and import retry.
- osCommerce-like coding
Expand All / Collapse All
v2.1.3 (02/02/2008)
- Danish language added (thanks to Olafur)
v2 Features:
* Now you can import categories by name, even if it doesn't exist!
* You can automatically import images from URLs
* IMPORTANT: Now the default separator is semicolon (;) which is Excel default fields separator no more TAB, neither comma. If you prefer you can change it in configuration, see readme.txt inside the package.
v2.1.2 (29/12/2008)
- products_date_added is set only when inserting
- products_last_modified is updated when updating
v2 Features:
* Now you can import categories by name, even if it doesn't exist!
* You can automatically import images from URLs
* IMPORTANT: Now the default separator is semicolon (;) which is Excel default fields separator no more TAB, neither comma. If you prefer you can change it in configuration, see readme.txt inside the package.
v2.1.1 (17/12/2008)
- fixed bug in data parsing (price and weight)
Now you can import categories by name, even if it doesn't exist!
IMPORTANT: Now the default separator is semicolon (;) which is Excel default fields separator no more TAB, neither comma. If you prefer you can change it in configuration, see readme.txt inside the package.
Now you can import categories by name, even if it doesn't exist!
IMPORTANT: Now the default separator is semicolon (;) which is Excel default fields separator no more TAB, neither comma. If you prefer you can change it in configuration, see readme.txt inside the package.
v2.1.0 (29/09/2008)
- minor bugs fixed
- experimental configuration GUI
Now you can import categories by name, even if it doesn't exist!
IMPORTANT: Now the default separator is semicolon (;) which is Excel default fields separator no more TAB, neither comma. If you prefer you can change it in configuration, see readme.txt inside the package.
v2.0.3 (18/09/2008)
- little documentation revision (thanks to Vince)
Now you can import categories by name, even if it doesn't exist!
IMPORTANT: Now the default separator is semicolon (;) which is Excel default fields separator no more TAB, neither comma. If you prefer you can change it in configuration, see readme.txt inside the package.
v2.0.2 (18/09/2008)
- source code revision
- added dutch language
- added allow_empty_db in config file to not allow emptying catalog
Now you can import categories by name, even if it doesn't exist!
IMPORTANT: Now the default separator is semicolon (;) which is Excel default fields separator no more TAB, neither comma. If you prefer you can change it in configuration, see readme.txt inside the package.
v2.0.1 (10/09/2008)
- removed some unused code
- few bugs fixes
- changed default csv separator to semicolon
- few language adjustments
- few instructions additions and adjustments
- image remote import improvement. Now can import from script url (ex /get_image.php?id=#).
v2.0.0 (07/09/2008)
- code revision
- added configuration by ini file
- added categories import by name (path) or id. Non existant will be created. Can even add multiple categories.
- tax class can be either id or class name, if name not exists it will be created
- manufacturer can be either id or manufacturer name, if name not exists it will be created
- added capability to import images from remote locations (php curl library needed), just fill in the link in the image field (must start with http:// )
Now you can import categories by name, even if it doesn't exist!
IMPORTANT: Now the default separator is comma (,) no more TAB.
v2.0.0 (07/09/2008)
- code revision
- added configuration by ini file
- added categories import by name (path) or id. Non existant will be created. Can even add multiple categories.
- tax class can be either id or class name, if name not exists it will be created
- manufacturer can be either id or manufacturer name, if name not exists it will be created
- added capability to import images from remote locations (php curl library needed), just fill in the link in the image field (must start with http:// )
Just added the greek language file
v1.2.6 (27/08/2008)
- added hungarian language
v1.2.5 (20/11/2007)
- fixed a bug in the import process when the model field is empty.
- added support for register_globals = off
- added DEBUG mode
- added folder permissions check
- few code improvements
v1.2.4 (12/11/2007)
- added "CORRECT_FIELDS_COUNT" setting inside csv_import.php to handle the field count mismatch policy.
- german translation (thanks to dwex)
- Translation of the Languagefile into german.
- Übersetzung des Sprachenfiles ins Deutsche.
v1.2.2 (23/08/2007)
- file load error fixed (it was due by a little try that i forgot to clear, thanks to boclodoa)
v1.2.1
- 2.2 RC1 test passed
- little improvements
- graphical restyling
Full pack v1.2
v1.2 (18/05/2007)
- Added tax class field (you must insert its ID)
- Added manufacturer name field, the script automatically manages it: inserts it, if not present, in the manufacturers table.
- Now you can update the products using products_model fields as unique ID, it can handle duplicated products_model error, but cant' still update category assignment.
Full pack v1.1
- bug fix in languages import
-------
This contribution lets you easily import products from a csv file (tab separated).
FEATURES:
- Easy installation (only files addition)
- Multi file handling
- Multilanguage support
- Easy customization to fit your needs
- Logs skipped rows to a new file for easy correction and import retry.
- osCommerce-like coding
This contribution lets you easily import products from a csv file (tab separated).
FEATURES:
- Easy installation (only files addition)
- Multi file handling
- Multilanguage support
- Easy customization to fit your needs
- Logs skipped rows to a new file for easy correction and import retry.
- osCommerce-like coding
Note: Contributions are used at own risk.