Closed (fixed)
Project:
Ubercart Terms of Service
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2010 at 19:44 UTC
Updated:
7 Feb 2010 at 19:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
ezra-g commentedIf you're using uc_tos to display a license node called "License" then it doesn't make sense to agree with the Terms of service.
Here's a revised patch that changes the agree checkbox text to "I agree with the terms above."
Comment #2
pcambraOk, makes sense.
The label for the checkbox is passed through translation so anybody who wants can change it, I am changing it because is more generic.
In the first line of the patch should be $node = uc_termsofservice_get_node('cart'); instead of $node = uc_termsofservice_get_node('checkout');
I'm testing this now
Comment #3
pcambraOk, I've also added a title callback for hook_menu so modal frame title is the node title as well instead of the "hardcoded" (:P) string.
Thanks!