Hi,

It would be great to have a setting to change the ' I agree with the Terms of Service' text to something else, for example, ' I agree with the Terms and Conditions'.

CommentFileSizeAuthor
#3 Screenshot_190.png130.98 KBibuildit
#3 Screenshot_190.png130.98 KBibuildit
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

glennnz’s picture

Issue summary: View changes
howdytom’s picture

Yes, totally agree. Did you already find a solution for that?

ibuildit’s picture

FileSize
130.98 KB
130.98 KB

I made a solution for it, unfortunately I can't make a patch right now, but I'll just drop it here and hopefully we can get it into the module at some point.

These changes uses the node title. See attached screenshots.

row 70-74 in commerce_extra_panes_termsofservice.module

$node = node_load($extra_pane->extra_id);
$checkboxtitle = 'I agree with the ' . $node->title;
$form[$pane_id]['termsofservice'] = array(
'#type' => 'checkbox',
'#title' => t($checkboxtitle),