Hi,
I’ve added this code
add_action('wppizza_order_form_before_profile_update', 'my_checkbox');
function my_checkbox(){
echo"<label><input type='checkbox' required />some text <a href='link/to/t_and_cs'>some link</a></label>";
in functions.php of my tempplate, but i don’t know where is the correct place. I’ve tried some places but nothing.
Any idea? I’m not programmer… :C
Thanks,