Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with a conditions checkbox during checkout


stonedk

Recommended Posts

Posted

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

Posted
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...