I am running a Magento 1.9.1 website, which is a multi-store website.My need is to import images to each particular store .My stores are Sports,Music and default. For eg:- my products are sku1 and sku2. Sku1 have some images in which some of them need to be displayed in Sports store and some of them need to be displayed in Music store also. We need same thing for the Product Sku2 too. How to set my CSV for that?Is it possible to do with csv Dataflow import process?
Please help me to find a solution for the same
2 Answers 2
You have to define the storeview, the information is for.
Just add a column with the head _store to your csv and write in it the storeview code.
check the link below
http://www.integer-net.com/2012/04/04/importing-products-with-the-import-export-interface/
-
My problem is partially solved.Default store view is okay now.But my other stores view have the same image configuration settings that same as the default store view. "Use Default Value" check box is already checked for all store views in the case of images.I have to used "_media_is_disabled" as store view specific not the default value..It would be great if you can check my CSV file that I created for my last import process and please correct the same.My CSV file is attached in this link [link] (salviatech.com/…)MPchan– MPchan2015年05月06日 10:41:17 +00:00Commented May 6, 2015 at 10:41
-
1check replacing store with _storeDev– Dev2015年05月06日 11:48:23 +00:00Commented May 6, 2015 at 11:48
-
Still I have the same problem persist.MPchan– MPchan2015年05月06日 12:09:42 +00:00Commented May 6, 2015 at 12:09
-
@Dev How can i import images using by magmi for my multi store Magento? As a single store its working fine, after added additional store, magmi image not working. csv screen shot : snag.gy/Ju6MbK.jpg if i did any error, pls let me know and demo CSV sheet.Gem– Gem2017年08月02日 12:12:05 +00:00Commented Aug 2, 2017 at 12:12
-
1@MPchan you should mark this as the accepted answer.HenryHayes– HenryHayes2022年02月12日 20:35:20 +00:00Commented Feb 12, 2022 at 20:35
I think dev provides the right answer for your question, but as an addition, I could highly recommend using Magmi for imports, you can do multistore import and it is amazingly fast and great.
-
I do want to give the Magmi suggestion a +1. But everything can be done using the standard import/export tools. There is also a free extension that makes error checking more rubust.HenryHayes– HenryHayes2022年02月12日 20:38:03 +00:00Commented Feb 12, 2022 at 20:38