FrenchMarie Posted April 23, 2021 Share Posted April 23, 2021 Hello, I am coming to you following a problem with the order basket, during the validation of the order basket in the last step, we have an error as you can see in the attachment, we have done the test with several payment methods . Impossible to understand why. Thank you in advance for your advice and for your help. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 23, 2021 Share Posted April 23, 2021 1 hour ago, FrenchMarie said: Impossible to understand why. there looks to be an AfterShoppingCartCheckout action hook running that contains a whereIn condition where the second parameter is not an array - I assume the whereIn should really contain an array of applicable Product IDs where the hook should do something if that condition is met, but seems to wrongly contain a 'false' boolean value. the solution will be to find that whereIn line in the hook code and correct it. 0 Quote Link to comment Share on other sites More sharing options...
FrenchMarie Posted April 23, 2021 Author Share Posted April 23, 2021 Hello, Thanks for your feedback, I searched the files and couldn't find a file with the AfterShoppingCartCheckout function. Unable to know if it comes from a module or not, the files are encrypted. cordially 0 Quote Link to comment Share on other sites More sharing options...
FrenchMarie Posted April 23, 2021 Author Share Posted April 23, 2021 Hello, Thank you for your feedback and for the advice, you have helped us, we have found the module that is causing the problem. Many thanks to you, really 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 23, 2021 Share Posted April 23, 2021 5 minutes ago, FrenchMarie said: Unable to know if it comes from a module or not, the files are encrypted. oh I missed that in the error output - it's looks to be wsa Client Verification addon module - are you using that ? possibly you need to update the module, or if it's a bug, to contact their support. 0 Quote Link to comment Share on other sites More sharing options...
FrenchMarie Posted April 23, 2021 Author Share Posted April 23, 2021 Hello, Yes indeed, we have exactly the Client Verification addon. cordially 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.