New in


Ganz neu dabei im Shop: Diese Neuheiten bringen frischen Wind in den Shop und gute Laune zu Euch nach Hause oder die genau richtige Geschenke-Idee zu Euren Liebsten!
  • 1
  • 2
$(document).ready(function() { $('body').on('click', '[name="checkout"], [name="goto_pp"], [name="goto_gc"]', function() { if ($('#agree').is(':checked')) { $(this).submit(); } else { alert("You must agree with the terms and conditions of sales to check out."); return false; } }); }); $(document).ready(function() { $('body').on('click', '[name="checkout"], [name="goto_pp"], [name="goto_gc"]', function() { if ($('#agree').is(':checked')) { $(this).submit(); } else { alert("You must agree with the terms and conditions of sales to check out."); return false; } }); });