Page 1 of 1

Import products from CSV file. Problems with options

Posted: Wed Oct 29, 2014 4:58 am
by Simon66
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:

Code: Select all

option text:adjustment:sku:qoh — option text:adjustment:sku:qoh — option text:adjustment:sku:qoh
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

Re: Import products from CSV file. Problems with options

Posted: Sat Dec 27, 2014 7:46 pm
by Dr.CSS
Have you done an export of Products that have options using the Products export link to see how/if it has them in the output..?