Hi,
I have integrated my Site with Magento and able to see my products and different variants. But the Add to Cart is disabled.
I am using the code from aem-core-cif-components. Upon debug i can see variants in variantSelector.js are blank.
this._state.variantData = JSON.parse(this._element.dataset.variants);
element is getting fetched from
config.element
All variants are getting displayed on html with correct values.
Please let me know what can be issue with variants not getting populated in js file.
I am using cif-connector 0.7 version.
Thanks