报价单和订单中的商品金额错误
您好,我有一个关于tax_amount、row_total、price_incl_tax 和 row_total_incl_tax 的问题。
我的问题是这些值的计算如下:
price = 30
price_excl_tax = 25.08
因此对于 ex:price_incl_tax 应该是 30,但它是 25.08... base_tax amount很好,它是根据价格(30)计算的,但是tax_amount是根据price_excl_tax计算的
有人遇到过这个问题吗?
Hi i have a question regarding tax_amount, row_total, price_incl_tax and row_total_incl_tax.
My problem is that those values are caclulated as follow:
price = 30
price_excl_tax = 25.08
so for ex: price_incl_tax should be 30, but it is 25.08...
base_tax amount is good, it's calculated from price (30), but tax_amount is calculated from price_excl_tax
Did someone encoutered this issue ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,看起来这不是 Magento 本身的问题,而是 PHP 端的线程干扰问题。
Ok, so it looks like it isn't problem with Magento itsefl, but with Thread Interference on PHP side.