Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 10, 20213 yr error 4X196/3 shows in my store logs, Customers cant complete transactions.. anyone having the same error ?
August 10, 20213 yr Solution 1 minute ago, penkay said: error 4X196/3 shows in my store logs, Customers cant complete transactions.. anyone having the same error ? /* If we don't have any available payment methods, show an error */ if ( \count( $paymentMethods ) === 0 and !$amountToPay->amount->isZero() ) { \IPS\Output::i()->error( 'err_no_methods', '4X196/3', 500, 'err_no_methods_admin' ); }
August 10, 20213 yr In case you don't speak PHP, @Adriano Faria is sharing the bit of code that results in that error. The error code can be interpreted to indicate that you have no available payment methods and the customer has some amount greater than zero to pay.