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

importing into different stores #29

Closed
Penina opened this issue Mar 25, 2014 · 1 comment
Closed

importing into different stores #29

Penina opened this issue Mar 25, 2014 · 1 comment

Comments

@Penina
Copy link

Penina commented Mar 25, 2014

I have products that need to be imported into different stores

sku, name, store1, store2, subcat
111, item1, coke, pepsi, subcategory

i wrote out some logic that works for the value replacer plugin:
[{item.store1}]/{item.subcat};;[{item.store2}]/{item.subcat}

the problem is, what if i have some items that only have a value under store1 and are blank for store2 or the opposite?

I get an error when importing that says Cannot find site root with names : ,

Is there a way to work around this?

@Penina Penina closed this as completed Mar 31, 2014
@Penina Penina reopened this Mar 31, 2014
@Penina
Copy link
Author

Penina commented Mar 31, 2014

@Penina Penina closed this as completed Mar 31, 2014
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