News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Redirect to a page after standard payment (cash at our premises)

Started by bogusj, October 18, 2013, 13:55:40 PM

Previous topic - Next topic

bogusj

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.

bogusj

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>