Tips and Tricks HQ Support Portal › Forums › Simple PayPal Shopping Cart › WP Cart – PayPal form in new window › Reply To: WP Cart – PayPal form in new window
March 1, 2010 at 11:52 pm
#17401
Participant
Search for the following line in the “wp_shopping_cart.php” file:
<form action=”https://www.paypal.com/us/cgi-bin/webscr” method=”post”>
Once you find it change that string to the following:
<form action=”https://www.paypal.com/us/cgi-bin/webscr” method=”post” target=”_blank”>