MHL3060 / bentux

Automatically exported from code.google.com/p/bentux
0 stars 0 forks source link

the radio button has to be choosen before proceed to checkout #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
on viewcart page, cart.html

The order cannot be continued until any of the radio is being selected. By 
default, users should able to proceed without touching any button. 

Original issue reported on code.google.com by lhkh...@gmail.com on 30 Mar 2011 at 3:58

GoogleCodeExporter commented 9 years ago
Fixed.

use jquery to automatically select the first one when check out

Also fixed a crash in the following scenario.

the user check checkout.
the user enter the shipping address.
the user click on edit.
the user click on checkout (crash in this one).
(caused by product equals function. it has infinite loop. product.equals -> 
catalogs.equals -> product.equals)

Original comment by benli3...@gmail.com on 30 Mar 2011 at 4:53