Quote Originally Posted by frank18 View Post
Having an odd issue on a client's site after upgrading this plugin from 1.2.0 to the latest 1.3.0.

All displays fine but the "Confirm The Order" button is not responding, it indicates the underlying link when hovering over the button but does nothing when clicked. I checked all new files for presence in the right folder(s), no problem. Could it be just a clash of jscripts?

The module is currently only enabled to work conditionally, i.e only displays when I am logged in. Can supply site URL and my login details by PM if required. Also set up customer relevant debugging so can email log file(s).

Cheers / Frank
Frank, check your browser's console for javascript/jQuery errors after the OPC jQuery loads. I've got some protection in there if a jQuery error was detected prior to the OPC load, but if there's an error afterwards ... the submit/review buttons are inoperable.

Those buttons now result in a form-submittal only via jQuery call, as part of the payment-module interoperation. If a jQuery error were registered prior to the OPC load, there would be a message on the screen notifying the customer with a link that will result in the "normal" 3-page checkout process to do its thing.

You can send me the link/credentials via PM or email; it might be sometime tomorrow betore I can take that peek.