Everything in the order process is fine as a customer.
When logged in, the customer receives an error message when clicking Next on the Billing address page to go to the Payment Selection page. The error is:
----
A Runtime error has occured.
Do you wish to Debug?
Line: 7
Error: 'document.forms.0.INVOICEMOVING.checked' is null or not an object
----
A while ago I did change the 'Moving Within One Month' option to a statement regarding terms and condition, which needs to be ticked before proceeding to the next page.
As the billing information is already entered automatically by the cusomter information from their account, the 'Moving Within One Month' statement is not shown and therefore cannot be checked, which is what I think is causing this error (if it is causing the error, then just clicking no to debugging just bypasses that page and goes onto the next one anyway)
Help needed!
When logged in, the customer receives an error message when clicking Next on the Billing address page to go to the Payment Selection page. The error is:
----
A Runtime error has occured.
Do you wish to Debug?
Line: 7
Error: 'document.forms.0.INVOICEMOVING.checked' is null or not an object
----
A while ago I did change the 'Moving Within One Month' option to a statement regarding terms and condition, which needs to be ticked before proceeding to the next page.
As the billing information is already entered automatically by the cusomter information from their account, the 'Moving Within One Month' statement is not shown and therefore cannot be checked, which is what I think is causing this error (if it is causing the error, then just clicking no to debugging just bypasses that page and goes onto the next one anyway)
Help needed!
Comment