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.
1 parent 3b435e6 commit 29be479Copy full SHA for 29be479
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="send.phtml"/>
+ <block class="Magento\SendFriend\Block\Send" name="sendfriend.send" template="send.phtml">
17
+ <container name="form.additional.info" as="form_additional_info"/>
18
+ </block>
19
</referenceContainer>
20
</body>
21
</page>
0 commit comments