Skip to content

multi category to products #430

@elizondo82

Description

@elizondo82

I add on data _category => "car/home/shop", that is working fine.
but when I put an array example:

_category => array("car/home/shop","car/home/shop/aaa"),
and

$cat[] = array('sku'=> 1005,'_category'=>'car/home/shop');
$cat[] = array('sku'=> '','_category'=>'car/home/shop/ddd');
$cay[] = array('sku'=> '','_category'=>'car/home/shop/ppp');
$import->processProductImport($cat);

not working. Somebody know what is wrong or a soluction?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions