How to edit "Order Details"

Hi, I’m trying to add another checkbox like the one in the attached image, right under that one “terms and conditions…” how do I add this?



What code do I add and where do I add it?



Thanks so much in advance.:slight_smile:

another-checkbox.jpg

Anyone please?

Hi ibodybuild



Use the code in this thread to make your checkbox,



[URL=“http://vb.cs-cart.com/showthread.php?t=655”]http://vb.cs-cart.com/showthread.php?t=655[/URL]



Just below this code in “checkout.tpl” around line 200


{$rdelim}


{include file="buttons/continue.tpl" but_onclick="javascript: if (fn_can_continue_order()) document.order_info_form.submit();"}


Hope that helps.