AvS_FastSimpleImport
AvS_FastSimpleImport copied to clipboard
Import categories with array of available_sort_by
Hi,
We tried import categories with array of available_sort_by.
Ex: 'available_sort_by' => array('position', 'name', 'price')
But it did not work although Support Nested Arrays for Import
is enable.
Could you give us an advise for this case? Thanks
@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.