stonedk Posted September 30, 2005 Posted September 30, 2005 Hi all Don?t know whether it belongs here, but I have a question. It would be really great if anyone could help me out! I have a checkbox in the checkout_payment.php document with following code: <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td align="center"><b>Hiermit akzeptiere ich die <a href="conditions.php"><u>AGBs</u></a> <input name="checkbox" type="checkbox" value="true"></b></td> </tr> </table></td> </table></td> </tr> The customer also has to choose between 2 payment options. My problem is ... I need that every customer agrees that he or she has read the conditions ... therefore I want that they only can proceed with the checkout if they clicked on the checkbox. Can anyone tell me, where and how i have to change the code to achieve that goal? Thanks in advance!!! Daniel from Nuremberg
mi_jaiten Posted October 2, 2005 Posted October 2, 2005 Hi all Don?t know whether it belongs here, but I have a question. It would be really great if anyone could help me out! I have a checkbox in the checkout_payment.php document with following code: <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td align="center"><b>Hiermit akzeptiere ich die <a href="conditions.php"><u>AGBs</u></a> <input name="checkbox" type="checkbox" value="true"></b></td> </tr> </table></td> </table></td> </tr> The customer also has to choose between 2 payment options. My problem is ... I need that every customer agrees that he or she has read the conditions ... therefore I want that they only can proceed with the checkout if they clicked on the checkbox. Can anyone tell me, where and how i have to change the code to achieve that goal? Thanks in advance!!! Daniel from Nuremberg Hi Daniel, Take a look at this page and choose the contribution that will suit you: http://www.oscommerce.com/community?contri...ms&category=all Kind Regards, Michelle.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.