Magento账单地址n / a字段值 - 当客户注册但尚未拥有任何地址时

时间:2012-12-31 09:11:49

标签: magento checkout billing

我在Magento结帐页面遇到问题。虽然客户已注册,但未在我的帐户部分输入他/她的地址详细信息并尝试结帐,然后在结算屏幕上获取字段,其中n / a值应为空。只有名字和姓氏应该在那里。

任何帮助都会很棒。

由于

1 个答案:

答案 0 :(得分:-1)

所以你需要覆盖 app\design\frontend\base\default\template\checkout\onepage\progress.phtml在下面的代码中接近第41行。

<address><?php echo $this->getBilling()->format('html') ?></address>

侧边栏和 第{34}附近的下拉列表app\design\frontend\base\default\template\checkout\onepage\billing.phtml

<?php echo $this->getAddressesHtmlSelect('billing') ?>