The 'Next' button is displayed for the 'Terms and Conditions' pane during checkout.
N.B. It is showing for all the other checkout panes.
I am not using ModalFrame API.
Looking at the code in uc_termsofservice.module line 169 (in the function uc_termsofservice_checkout_pane_callback) an array is returned with an entry for next-button => FALSE.
If I comment this out then the 'Next' button displays.
I think that this is a bit of a hack and will break things when using Modal FrameAPI however. I guess that this entry should only be added to the array for the modal frame popup case?
Regards,
Steven
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | next-button.patch | 965 bytes | soglesby |
Comments
Comment #1
soglesby commentedThis patch works OK for when ModalFrame API is not installed.
Comment #2
pcambraHi
I've removed the next-button FALSE and I think it works just fine. It was forced to work without the next button.
Please test it from -dev release it will be refreshed soon, meanwhile you can checkout it from CVS.
Thanks for reporting!