danslo / ApiImport

Boilerplate between the Magento API and ImportExport, so that you can do fast Array/XMLRPC/SOAP based product imports.
244 stars 79 forks source link

store view title #21

Closed jensvandorpe closed 10 years ago

jensvandorpe commented 10 years ago

Dear,

I'm having a problem setting the "store view title" on a bundled product (store view level). What is the correct way of doing this?

Thanks

jensvandorpe commented 10 years ago

I haven't found a solution yet, I guess it's not possible via the API import module, I did a work around for now. Let me know if you have any solution.

danslo commented 10 years ago

It looks like the store_id is always hardcoded to 0 for option titles. I should probably look into this in the near future, since I need to refactor parts of the bundle stuff anyway.

danslo commented 10 years ago

@jensvandorpe This bug is now fixed in https://github.com/danslo/ApiImport/commit/65235879857e7b2cef82d2d29bf50873dc05ac89

You can set _bundle_option_store and _bundle_option_store_title to have localized titles. Hope it helps :)