Responsive Booking Page: Difference between revisions

Jump to navigation Jump to search
Line 320: Line 320:
Stripe and Paymill insert their button and can not be changed. To change the text of any of the other payment buttons you can place this code snippet into {{#fas:cog}} (SETTINGS)  BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPER "Advanced HTML Settings".  
Stripe and Paymill insert their button and can not be changed. To change the text of any of the other payment buttons you can place this code snippet into {{#fas:cog}} (SETTINGS)  BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPER "Advanced HTML Settings".  


Custom Instruction:  
Custom Instruction:  
<script type="text/javascript">
<code> <script type="text/javascript">
  $(document).ready(function() { $("#buttoncustominstruction").val("the new text"); });  
  $(document).ready(function() { $("#buttoncustominstruction").val("the new text"); });  
  </script>
  </script></code>


Authorize.Net:  
Authorize.Net:  
  <script type="text/javascript">
  <code><script type="text/javascript">
  $(document).ready(function() { $("#buttonauthorizenet").val("the new text"); });  
  $(document).ready(function() { $("#buttonauthorizenet").val("the new text"); });  
  </script>
  </script></code>


Paypal
Paypal
<script type="text/javascript">
<code><script type="text/javascript">
  $(document).ready(function() { $("#buttonpaypal").val("the new text"); });  
  $(document).ready(function() { $("#buttonpaypal").val("the new text"); });  
  </script>
  </script></code>


[[:category:Developers |Here]] you can find more developer options.
[[:category:Developers |Here]] you can find more developer options.