Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error: document.checkout_payment.payment.0' is null ot not an object


Guest

Recommended Posts

Posted

Hi,

 

On the checkout_payment.php page when I try to select a payment method I get the error message:

 

Line:25

Char:3

Error: 'document.checkout_payment.payment.0' is null or not an object

Code 0

 

this is the code from the page:

 

// one button is not an array

if (document.checkout_payment.payment[0]) {

document.checkout_payment.payment[buttonSelect].checked=true;

} else {

document.checkout_payment.payment.checked=true;

}

}

 

 

All my modules are set to False.

 

Anyone have any suggestions on what is wrong?

 

 

Also if anyone here has free time and can offer support to fix some of my pages, please PM me with your rates. I purchased a template and it appears the coding isn't working properly on some of the pages in IE. All my pages work fine in Firefox. By reading the forums I know it is a matter of moving code around and making sure all forms are closed, but I am having problems on a few pages such as this one. If you can help let me know thanks!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...