1

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

ND17
5,2219 gold badges51 silver badges78 bronze badges
asked May 5, 2015 at 18:02
0

2 Answers 2

3

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/

answered May 6, 2015 at 8:55
5
  • 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/…) Commented May 6, 2015 at 10:41
  • 1
    check replacing store with _store Commented May 6, 2015 at 11:48
  • Still I have the same problem persist. Commented 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. Commented Aug 2, 2017 at 12:12
  • 1
    @MPchan you should mark this as the accepted answer. Commented Feb 12, 2022 at 20:35
2

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.

answered May 6, 2015 at 9:00
1
  • 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. Commented Feb 12, 2022 at 20:38

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.