Paypal Open in New Window

  • Posts: 4
  • Thank you received: 0
13 years 2 months ago #8879

I would like paypal to open in a new window -blank, so that the client site does not close. How can I do this?
Thanks

Please Log in or Create an account to join the conversation.

  • Posts: 81677
  • Thank you received: 13100
  • MODERATOR
13 years 2 months ago #8899

In order to do that change without any hack of HikaShop you will have to do that:
Copy the file plugins/hikashoppayment/paypal_end.php to templates/YOUR_TEMPLATE/hikashoppayment/paypal_end.php via FTP.
Edit the file templates/YOUR_TEMPLATE/hikashoppayment/paypal_end.php and change the line:
<form id="hikashop_paypal_form" name="hikashop_paypal_form" action="<?php echo $method->payment_params->url;?>" method="post">

to:
<form id="hikashop_paypal_form" name="hikashop_paypal_form" action="<?php echo $method->payment_params->url;?>" method="post" target="_blank">

Please Log in or Create an account to join the conversation.

  • Posts: 97
  • Thank you received: 1
13 years 2 months ago #10224

I would like to do the same and i've tried to do the changes you're suggesting, BUT at tempelates/mytemplate there is no hikashoppayment. Do i have to create it? Sorry for being newbie


Life is nice but is with somebody else

Please Log in or Create an account to join the conversation.

  • Posts: 81677
  • Thank you received: 13100
  • MODERATOR
13 years 2 months ago #10225

Yes, you have to create the folder.

Please Log in or Create an account to join the conversation.

Time to create page: 0.063 seconds
Powered by Kunena Forum