【发布时间】:2014-08-20 15:59:55
【问题描述】:
我的 magento 商店目前有我的客户帐户仪表板的默认布局。 仪表板中的部分之一是使用模板的联系信息
customer/account/info.phtml
如果客户想要编辑他们的联系信息,他们来自:
www.site.com/customer/account/
(calls template customer/account/dashboard.phtml and customer/account/info.phtml)
到
www.site.com/customer/account/edit/
(calls template customer/form/edit.phtml)
有没有办法可以将实际的编辑表单移动到仪表板本身?
【问题讨论】: