我在 Magento 结帐页面上遇到问题。当客户注册时,未在我的帐户部分输入他/她的地址详细信息并尝试结帐,然后在计费屏幕上获取应为空的 n/a 值的字段。只有名字和姓氏应该在那里。
任何帮助都会很棒。
谢谢
所以你需要覆盖
app\design\frontend\base\default\template\checkout\onepage\progress.phtml
下面代码中的第 41 行。
<address><?php echo $this->getBilling()->format('html') ?></address>
用于侧边栏和
app\design\frontend\base\default\template\checkout\onepage\billing.phtml
用于第 34 行附近的下拉菜单
<?php echo $this->getAddressesHtmlSelect('billing') ?>