From 50c432f75dc1e02f319435e4f30bdc20aca97cb3 Mon Sep 17 00:00:00 2001 From: Ajith Date: Fri, 12 Feb 2021 10:25:15 +0530 Subject: [PATCH] Additional product layout examples added --- src/guides/v2.3/frontend-dev-guide/layouts/product-layouts.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/guides/v2.3/frontend-dev-guide/layouts/product-layouts.md b/src/guides/v2.3/frontend-dev-guide/layouts/product-layouts.md index 92521b4e78e..bfd19cc93cb 100644 --- a/src/guides/v2.3/frontend-dev-guide/layouts/product-layouts.md +++ b/src/guides/v2.3/frontend-dev-guide/layouts/product-layouts.md @@ -52,6 +52,8 @@ Layout file | Description `checkout_cart_configure_type_configurable.xml` | Layout from this file is applied to `configurable` product only `checkout_cart_configure_type_downloadable.xml` | Layout from this file is applied to `downloadable` product only `checkout_cart_configure_type_simple.xml` | Layout from this file is applied to `simple` product only +`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` +`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` `checkout_cart_item_renderers.xml` | Layout from this file is applied to renderer's cart page items ## Wishlist item configure page @@ -64,5 +66,7 @@ Layout file | Description `wishlist_index_configure_type_downloadable.xml` | Layout from this file is applied to `downloadable` product only `wishlist_index_configure_type_grouped.xml` | Layout from this file is applied to `grouped` product only `wishlist_index_configure_type_simple.xml` | Layout from this file is applied to `simple` product only +`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` +`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` 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-layouts).