gpt4 book ai didi

php - 在 magento 中单独的帐单/送货地址?

转载 作者:可可西里 更新时间:2023-11-01 13:19:26 24 4
gpt4 key购买 nike

一位客户与他联系,指出他无法为他的帐户指定不同的帐单地址和送货地址。当他更改一个地址时,另一个地址也会自动更改。

我登录到 Magento 管理控制台尝试自己分离地址,但我没有找到办法。

任何想法!!!!

最佳答案

我无法解决这个问题,所以我最终只向用户显示了一条消息。只有当他们的地址簿中有一个地址时,它才会显示消息。

要使用默认的 Magento 主题实现此修复,请在 app/design/frontend/your-interface/your-theme/template/customer/address/edit.phtml 中插入以下代码

<?php if($this->isDefaultBilling() && $this->isDefaultShipping()): ?>
<ul>
<li class="error-msg">Editing this address will update both your billing and shipping address. If you want to add an entirely new billing or shipping address click <a href="<?php echo $this->getBaseUrl();?>customer/address/new/" title="Create New Billing or Shipping Address">here</a>.</li>
</ul>
<?php endif; ?>

它正在工作..

关于php - 在 magento 中单独的帐单/送货地址?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20876591/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com