<p style="float:none; text-align:left; clear: both; margin: 10px 0;">
<input style="float:none; vertical-align:middle;" type="checkbox" id="agree" />
<label style="display:inline; float:none" for="agree">
Jag godkänner våra <A HREF="http://www.favore.se/regler-och-vilkor/" target="_blank"style="color: #fa6a28"> regler och vilkor</A>
</label>
</p>
<script>
$('input[name="checkout"], input[name="goto_pp"], input[name="goto_gc"]').click(function() {
if($('#agree').is(':checked')){
$(this).submit();
}
else{
alert("Du måste godkänna våra regler och villkor.");
return false;
}
});
</script>
There are currently 1 users browsing this thread. (0 members and 1 guests)