我使用下面的代码在产品详细信息页面的选项卡中显示了“告诉朋友”表格
<block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs" template="catalog/product/view/tabs.phtml" >
<action method="addTab" translate="title" module="catalog">
<alias>send-friend</alias>
<title>Send Friends</title>
<block>sendfriend/send</block>
<template>sendfriend/send.phtml</template>
</action>
</block>
我已经启用了允许客人从后端“是”。但是在提交表单时,它会重定向到 404 页面。发送电子邮件的默认方式在选项卡之外可以正常工作,但在选项卡内部则不起作用。我错过了什么吗?