|
|
@@ -0,0 +1,16 @@
|
|
|
+<?xml version="1.0"?>
|
|
|
+<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
|
|
|
+<body>
|
|
|
+ <referenceContainer name="product.info.form.content">
|
|
|
+ <block class="Magento\Catalog\Block\Product\View\Description" name="shipping_notification" before="addtocart" template="Cpcommerce_ShippingNotifications::shipping_notification.phtml"/>
|
|
|
+ </referenceContainer>
|
|
|
+
|
|
|
+ <referenceBlock name="shipping_notification">
|
|
|
+ <block class="Magento\Cms\Block\Block" name="cpcommerce_shipping_notification">
|
|
|
+ <arguments>
|
|
|
+ <argument name="block_id" xsi:type="string">cpcommerce_shipping_notification</argument>
|
|
|
+ </arguments>
|
|
|
+ </block>
|
|
|
+ </referenceBlock>
|
|
|
+</body>
|
|
|
+</page>
|