我试图在 magento 中编辑新的客户帐户确认模板。但它没有反映在前端。
我已经customer_account_confirmation
在主题布局文件夹中编辑了 customer.xml 文件中的布局。
我 customer_account_confirmation
在 customer.xml中编辑过
<customer_account_confirmation>
<remove name="right"/>
<remove name="left"/>
<reference name="root">
<action method="setTemplate"><template>page/account_confirm.phtml</template></action>
<action method="setHeaderTitle" translate="title" module="customer"><title>Send confirmation link</title></action>
</reference>
</customer_account_confirmation>
当我尝试单击邮件中的确认链接时,它会重定向到仪表板页面并显示确认消息。但我需要在客户点击邮件中的确认链接后显示感谢页面
我想在模板文件夹中的 account_confirm.phtml 文件中设置感谢页面。但这不起作用。
可以建议我解决这个问题的正确解决方案吗?
谢谢