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.v...
Hi, I am getting the below console error for MIME type ('text/html') is not a supported. Could you please provide input as how could I resolve it. 1>StoreMgr undefined:- script from location :- /libs/cq/personalization/widgets.min.js 2>Namespace undefined:- script from location /libs/cq/analytics/w...
Hi,I have overlay the experience fragment properties from this path(/libs/cq/experience-fragments/components/experiencefragment/cq:dialog/content/items/tabs/items/basic) to our project structure and introduce the new customized checkbox field in basic tab. So the checkbox available while we creatin...
Hi , I am getting the below console error how could I solve this issue. Refused to apply style from '<URL>' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled Thanks
Hi , I am getting the below error in console and is related to clientlibrarymanager.min.js Could you please provide inputs as how could I resolve this.It shows an error as console.log("LibraryManager: --\x3e evaluating js include failed: ",a)}else document.writeln('\x3cscript src\x3d"'+a+'" type\x...
Hi,I am trying to set some value in request scope and fetch the same in HTL, it is not working, Not sure if this is doable in HTL without using Use API or backend changes.product.jsp:<%@include file="/libs/foundation/global.jsp" %><%boolean isActive = false;%><c:set var="productStatus" value="<%=isA...
Hi, I have a component with has a parsys inside it.Now on breaking the inheritance on a page for this component works flawlessly as expected. Now for a different requirement i am provided a path, but i need to check if the provided path's inheritance is broken or on. How to achieve that?FYI: I have...
I'm trying to create a modal component for my page in AEM. Everything works great. The modal js builds the code in the DOM at the bottom of the page as a direct child of the <body>. Normally with heights at 100% I can position the modal in the middle of the screen, however, the source code of AEM sh...
Hi, 1. Creating custom component as ("section component") and adding text field ("sectionText") using data-sly-resource2. Adding this component to editable template,3. Creating a page using this template, but while editing any content into "sectionText", it is getting stored into template level, not...