== Fixen Text austauschen==
Über KONFIGURATION->BUCHUNGSSEITE->DEVELOPER"Individueller Text ". Stripe und Paymill verlinken ihre eigenen Buttons, die nicht verändert werden können. Um den Buttontext eines anderen Gateways zu ändern können sie ein Code Snippet unter "HTML" einfügen Anleitung: <script type="text/javascript"> $(document).ready(function() { $("#buttoncustominstruction").val("the new text"); }); </script> Authorize.Net: <script type="text/javascript"> $(document).ready(function() { $("#buttonauthorizenet").val("the new text"); }); </script> Paypal <script type="text/javascript"> $(document).ready(function() { $("#buttonpaypal").val("the new text"); }); </script>
== "Mehrere Buchen" ==