VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: roman5527 on January 20, 2014, 22:27:55 PM

Title: Virtuemart registration no link to TOS
Post by: roman5527 on January 20, 2014, 22:27:55 PM
Hi, In Virtuemart registration the TOS field. The user does not have the opportunity to read TOS. How do I add a reference to the TOS to the registration form? thank you
Title: Re: Virtuemart registration no link to TOS
Post by: jenkinhill on January 20, 2014, 23:59:43 PM
A quick and dirty way to avoid core edits or complicated overrides is to make a language override for COM_VIRTUEMART_I_AGREE_TO_TOS

eg make a Joomla menu link to View vendor TOS and put that link in the language override, so instead of being simply:
I agree to the Terms of Service
it becomes something like:
<a href="index.php/terms" target="_blank">I agree to the Terms of Service</a>

There must be better ways, though.
Title: Re: Virtuemart registration no link to TOS
Post by: roman5527 on January 21, 2014, 11:46:54 AM
Thank you. And any alternatives to popup window?
Title: Re: Virtuemart registration no link to TOS
Post by: jenkinhill on January 22, 2014, 13:25:10 PM
I just reread this - you are talking about a separate link to registration (menu link to account maintenance) rather than the registation page at checkout which already had a link to read the TOS?