Closed (fixed)
Project:
Ubercart Terms of Service
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2010 at 23:02 UTC
Updated:
23 May 2010 at 15:50 UTC
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
Comment #1
pcambraHi
Currently you can't change the size of the modal window unless you alter the .module in the line 164:
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.
Comment #2
pcambraHi
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!