Alexander Ahmad Multishop newbie Topic creator registered since: 06.05.2015 Posts: 2 | Hallo I hope somebody got an easy solution The direct to paypal only works when I order a Product with no tax when I add any kind off tax I get an error : The link you have used to enter the PayPal system contains an incorrectly formatted item amount. mfg alex |
Written on: 06. 05. 2015 [14:06] |
Alexander Ahmad Multishop newbie Topic creator registered since: 06.05.2015 Posts: 2 | OK I found a solution for now paypal only acceps two numbers after the dot if you sen a decimal value so I changed the round function in the class.multishop_payment_method.php from round($product['final_price'], 4) i.e to round($product['final_price'], 2) this solved the prob but I think there is a more easy way so if somebody knows please let me know thanks mfg alex |
Written on: 06. 05. 2015 [20:22] |