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

multi sotre import #56

Closed
ghost opened this issue Jun 13, 2014 · 7 comments
Closed

multi sotre import #56

ghost opened this issue Jun 13, 2014 · 7 comments

Comments

@ghost
Copy link

ghost commented Jun 13, 2014

Hello.

I have two store one "admin" and "Kr"
Id like to read different language for name and descriptions.
this is what i set for csv that store column "admin" and "kr"

store,websites,attribute_set,type,category_ids,sku,name
admin,base,toy,simple,4,b1234,happy bear
kr,base,toy,simple,4,b1234,곰돌이

I have searched.. couldn't find yet.
Can you give me some idea please?

Thank you.
Kelly

@Kamik
Copy link
Contributor

Kamik commented Jun 13, 2014

websites is obsolete. remove it.

@dweeves
Copy link
Owner

dweeves commented Jun 13, 2014

in fact, websites is not this much obsolete ;). i had to add it back a particular use case for new products to assign them to only specified websites while keeping "admin" as store (for attribute values scope).

btw, "admin" store view is a reserved one , so i suppose it is not a real store view in your case but the common "admin" (all store views) of magento.

Your file may work as is. what does not work, which of the values is does not appear correctly. and before all : are the "name" and "description" attributes bound to "store view" scope ?

@ghost
Copy link
Author

ghost commented Jun 14, 2014

@dweeves good morning. Thank you for your reply.

can you have a look at pics attached, please?
I set for "7 different store view" for example.
some language's "product name" is not appear in the catalog.

*csv
image

*result
image

.......
like Japanese and Korean
Thank you.
Kelly

@dweeves
Copy link
Owner

dweeves commented Jun 16, 2014

ok, fist i think you'll have to make sure your csv is using UTF8 encoding, which is not that easy using excel.

@ghost
Copy link
Author

ghost commented Jun 17, 2014

Thx dweeves.

It is UTF8 and I changed as followed information.

"from Saptarshi Nath"
Before saving the CSV, do this:

  1. Go to File > Save As
  2. In the drop down, make sure to choose CSV (MS-DOS), by default it is set as CSV (comma delimited) which causes the problem.
  3. Next, go to Tools > Web Options (right next to the Save button).
  4. In the new popup, go to Encoding and choose UTF-8 from the drop down.

@dweeves
Copy link
Owner

dweeves commented Jun 17, 2014

Does it work better now ?

@ghost
Copy link
Author

ghost commented Jun 18, 2014

hello dweeves.

Thank you for all your time and It works but not with Excel.

I have been testing

  1. download file with dataflow in Magento and translate in the Notepad++ > works.
  2. above file open in Excel with double click > this file opens as ANSI(automatically) and save to UTF8 but doesn't save correctly some reason. > doesn't work

So far, for Korean, Japanese and maybe Chinese need to work on notepad++ or some other programs.

Thanks again.
kelly

@ghost ghost closed this as completed Jun 18, 2014
@ghost ghost reopened this Jun 18, 2014
@ghost ghost closed this as completed Jun 18, 2014
This issue was closed.
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

2 participants