Add checkbox after terms and condition

More
3 years 1 month ago #152750 by eve
Hi there!

May I know that is there any way to place/add a checkbox(custom field) directly after the terms and conditions validation of the checkout process? 

Thanks

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
3 years 1 month ago #152751 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Add checkbox after terms and condition
Hello

There is no option to display a custom field after terms and conditions. So for this, I think the easiest way would be modify code of the file components/com_osmembership/view/register/tmpl/default_terms_conditions.php and add the checkbox you want there

Once the modification is done, please move this modified file to PATH_TO_TEMPLATE/html/com_osmembership/register folder so that the change won't be lost when you update to future releases of the extension. PATH_TO_TEMPLATE is path to the template which you are using on your site

Tuan

Please Log in or Create an account to join the conversation.