chaddro / EasyPopulate-4.0

Data import and export module for Zencart 1.3.x and 1.5.x
GNU General Public License v2.0
24 stars 31 forks source link

Attribute Import with Multiple Language #7

Closed chaddro closed 12 years ago

chaddro commented 12 years ago

When importing attributes to a store with more than 1 language installed, the database entries for the additional languages are not being create (even the default values).

This is similar the the issue when creating category entries.

chaddro commented 12 years ago

I have updated the Attribute Import code to crate the additional language entries needed for multi-lingual stores. Namely, products_options_names and products_options_values_names needed to have entries for each language defined.

This is a temporary fix since the code is defaulting all entries to the lowest defined language ... which is hopefully your default. Eventually I'll add support to allow defining the other language at import like categories now supports.

chaddro commented 12 years ago

Still not working correctly. Need to dig into this. Does work when only 1 language installed.

chaddro commented 12 years ago

Appears to have something to do with linked products....

chaddro commented 12 years ago

Muliple language support for attribute import complete. ver 4.0.20