Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Magento 1.7.0.2 网上商店有一个问题,当我们将价格更改为自定义价格且数量大于 1 时,计税会翻倍,因此不是 27%,而是 54%。当计算 1 件的定制价格或任意数量的常规价格时,计算正确。
请帮助如何解决这个问题?
最好的问候,加斯帕
问题可能是一个总对象属于一个地址对象,而 Magento 订单通常有两个地址 - 一个用于运输,一个用于计费?
$address->getAddressType()