
Originally Posted by
dbltoe
the issue that @nick1973 is having is definite jquery related and/or OPC related.
he either does not have the checkout_one file i mentioned above or he is having a problem with this part of the code (from for_upload/includes/modules/pages/checkout_payment/jscript_square_webPay.php):
Code:
if (document.querySelector("#checkoutOneSubmit")) {
formButton = document.querySelector("#checkoutOneSubmit");
} else {
formButton = document.querySelector("#paymentSubmit");
}
i do not know what version of OPC he is running nor jquery; but if the first div with an id of #checkoutOneSubmit is not there, he will have a problem.
i was thinking about adding some console information in the event of problems right here. it has been on my mind of late.
and while i have TOTAL respect for drByte and lat9 for their contributions to this project as well as their troubleshooting abilities, i am perfectly able to provide support on a plugin that i developed and of which i am the most intimately familiar.
best.
Bookmarks