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

One sku in multiple products. #412

Open
Triyugi opened this issue Oct 12, 2017 · 0 comments
Open

One sku in multiple products. #412

Triyugi opened this issue Oct 12, 2017 · 0 comments

Comments

@Triyugi
Copy link

Triyugi commented Oct 12, 2017

How can I assign one product into multiple categories?

$data = array();
foreach($data_array as $key=>$value) {
	$data[] = array(
		'_root' => 'Default Category',
		'_category' => $value,
		'_sku' => $key,
		'position' => 1
	);
}

But it only imports one relation.

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