We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 475ecee + e85558a commit 847da0bCopy full SHA for 847da0b
app/code/Magento/SendFriend/view/frontend/layout/sendfriend_product_send.xml
@@ -13,7 +13,9 @@
13
</action>
14
</referenceBlock>
15
<referenceContainer name="content">
16
- <block class="Magento\SendFriend\Block\Send" name="sendfriend.send" template="Magento_SendFriend::send.phtml"/>
+ <block class="Magento\SendFriend\Block\Send" name="sendfriend.send" template="Magento_SendFriend::send.phtml">
17
+ <container name="form.additional.info" as="form_additional_info"/>
18
+ </block>
19
</referenceContainer>
20
</body>
21
</page>
app/code/Magento/SendFriend/view/frontend/templates/send.phtml
@@ -104,6 +104,7 @@
104
<?php endif; ?>
105
</div>
106
107
+ <?php echo $block->getChildHtml('form_additional_info'); ?>
108
</fieldset>
109
<div class="actions-toolbar">
110
<div class="primary">
0 commit comments