Page 1 of 1

New window/tab onclick when someone presses confirm order

Posted: Wed Dec 07, 2011 1:55 am
by rayozd
Hi,

I am using opencart_v1.4.7 and guest checkout is what we use, now it would be a massive help if someone can tell me how to open the payment provider page(e.g. paypal) on a new tab/window after someone clicks on "Confirm Order", if possible also close the parent window. Any help will be greatly appreciated.

Thanks

Re: New window/tab onclick when someone presses confirm orde

Posted: Wed Dec 07, 2011 7:38 pm
by rayozd
basically i want to this to open in a new window

Code: Select all

<a onclick="$('#checkout').submit();" class="button">

Re: New window/tab onclick when someone presses confirm orde

Posted: Thu Dec 08, 2011 12:36 am
by OpenCart Addons
Try adding

Code: Select all

target="_blank"
After class="button"

Re: New window/tab onclick when someone presses confirm orde

Posted: Thu Dec 08, 2011 3:33 pm
by rayozd
Yup i did, unfortunately it didn't work :(