Open cuongdv opened 8 years ago
@cuongdv did you find a solution for this? It appears that category import explicitly ignores the nested array feature.
(edit: reference)
had the same issue and here is the fix: https://github.com/sitewards/AvS_FastSimpleImport/pull/2
the correct way of specifying the values is by using a string 'position,name,price'
. but this breaks the validation, which is fixed in the PR.
Hi,
We tried import categories with array of available_sort_by. Ex:
'available_sort_by' => array('position', 'name', 'price')
But it did not work althoughSupport Nested Arrays for Import
is enable.Could you give us an advise for this case? Thanks