Jump to content

[SOLVED] PayPal v 3.02 and Firefox


Wynn

Recommended Posts

Prestashop 1.4.8.2 default theme

 

PayPal v3.02

 

I'm having problems with the PayPal Module using FireFox (3.6).

 

On one page checkout the "choose your payment method" link should take you to PayPal, but it doesn't.

There are no errors, it just doesn't do anything.

 

Works perfectly in Safari where it links to /Modules/PayPal/Express_Checkout/Submit.php and then to PayPal.

 

If I transplant the PayPal module into another block, the button will work.

Its just the Payment Block that doesn't and this is the most important.

 

any help would be appreciated

 

 

 

I found the offending code

 

/modules->paypal->views->templates->front->express_checkout->paypal.tpl

 

line 28

 

<a href="JavaScript:onclick($('#paypal_express_checkout_form').submit())" title="{l s='Pay with PayPal' mod='paypal'}">

 

changed to

 

<a href="JavaScript:void(0)" onclick="($('#paypal_express_checkout_form').submit())" title="{l s='Pay with PayPal' mod='paypal'}">

 

Seems OK now.

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...