Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Payment module bug


markroberts

Recommended Posts

In the payment module, I have selected four paymeny options. When the customer checks out, the four options appear, however, you can only select 2 of the options. When you select one of the last 2 options, the option is not selected. Instead one of the first two options is selected.

 

The problem is that when the code for this page is generated, for this section, each and every <tr> tag has the same onclick event as follows:

 

onclick="selectRowEffect(this, 0)

 

The four selections should have the following code generated:

 

onclick="selectRowEffect(this, 0)

onclick="selectRowEffect(this, 1)

onclick="selectRowEffect(this, 2)

onclick="selectRowEffect(this, 3)

 

Before I spend a lot of additional time on this, has anyone else discovered this? How did you fix it? Is there an update available?

 

Thanks.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...