Jump to content

How to disable/remove the payment error message ?


Recommended Posts

Hello all,

Sometimes i have the payment error in the shop where customers get this true email.
It`s now and then sometimes with paypal and sometimes with Ideal.
They get this message before finalize the order.

How to disable this message in FO so that customers don`t get that message cause the transaction will be successful when they finished it.

So i don`t want that message also send to customers cause they stop the order and walk away and some will contact me but the ones that go don`t come back.

So if anyone knows how to disable then please post how to fix,

I don`t think removing the payment error mail template will fix this.

I run PS 1.3.1 with SSl.

ysco..

Link to comment
Share on other sites

  • 1 month later...

I just tried this.. hopefully a temporary fix until PS sort it out.

In the classes folder is PaymentModule.php

I have commented out the error handling by adding // to the start of two lines as follows;

            // Amount paid by customer is not the right one -> Status = payment error
               // if ($order->total_paid != $order->total_paid_real)
               // $id_order_state = _PS_OS_ERROR_;

Link to comment
Share on other sites

×
×
  • Create New...