Hey guys, once again
My testing users are telling me that the Paypal Express Checkout button on the cart pane is confusing them. They see it as an advertisement rather than a button, then are dismayed when not finding paypal after clicking the "checkout" button, which takes them to a seperate page.
In the interest of usability, I'm trying to change that Paypal EC button to a standard button called "Checkout with paypal" and the normal "checkout" button to "checkout with other services", however there's a problem.
It appears that the Paypal EC button, part of the uc_paypal_ec_form in the uc_paypal.module is attached using hook_cart_pane. Normally this is fine, but I need to move that button-form so it's after the "update cart" button.
This is neccesary because our client prefers Paypal. How can I move the Paypal EC button-form so it renders after the "update cart" button?
