12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
- <head>
- <link src="Magento_Checkout::js/view/configure/product-customer-data.js"/>
- </head>
- <update handle="catalog_product_view"/>
- <body>
- <referenceBlock name="head.components">
- <block class="Magento\Framework\View\Element\Js\Components" name="checkout_cart_configure_head_components" template="Magento_Checkout::js/components.phtml"/>
- </referenceBlock>
- <referenceBlock name="product.info">
- <block class="Magento\Checkout\Block\Cart\Item\Configure" name="checkout.cart.item.configure.block"/>
- </referenceBlock>
- <referenceBlock name="product.info.addtocart">
- <action method="setTemplate">
- <argument name="template" xsi:type="string">Magento_Checkout::cart/item/configure/updatecart.phtml</argument>
- </action>
- </referenceBlock>
- <referenceBlock name="product.info.addtocart.additional">
- <action method="setTemplate">
- <argument name="template" xsi:type="string">Magento_Checkout::cart/item/configure/updatecart.phtml</argument>
- </action>
- </referenceBlock>
- </body>
- </page>
|