| Project: | Ubercart Contributions |
| Component: | Code |
| Category: | |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Drupal 5 comes with jQuery 1.0.4. I use jquery_update module / method to bump jQuery to 1.1.2 on my site. The issue likely exists with other jQuery versions.
Basic scenario:
A store is setup with 2 payment method options (paypal and webmoney in my case). The checkout panes are ordered such that choice of payment method precedes shipping calculation pane (is this the default?). If the second payment method is selected, clicking "Calculate Shipping" resets the choice of payment method to the default.
The order of panes does not affect reproducibility of the bug. For obvious reasons, if the customer is prompted to calculate shipping first (through ordering of panes), or if there is a single payment method available, the bug doesn't show. Placing shipping pane first cleverly hides the bug, which is the solution I went with for now. The issue however may come up in some alternative scenarios.

