Skip to content

Commit 847da0b

Browse files
author
Oleksii Korshenko
authored
MAGETWO-69723: Email to a Friend feature #9824
2 parents 475ecee + e85558a commit 847da0b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/code/Magento/SendFriend/view/frontend/layout/sendfriend_product_send.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
</action>
1414
</referenceBlock>
1515
<referenceContainer name="content">
16-
<block class="Magento\SendFriend\Block\Send" name="sendfriend.send" template="Magento_SendFriend::send.phtml"/>
16+
<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>
1719
</referenceContainer>
1820
</body>
1921
</page>

app/code/Magento/SendFriend/view/frontend/templates/send.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
<?php endif; ?>
105105
</div>
106106
</div>
107+
<?php echo $block->getChildHtml('form_additional_info'); ?>
107108
</fieldset>
108109
<div class="actions-toolbar">
109110
<div class="primary">

0 commit comments

Comments
 (0)