The product component is a server side component written in HTL, allowing to display product details. The product details are retrieved from Adobe Commerce via GraphQL using the product identifier provided in the URL suffix.
Note that when a suffix is set, this example page always displays the same product data based on some sample data. Try different options:
In addition, the example showing a bundle product includes a small React application that is activated when clicking on the "Customize" button. It is used to fetch the bundle options with a client-side GraphQL request and to calculcate and prepare the product data for the cart when selecting the options of the bundle product.
The component, simply displaying placeholder data.
- loadClientPrice: true
- sling:resourceType: cif-components-examples/components/product
In addition to the product component, this demonstrates the breadcrumb component displaying page content and commerce data up to the product page.
- startLevel: 2
- sling:resourceType: cif-components-examples/components/breadcrumb
- structureDepth: 2
In addition to the product component, this demonstrates the commerce experience fragment component displaying its content dynamically based on both the "fragmentLocation" property and the SKU of the product currently being displayed. This is empty unless the product SKU matches MH01.
- fragmentLocation: bottom
- sling:resourceType: cif-components-examples/components/experiencefragment
In addition to the product component, this demonstrates the Commerce Content Fragment component displaying its content dynamically based on the "modePath" property and the SKU of the product currently being displayed. This is empty unless the product SKU matches MH01.
- modelPath: /conf/core-components-examples/settings/dam/cfm/models/product-specs
- elementNames: productSpecs
- linkElement: productSku
- sling:resourceType: cif-components-examples/components/contentfragment
- displayMode: multi