Magmi Multistore Product Update

1.1k Views Asked by At

I am Importing product with Magmi In Magento

We have already a Magento store with full products. Now we added a new store in it. now we have two stores on one magento. i want to know how we can implement the both store code in csv and which field as i find field is _product_websites. but adding store name with ; or ,

I tried with both but both not working. can someone help me

sku,_product_websites 111,A;B

using this both column

2

There are 2 best solutions below

1
On

You should use following format for import process.

"store","attribute_set","type","sku","websites"

You should use values under store header as comma separated like for example: "store1,store2,store3"

NOTE : From Magmi 0.7.17: "websites" column becomes OBSOLETE

Please refer following link for more information Magmi Import

0
On

The value that goes in the "store" column should actually be the store view name code, as defined in System->Manage Stores.