For some reason, when I get to the Payment Information section on the Onepage checkout (the only payment option we’re using is Authorize.net), the “Continue” button does nothing when clicked. When false CC info is placed in the fields, it throws validation errors, but when the correct CC info is placed, nothing happens when the button is clicked.
Any ideas what’s causing this?? Any help is greatly appreciated…
Magento version 1.4.1.0
Authorize.net is the only payment option we’re using
ryanfred check this thread and see if it helps your problem: http://www.magentocommerce.com/boards/viewthread/67087/P0/
Not sure if it works yet for me or not
I did ccard.js add to the page.xml file. It didn’t fix the issue. It seemed to create another issue with an error, which I then converted it back. Are there any other solutions you’ll have found?
I tried adding the page.xml script and it did not work for me.
How I got it to FINALLY work after days was to just upload my old validation.js page (/js/prototype/validation.js) and overwrite the newer one. I have no clue how this worked but it did!
I’ll attach the file I used so hopefully it will save someone else from pulling out their hair!
this issue is strange, I already have <action method="addJs"><script>lib/ccard.js</script></action> being loaded. it does appear to be a validation code problem
I will try ths js posted above. I will check a diff of the two files and see if I can see the change and if it will work. FINGERS CROSSED!
um. ooopse.. My page.xml file did NOT have the ccard.js lib. I added it. flushed the cash. reloaded and Viola’!!!! YAY!!!
this issue is strange, I already have <action method="addJs"><script>lib/ccard.js</script></action> being loaded. it does appear to be a validation code problem
I will try ths js posted above. I will check a diff of the two files and see if I can see the change and if it will work. FINGERS CROSSED!
um. ooopse.. My page.xml file did NOT have the ccard.js lib. I added it. flushed the cash. reloaded and Viola’!!!! YAY!!!