Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 188755f

Browse files
authored
Merge pull request #8685 from ajithkumar-maragathavel/product-layout
Additional product layout examples added
2 parents 4fd4ee1 + 556fa4b commit 188755f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/guides/v2.3/frontend-dev-guide/layouts/product-layouts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Layout file | Description
5252
`checkout_cart_configure_type_configurable.xml` | Layout from this file is applied to `configurable` product only
5353
`checkout_cart_configure_type_downloadable.xml` | Layout from this file is applied to `downloadable` product only
5454
`checkout_cart_configure_type_simple.xml` | Layout from this file is applied to `simple` product only
55+
`checkout_cart_configure_id_{id}.xml` | Layout from this file is applied to the specific product by `Entity ID` value. E.g. `checkout_cart_configure_id_45.xml`
56+
`checkout_cart_configure_sku_{sku}.xml` | Layout from this file is applied to the specific product by `SKU` value. E.g. `checkout_cart_configure_sku_24-WG080.xml`
5557
`checkout_cart_item_renderers.xml` | Layout from this file is applied to renderer's cart page items
5658

5759
## Wishlist item configure page
@@ -64,5 +66,7 @@ Layout file | Description
6466
`wishlist_index_configure_type_downloadable.xml` | Layout from this file is applied to `downloadable` product only
6567
`wishlist_index_configure_type_grouped.xml` | Layout from this file is applied to `grouped` product only
6668
`wishlist_index_configure_type_simple.xml` | Layout from this file is applied to `simple` product only
69+
`wishlist_index_configure_id_{id}.xml` | Layout from this file is applied to the specific product by `Entity ID` value. E.g. `wishlist_index_configure_id_45.xml`
70+
`wishlist_index_configure_sku_{sku}.xml` | Layout from this file is applied to the specific product by `SKU` value. E.g. `wishlist_index_configure_sku_24-WG080.xml`
6771

6872
For setting a custom layout on specific category, product, and CMS pages, see [Common layout customization tasks]({{ page.baseurl }}/frontend-dev-guide/layouts/xml-manage.html#create-cms-pageproductcategory-specific-selectable-layouts).

0 commit comments

Comments
 (0)