This topic provides information about product layouts files. Magento allows you to customize view pages for all product types in the common layout files or particular product types.
Product view page
  
    
      | Layout file | Description | 
  
  
    
      | catalog_product_view.xml | Common layout. Affects all product types | 
    
      | catalog_product_view_type_bundle.xml | Layout from this file is applied to bundleproduct only | 
    
      | catalog_product_view_type_configurable.xml | Layout from this file is applied to configurableproduct only | 
    
      | catalog_product_view_type_downloadable.xml | Layout from this file is applied to downloadableproduct only | 
    
      | catalog_product_view_type_grouped.xml | Layout from this file is applied to groupedproduct only | 
    
      | catalog_product_view_type_simple.xml | Layout from this file is applied to simpleproduct only | 
    
      | catalog_product_view_type_virtual.xml | Layout from this file is applied to virtualproduct only | 
  
Checkout cart configure page
  
    
      | Layout file | Description | 
  
  
    
      | checkout_cart_configure.xml | Common layout. Affects all product types | 
    
      | checkout_cart_configure_type_bundle.xml | Layout from this file is applied to bundleproduct only | 
    
      | checkout_cart_configure_type_configurable.xml | Layout from this file is applied to configurableproduct only | 
    
      | checkout_cart_configure_type_downloadable.xml | Layout from this file is applied to downloadableproduct only | 
    
      | checkout_cart_configure_type_simple.xml | Layout from this file is applied to simpleproduct only | 
    
      | checkout_cart_item_renderers.xml | Layout from this file is applied to renderer’s cart page items | 
  
Wishlist item configure page
  
    
      | Layout file | Description | 
  
  
    
      | wishlist_index_configure.xml | Common layout. Affects all product types | 
    
      | wishlist_index_configure_type_bundle.xml | Layout from this file is applied to bundleproduct only | 
    
      | wishlist_index_configure_type_configurable.xml | Layout from this file is applied to configurableproduct only | 
    
      | wishlist_index_configure_type_downloadable.xml | Layout from this file is applied to downloadableproduct only | 
    
      | wishlist_index_configure_type_grouped.xml | Layout from this file is applied to groupedproduct only | 
    
      | wishlist_index_configure_type_simple.xml | Layout from this file is applied to simpleproduct only | 
  
For setting a custom layout on specific category, product, and CMS pages, see Common layout customization tasks.