Jump to content

Featured Replies

Posted

error 4X196/3  shows in my store logs, Customers cant complete transactions..  anyone having the same error ? 

Solved by Adriano Faria

Go to solution
  • 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' );
			}

 

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.

Oh sorry, yes, I left the comment to the user. 

Recently Browsing 0

  • No registered users viewing this page.