Import products from CSV file. Problems with options
Posted: Wed Oct 29, 2014 4:58 am
I'm using the latest version of Products - 2.21.
If I export a list of products with options they don't appear in the saved CSV file.
There is still a heading called #ATTRIBS but no heading called #OPTIONS.
#OPTIONS does however appear in the file class.productsCsvImporter.php so options are able to be imported.
In the #OPTIONS field I'm using this layout to import multiple options:
It works but only one option is imported, the rest are ignored.
It seems the 'foreach' in class.productsCsvImporter.php is not working.
Has anyone else experienced this?
Any solution?
Simon66
If I export a list of products with options they don't appear in the saved CSV file.
There is still a heading called #ATTRIBS but no heading called #OPTIONS.
#OPTIONS does however appear in the file class.productsCsvImporter.php so options are able to be imported.
In the #OPTIONS field I'm using this layout to import multiple options:
Code: Select all
option text:adjustment:sku:qoh — option text:adjustment:sku:qoh — option text:adjustment:sku:qohIt seems the 'foreach' in class.productsCsvImporter.php is not working.
Has anyone else experienced this?
Any solution?
Simon66