- Posts: 151
- Thank you received: 9
Problem with Payment method iDeal
13 years 10 months ago #77585
by Maurice
Problem with Payment method iDeal was created by Maurice
Hi,
I use iDeal (via Mollie) as a payment processor for the Netherlands. It works fine except one thing.
I've configured that the use of this processor costs EUR 1,50 as transaction costs.
Now the total amount to be paid sums up everything and the invoice also shows the correct total.
However, the actual ammount that is sent to the processor is missing these transaction costs.
So all transactions are missing this 1,50.
I've contacted the creator of this processor and they say that it is not the processor code but HikaShop that does this.
Although this could be right, I still have a little problem accepting this.
Please advice.
Kind regards,
Maurice
I use iDeal (via Mollie) as a payment processor for the Netherlands. It works fine except one thing.
I've configured that the use of this processor costs EUR 1,50 as transaction costs.
Now the total amount to be paid sums up everything and the invoice also shows the correct total.
However, the actual ammount that is sent to the processor is missing these transaction costs.
So all transactions are missing this 1,50.
I've contacted the creator of this processor and they say that it is not the processor code but HikaShop that does this.
Although this could be right, I still have a little problem accepting this.
Please advice.
Kind regards,
Maurice
Please Log in or Create an account to join the conversation.
13 years 10 months ago #77625
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Problem with Payment method iDeal
Hi,
HikaShop add this parameter to all payment plugins but the plugin as to use this information.
I didn't read the source code of iDeal but :
If the plugin use the "$order->cart->full_total->prices[0]->price_value_with_tax", the price would be good. There's nothing to do.
But if the plugin send every product price, then like the "$order->order_shipping_price", the plugin should send the value of "$order->order_payment_price".
Regards,
HikaShop add this parameter to all payment plugins but the plugin as to use this information.
I didn't read the source code of iDeal but :
If the plugin use the "$order->cart->full_total->prices[0]->price_value_with_tax", the price would be good. There's nothing to do.
But if the plugin send every product price, then like the "$order->order_shipping_price", the plugin should send the value of "$order->order_payment_price".
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Time to create page: 0.223 seconds