I have more then one product referenced from product display node. If user selects a product different from the first one then product picture should be changed and description and specification too. But only price changes. everithing else remains the same.
How this can be fixed?
Comments
Comment #3
hxdef commentedFixed in the last version.
Comment #4
VSZ commentedThank you for the fix. But it has one drawback.
The code in commerce_profile_common.js does not respect translations. So it the site is in a language different from English and "Description" and "Specifications" are translated then quicktabs do not work.
I corrected the code related to quicktabs to look like this:
There is one more place in this file which does not respect translation
I just deleted it.
Comment #5
damir romanovsky commentedHi, thanks for your report.
We've added the necessary changes to the dev version. It will be added in the stable version in the near future.
Comment #6
hxdef commented