How do you export option attribute translations? #3387
-
As the title suggests, I ask this question with a practical example. I have an OpenMage installation structured to be multisite, multistore and frontend multilanguage. When I create a new website > shop > frontend/language I need to open custom attributes and translate all options. I have attributes with more than 250 options, you understand by yourself that going to individual fields to copy and paste the translation is difficult. besides the amount of rows there is also a huge amount of columns with open mage import export tools i can't find the correct function (or setting) to create a bach to help me. suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Product attributes and custom options are two different things. In the database, attributes are managed in the eav attribute tables; custom options are managed in the product option tables. Each is handled very differently. So, which one are you talking about? |
Beta Was this translation helpful? Give feedback.
I see, I think you are referring to a product attribute of type drop-down, and you want to export/import the translations of each of the drop-down option. The translation is by store. You can take a look at this table
eav_attribute_option_value
.