Help: Open Checkout in New Tab

KHR

Elite Member
Jr. VIP
Joined
Dec 9, 2013
Messages
4,701
Reaction score
1,636
Hello BHW,

I need urgent help for WooCommerce. I want to open a new Tab when clicking on the Checkout Button.

Please show me, What code & where to modify.?

Thanks
 
Add this on your CART PAGE exactly before the WooCommerce shortcode:
Code:
<base target="_blank">
After that take it for a ride and see if it opens into a new code. Very important: edit it in TEXT mode.
 
Thank you @ciupanezul11

It's working, But everything in Card page opens in New Tab, Even the Menu.
 
Just my 2 pence:

Does it not worry you that people may think they are being redirected to a dodgy page if checkout is a new tab?
 
Back
Top