AvS_FastSimpleImport icon indicating copy to clipboard operation
AvS_FastSimpleImport copied to clipboard

Import categories with array of available_sort_by

Open cuongdv opened this issue 8 years ago • 2 comments

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 avatar Jun 21 '16 03:06 cuongdv

@cuongdv did you find a solution for this? It appears that category import explicitly ignores the nested array feature.

(edit: reference)

mattwellss avatar Oct 04 '16 23:10 mattwellss

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.

whizkid79 avatar Mar 14 '17 09:03 whizkid79