PDA

View Full Version : Terms & Conditions - tick box


Kerri
04-Mar-2003, 02:48 PM
Good Day All!

OK I have searched the last 10 pages to make sure I am not repeating an old question and have not found anything so here goes...

Our terms and conditons are laid out on our web site and are straight-forward and pretty standard. Is there a way of getting cutomers to tick an "I agree" box, to indicate that they have read and agree to all our T&Cs, this is of particular value when it comes to returns policy and technical specifications such as size.

Thanks to all those that reply with useful suggestions.

Owen Drumm
04-Mar-2003, 05:47 PM
Hi Kerri,

Is this what you are looking for?

http://www.actinic.com/knowledge/acatalog/Knowledge_Base_Cart_and_Checkout_128.html#a691

Jan
04-Mar-2003, 07:40 PM
I might be wrong but I don't think that a checkbox can be made mandatory. You can set it to required BUT if it is left unchecked it is deemed to have a value of unchecked so Actinic continued. This has been discussed in depth in past threads (or rather emails because the last time I saw this was in the email list) and the decision reached was to replace the text for the button that usually says 'Add to Cart' to 'Accept T&Cs and Add to Cart' or similar.

Regards,

cdicken
06-Mar-2003, 01:12 PM
Checkboxes cannot be made mandatory - you are right Jan.

The way I have found to add this functionality in is to edit your Act_Order00.html template (or Act_Order01.html if you are using simple shipping and simple tax) and then add the words...

By clicking this NEXT> button you are agreeing to the Ts & Cs listed below.

...somewhere near where it says
<input type=SUBMIT name=ACTION value="NETQUOTEVAR:NEXTBUTTON">