VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: YodaStudio on October 04, 2017, 08:54:25 AM

Title: Custom Terms of Service link
Post by: YodaStudio on October 04, 2017, 08:54:25 AM
Hello everybody.

I would like to change the "Terms of Service" link in the checkout page in order to use a custom page instead of the default one but I don't know how to do it.
Any help about it?

Thanks
Title: Re: Custom Terms of Service link
Post by: jenkinhill on October 04, 2017, 12:45:59 PM
Edit and override components/com_virtuemart/sublayouts/tos.php  - or if you are using a template which already has overrides then you may need to look for the file in templates/[your Joomla template]/html/com_virtuemart/sublayouts/

The line that links to the "normal" tos is:
<?php echo vmText::_ ('COM_VIRTUEMART_CART_TOS_READ_AND_ACCEPTED') ?>