One more observation from my side @pulkitvashisth com.adobe.cq.commerce.core.components.internal.models.v3.product.ProductImpl.java file@PostConstructprotected void initModel()init method is callled several times if I load the page: http://localhost:4502/content/venia/us/en/products/product-page.ht...
Hi @pulkitvashisth 1:So, if we call fetchProduct() method multiple times, still graphQL query will be called only once. Correct me if I am wrong.2: Whats is the type of product object. Since, ProductInterface is an interface only. is product is object of ConfigurableProduct class?
Hi Team,Can someone please explain me the logic of the CIF component: /apps/core/cif/components/commerce/product/v3/productFoe testing purpose, I have deleted all the content from /apps/core/cif/components/commerce/product/v3/product/productFullDetail.htmlStil, in the logs I can see:com.adobe.cq.co...
Hi Team, Have you extended the CIF framework features? I can see these logic in CIF code.(Plus other classes which extends below mentioned abstract classes) AbstractCategoriesRetrieverAbstractCategoryRetrieverAbstractProductRetrieverAbstractProductsRetrieverAbstractRetriever In any case, have you cr...
Hello Team,I am exploring AEM CIF framework. Did the graphQL configuration. Once, I hit the URL:http://localhost:4502/content/venia/us/en/products/category-page.html/venia-tops.htmlI am getting all the details. Can someone tell me, how this URL displays the data.Same case with: http://localhost:4502...
Hello Team, Anyone has worked on CIF functionalities? Have you modified any existing feature? Have you connected to Adobe Commerce / Hybris or any other commerce platform? Wanted to know your work experience about this? I mean what kind of issues you have faced. Note: I am not asking about, how to d...
Hello Team, I am exploring CIF components. Wanted to know, is any caching feature is implemented here? Or everytime, to fetch the product list or to fetch any item list, only GraphQL is used to fetch the details from Adobe Commerce? Thanks