| Project: | Ubercart Contributions |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | sleamey |
| Status: | fixed |
I've recently browsed uc_quote.js and was highly surprised - it seems not to send any info about currently selected payment method on ajax request to "cart/checkout/shipping/quote", so uc_quote_request_quotes() doesn't receive such info...
Hence any "payment_method" condition always return false and it's impossible to have quotes depended on the selected payment method...
Or am I missed something?
At least such depended quotes doesn't work at all even corresponding rows in "ca_predicates" table look ok.
Ubercart 2.4
ps: oh, it seems there is no way to edit issue title, so excuse me for my poor english skills, plz

Alternatively one can recreate checkout shipping pane with an additional module by copying and modifying corresponding code the way mentioned above. But that's no good too. Any suggestions?