Hi,
Our site www.allmassage.gr sells only services.
How could I redirect to our online booking page (www.allmassage.gr/bookings) when users are ordering a service and select payment type cash at our premises? I would like them to make their booking immediately, otherwise this purchase is completely useless. Could I write a script to do that within the Payment Info?
Thanks in advance.
Hi,
I wrote this script at the end of Payment Info and it works fine:
<script language="javascript">
window.location.href = "http://www.allmassage.gr/index.php?option=com_pbbooking&view=pbbooking&layout=calendar&Itemid=692"
</script>