We are using Dynamicweb.dll 8.0.1.5, updating an older site, adding a stand alone Norwegian site alongside the current English version. This is not a language layer under the English site. We are using the Ecommerce system and localising Products to Norwegian. We have setup Languages in the site and Ecommerce. Each Product has about 10 Custom Fields.
We are finding that when we update a localised product all products' custom fields get updated with the same values. So in the db if we have:
ProductID = 'PROD8' AND ProductLanguageID='LANG1'
ProductID = 'PROD8' AND ProductLanguageID='LANG2'
It seems to ignore AND ProductLanguageID='LANG*' so all PROD8's Custom Fields get updated. This does not happen with standard fields.
Is this a known bug for this DW Version and would an upgrade solve this, or am I doing something wrong with the setup?