Custom Web Pages

How to configure the legal conditions page.

Updated over a week ago

Index


Introduction

When we make a purchase on the Internet, as in any online store, the customer must accept the terms and conditions to finalize the purchase. In this article we will see how to create that page of legal conditions, and how to create that "check" on the website.

Create the page

  • Name: Give a name to this page. For example "legal".

  • Content: In this field we will include the text with our legal conditions: cancellation policy, data protection law, etc. in plain text format or in HTML format. You can use this tool to edit in HTML format or consult the club's web developer.

  • When you click on save, you will see that the name has changed to a url. Copy this one because you will need it.

Add the Check on the web page

Now that you have the terms and conditions page done, you have to force the customer to accept them with every online purchase. Follow these steps:

  • Go to Settings Menu > General Settings > Center.

  • Click Edit.

  • In the Customer Zone section, in the Gateway Legal Terms field, copy the following:

    I accept the <a href="/system/page/legal">terms and conditions.</a>.

  • Click Save.

You are all set. Now you can simulate an online purchase and you will see how the system forces you to accept in order to continue. You can also check if the link to the terms and conditions page is working correctly.

Did this answer your question?