Jump to content

Paypal Problem


Recommended Posts

Everytime i click the paypal in payment module the page seem not exist. It come out with this message ;

 

 

 

Object not found!

 

The requested URL was not found on this server. The link on the
seems to be wrong or outdated. Please inform the author of
about the error.

If you think this is a server error, please contact the
.

Error 404

localhost

7/10/2012 2:01:20 PM

Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1

 

Could any one help?

Link to comment
Share on other sites

I face some problem with paypal as it doesn't want to be displayed in a frame. When I hit the "I confirm my order" button, with IE browser, It said "This content cannot be displayed in a frame. What you can try 'open this content in a new window' " and when I click that suggestion, a new window is displayed and this time hitting the button "I confirm my order" button works...

 

Any suggestion which module to do some changes to have the button "I confirm my order" open a new window to solve this problem?

 

Many thanks!

 

I am using Prestashop 1.4.8.2 and Paypal 2.8.7

Edited by davidtiong (see edit history)
Link to comment
Share on other sites

I solve the problem:

 

modify this file

 

\TOOLS\SMARTY\COMPILE\xxxxxxxx.FILE.PAYMENT.TPL.PHP where xxxxxxxx is generated by your SSL

 

added: target="_blank" to this line:

 

<p class="payment_module" height="">

<a href="<?php echo $_smarty_tpl->getVariable('base_dir_ssl')->value;?>

modules/paypal/payment/submit.php" target="_blank" title="<?php echo smartyTranslate(array('s'=>'Pay with PayPal','mod'=>'paypal'),$_smarty_tpl);?>

">

Link to comment
Share on other sites

×
×
  • Create New...