211655 Posted April 7, 2005 Posted April 7, 2005 Hi, I just want to add this checkbox to any of the checkout page so consumers can agree to my terms. i have written this html which works fine for me.. how do i incorporate it to the psc checkout page... <html> <head> <script language="javascript" type="text/javascript"> <!---- function salesnewwindow(){ if (theForm.salesbox.checked == false) { alert("Sorry In order to continue you must agree to the terms and conditions of our site"); theForm.salesbox.focus(); return (false); } return (true); } //--> </script> </head> <body> <form onsubmit="return salesnewwindow()" name="theForm" action="yahoo.com" method="post"> <input type=checkbox value="check" name="salesbox"><font color="red">Yes, I agree with our site <a href="javascript:popupwindow()">Sales Terms.</a><br> <input type="submit" name="submit" value="enter"> </form> </body> </html> Please guide as i have no clue ho wthe form is going through. i am working on the live store. 211655 SEO Optimization Export Orders into CSV file
Jack_mcs Posted April 7, 2005 Posted April 7, 2005 Take a look at the Must Agree to... contributions. it has already been done. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.