想知道是否有人可以提供帮助。
我的magento问题 - paypal整合。
当网站上的访问者使用折扣代码时。 paypal收集的金额通常与magento订单中显示的金额不同。然后,由于总金额不同,这会从magento标记欺诈/可疑交易。
例如 在网站上订购的物品是£135.00含增值税(20%) 使用折扣码(10%折扣),节省13.50英镑 总支付金额为121.50英镑
所以贝宝应该收取121.50英镑。
然而,这就是paypal被告知收集的内容。
amt=119.25 <<<- this is the amount PayPal captured for the total sale (should include shipping and taxes if known).
itemamt=112.50
shippingamt=0.00
taxamt=20.25
shipdiscamt= -13.50
`
So it looks like the cart calculated the following way: ItemAmt 112.50 + TaxAmt 20.25 = 132.75 - 13.50 discount = 119.25. .
任何人都知道为什么会这样,以及如何纠正这个问题。
非常感谢