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
basically i want to this to open in a new window
Code: Select all
<a onclick="$('#checkout').submit();" class="button">
Try adding
After class="button"
Code: Select all
target="_blank"
Who is online
Users browsing this forum: No registered users and 9 guests