Hi there
We've just upgraded a site to V10.0.2 from v9.0.4 with very few hitches however there now appears to be an error at the last stage of checkout where the final button is clicked to proceed to payment (either Paypal or Worldpay)
The error (which stops the checkout when you press 'confirm order' ) is reported by IE as:-
UPDATE : The line that the error *appears* to be referring to is line 964 in actinicextras.js
where the error states that
Bizarrely we can get past this if we use firefox to checkout but as 65% of our customers use IE we need to find out why this is happening!
Can anyone shed any light on what the issue might be? (Incidentally, that line in actinicextras.js appears to be to do with an AJAX process)
Cheers
Jos
We've just upgraded a site to V10.0.2 from v9.0.4 with very few hitches however there now appears to be an error at the last stage of checkout where the final button is clicked to proceed to payment (either Paypal or Worldpay)
The error (which stops the checkout when you press 'confirm order' ) is reported by IE as:-
Code:
Message: Could not complete the operation due to error c00ce514. Line: 160 Char: 6 Code: 0 URI: http://www.manchesterminerals.co.uk/acatalog/actinicextras.js
Code:
var ajaxRequest = new ajaxObject(document.location.href.split('?')[0]);
Code:
Error: document.location.href is undefined Source File: http://www.manchesterminerals.co.uk/acatalog/actinicextras.js Line: 964
Can anyone shed any light on what the issue might be? (Incidentally, that line in actinicextras.js appears to be to do with an AJAX process)
Cheers
Jos
Comment