Quote Originally Posted by Nick1973 View Post
Ok I have put OPC into Conditional Mode on ventureengravings.uk

You are the only customer that will be able to use it. Your Customer ID is 249
ok, @Nick1973 and whoever else is paying attention, this is what i have found.
  • we have 2 event listeners competing for the same event.
  • when, the square_webpay event listener gets registered first, there is a successful transaction.
  • when the OPC event listener gets registered first, the square submittal does not happen, and hence there is no token that gets submitted as part of the form.
  • i have no idea why on some sites, the event listener gets registered first in OPC and other times square_webpay.
  • i am working on addressing that.


as a test, leave Minify set to FALSE - always... until the problem is resolved.

try commenting out these 2 lines:

https://github.com/lat9/one_page_che...ut_one.js#L545
https://github.com/lat9/one_page_che...ut_one.js#L568

and try placing an order.