I have a couple of questions on this:
Is there a way to override the "I agree with the Terms of Service" text in the checkout pane?
I'd also like to change the size of the modal pop-up but I'm not quite sure how to do that either.

Comments

pcambra’s picture

Hi

Currently you can't change the size of the modal window unless you alter the .module in the line 164:

$form = uc_termsofservice_get_item('checkout', $node->title, 'uc_termsofservice/show/'. $node->nid, '500,300');

Probably it would be a good thing to configure in the settings of the module

You can translate the string I agree with Terms of Service in the translation interface, in fact, the "Terms of Service" part is the node title.

pcambra’s picture

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

Hi

Now the size of the popup is configurable.

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.