I was needing to add a terms and conditions page as the first step of the checkout process.
My understanding is in order to accomplish this I need to edit \includes\filenames.php by defining FILENAME_CHECKOUT_SHIPPING to my terms and conditions page and then add the definition of FILENAME_CHECKOUT as the checkout_shipping page now. The terms page would then redirect to that page when agreed to.
Currently my terms and conditions page is MYDOMAIN.com/terms.php
How do I define these elements to work?




