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
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.
Thank you. And any alternatives to popup window?
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?