开发者

Wrong amount for item in Quote and Order

开发者 https://www.devze.com 2023-01-29 10:53 出处:网络
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:

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 开发者_JAVA百科tax_amount is calculated from price_excl_tax

Did someone encoutered this issue ?


Ok, so it looks like it isn't problem with Magento itsefl, but with Thread Interference on PHP side.

0

精彩评论

暂无评论...
验证码 换一张
取 消