好了,我的网站快完成了。我已经安装了 IWD One page checkout 并且我将邮政编码条目设置为“隐藏”但我也希望从“我的帐户”中删除此字段。请问有什么提示吗?谢谢
问问题
632 次
2 回答
0
My Account
您可以在这些文件的前端部分中找到邮政编码字段的代码:
app/design/frontend/PACKAGE/THEME/template/customer/form/register.phtml
app/design/frontend/PACKAGE/THEME/template/customer/form/address.phtml
app/design/frontend/PACKAGE/THEME/template/customer/address/edit.phtml
于 2013-03-16T14:15:01.157 回答
0
echo $this->__('Zip/Postal Code')
this is the code line that you will find in .phtml files. Use Path Hint to get .phtml path.
So delete that line from customer/form/register.phtml and other .phtml files.
于 2013-03-16T17:49:47.487 回答