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

CommentFileSizeAuthor
#1 next-button.patch965 bytessoglesby

Comments

soglesby’s picture

StatusFileSize
new965 bytes

This patch works OK for when ModalFrame API is not installed.

pcambra’s picture

Version: 6.x-1.1 » 6.x-1.x-dev
Status: Active » Fixed

Hi

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!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.