Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi are you referring to the shortcode added to the checkout page you added next to Automatic redirection to checkout page?

    Thread Starter actionmedia

    (@actionmedia)

    Hi – no I’m referring to the widget where it shows the items in the cart. Below that is a paypal button. When clicking the paypal button, I’d like the paypal site to open in a new window.

    It doesn’t have an option for that at the moment. I will add an option for this in the next version.

    Thread Starter actionmedia

    (@actionmedia)

    Sounds good, but if I wanted to add target=_blank, where would I put that? I don’t mind editing the PHP file.

    In the “wp_shopping_cart.php” file find the following line of code:

    <form action="'.$paypal_checkout_url.'" method="post">

    You can add the target=”_blank” in there like the following:

    <form action="'.$paypal_checkout_url.'" method="post" target="_blank">

    Thread Starter actionmedia

    (@actionmedia)

    Very helpful, thank you!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Make checkout button open in new window’ is closed to new replies.