Home > Net >  Opening checkout page in new tab at the end of Woocommerce payment
Opening checkout page in new tab at the end of Woocommerce payment

Time:07-31

We have a donation site project. donation plugin I use is "Donation Platform for WooCommerce: Fundraising & Donation Management" Since the broadcast stream will continue on the site, when the "Donate Now" button is clicked, the checkout page must be opened in a new tab without disturbing the broadcast flow. Is there a way to open the checkout page in a new tab? Or is there another method you recommend?

enter image description here

CodePudding user response:

Just add formtarget="_blank" attribute in button element to open in new window without disturbing the broadcast flow.

CodePudding user response:

I don't know where to add the formtarget="_blank" code. I am giving the links of the plugins I use.

  1. Donation Platform for WooCommerce: Fundraising & Donation Management

  2. WooCommerce

  • Related