Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, you can slightly edit a file in plugin folder to do this:

    Step 1: Go to : paypal-donations.1.8.1\paypal-donations\views\paypal-button.php

    Step 2: Find the code “$paypal_btn .= ‘<input type=”image” src=”‘ .$button_url. ‘” name=”submit” alt=”PayPal – The safer, easier way to pay online.” />’;”

    Step 3: Please replace the above code with:

    “$paypal_btn .= ‘<input formtarget=”_blank” type=”image” src=”‘ .$button_url. ‘” name=”submit” alt=”PayPal – The safer, easier way to pay online.” />’;”

    Now 🙂

    @jawad3s: Are you the plugin’s developer? if not, you really shouldn’t be encouraging people to edit the plugin’s files.

    Plugin Contributor Johan Steen

    (@artstorm)

    I’ve just released version 1.8.2, where I’ve added this as an option in the advanced tab in settings.

    Cheers,
    Johan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to get Paypal to open in a new TAB’ is closed to new replies.