VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: bogusj on October 18, 2013, 13:55:40 PM

Title: Redirect to a page after standard payment (cash at our premises)
Post by: bogusj on October 18, 2013, 13:55:40 PM
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.
Title: Re: Redirect to a page after standard payment (cash at our premises)
Post by: bogusj on October 20, 2013, 12:00:15 PM
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>