mollie / OpenCart

iDEAL, Creditcard, Bancontact/Mister Cash, SOFORT, Belfius Direct Net, KBC/CBC Payment Button, Bank transfer, Bitcoin, PayPal & paysafecard for OpenCart 1.5.6+ and OpenCart 2.0+.
http://www.mollie.com
BSD 2-Clause "Simplified" License
73 stars 37 forks source link

Not working with big orders #324

Closed twdre closed 3 weeks ago

twdre commented 1 month ago

Small orders (less then 25 products or so) are working. Yesterday a big order with 300+ products it goes wrong.

He tried to change the payment methode also from mollie to bank transfer - Not Working it goes automaticly back to ideal

Keeps telling that the customers details ar not correct And keeps telling that the privacy policy is not checked.

It was working with mollie 10.1.1

Versions used for website: Opencart 3.0.3.8 Theme Journall 3 Mollie 13.2.0

QualityWorks commented 1 month ago

I will assume this is a new website? Have you checked that max_input_vars on the server is high enough? It seems like a veriables limit to me.

twdre commented 1 month ago

Hi thank you very much for your response , Website is running 2 years now.

It was in directadmin on 1000 in php version 7.4. I put it on 3000. Dont know what is the best value

twdre commented 1 month ago

Not working

I put in 200 product. Tested payment (standard on iDeal) changed it to to banktransfer and it goes straith back to iDeal

QualityWorks commented 1 month ago

there's at least 11 variables per product line, and about 30 general variables for each order. max_input_vars of 3000 seems very low to me if you're planning on selling 300 products in a single order. I would try it on 20000

twdre commented 1 month ago

Great , Banktransfer loading slow with this many items but its. working again. Have to wait for iDeal payment again if this also working

Thank you !