Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/guides/v2.3/frontend-dev-guide/layouts/product-layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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-selectable-layouts).