Did you copy the Square Payments module's jscript_*.js/php file to the checkout_one directory?
no I hadn't. I copied it to the checkout_one directory in the same folder... I now can enter the cc fields, however, I'm still getting this warning once I click on shopping cart:
no I hadn't. I copied it to the checkout_one directory in the same folder... I now can enter the cc fields, however, I'm still getting this warning once I click on shopping cart:
no I hadn't. I copied it to the checkout_one directory in the same folder... I now can enter the cc fields, however, I'm still getting this warning once I click on shopping cart:
If you enable your browser's "Developer Tools" (F12 for Windows-based browsers) and then click the Console tab, there will be messages issued by the OPC's jQuery that identify what elements are missing.
If you enable your browser's "Developer Tools" (F12 for Windows-based browsers) and then click the Console tab, there will be messages issued by the OPC's jQuery that identify what elements are missing.
ahhh.. I changed #ottotal> div:first-child to #ottotal > , removing the div tag... that removed the error