Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi category to products #430

Open
elizondo82 opened this issue Aug 21, 2018 · 0 comments
Open

multi category to products #430

elizondo82 opened this issue Aug 21, 2018 · 0 comments

Comments

@elizondo82
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant