Walrus Posted February 23, 2017 Share Posted February 23, 2017 Am setting up new store using Prestashop 1.7.0.4. Have installed PayPal v.3.11.3 (latest currently available version), and wire payment modules. On the checkout page, I see two logos and radio buttons for PayPal, but none for wire payment (see attached screenshot). The module is enabled and configured (works fine in 1.6 in another store). Any help appreciated to fix issue. Thanks. Link to comment Share on other sites More sharing options...
joseantgv Posted February 23, 2017 Share Posted February 23, 2017 Am setting up new store using Prestashop 1.7.0.4. Have installed PayPal v.3.11.3 (latest currently available version), and wire payment modules. On the checkout page, I see two logos and radio buttons for PayPal, but none for wire payment (see attached screenshot). The module is enabled and configured (works fine in 1.6 in another store). Any help appreciated to fix issue. Thanks. AFAIK, official PayPal module is not compatible with PS 1.7. Link to comment Share on other sites More sharing options...
Walrus Posted February 23, 2017 Author Share Posted February 23, 2017 (edited) Have read differing reports about the module being compatible, or not. Fixed wire payment by reinstalling it, and hiding the second PayPal option via CSS. Edited February 23, 2017 by Walrus (see edit history) 1 Link to comment Share on other sites More sharing options...
delboy01 Posted February 23, 2017 Share Posted February 23, 2017 (edited) Have read differing reports about the module being compatible, or not. Fixed wire payment by reinstalling it, and hiding the second PayPal option via CSS. hi mate how did you hiding the second PayPal option via CSS im getting the @hiddenSubmit under the paypal option please Edited February 23, 2017 by delboy01 (see edit history) Link to comment Share on other sites More sharing options...
Walrus Posted February 23, 2017 Author Share Posted February 23, 2017 (edited) I had same problem. I added following to stylesheet: #paypal_payment_form_payment.paypal_payment_form { display: none; } Bank Wire payment was showing after I added above but has disappeared again! Need to test some more later. Edited February 23, 2017 by Walrus (see edit history) Link to comment Share on other sites More sharing options...
wahidhadi24 Posted February 23, 2017 Share Posted February 23, 2017 (edited) How did you get PayPal to work with 1.7? I have it installed on 1.7 but can't get any of that to show when checking out. Edited February 23, 2017 by wahidhadi24 (see edit history) Link to comment Share on other sites More sharing options...
wahidhadi24 Posted February 23, 2017 Share Posted February 23, 2017 I noticed you're using PayPal Europe. Maybe that's why. PayPal USA is not working. Link to comment Share on other sites More sharing options...
Walrus Posted February 24, 2017 Author Share Posted February 24, 2017 Yes, am using the PayPal EU version. However, I haven't tested it all the way to making a purchase, so it may fail at the last step (i.e., notifying Prestashop once customer has paid). Prestashop expects to release a PayPal module for v1.7 in March. Link to comment Share on other sites More sharing options...
Walrus Posted April 22, 2017 Author Share Posted April 22, 2017 Have now installed PayPal v4.0.1. It took some doing, so thought following steps may help someone. 1. Make sure you comment out the CSS for hiding the second PayPal option used with v3.11.3 2. Rename all PayPal table prefixed in the database (use cPanel > phpMyAdmin) 3. Install v4.0.1 4. Check permissions in yourStore > Modules > PayPal (should be 755 for dirs and 644 for files) 5. Configure PayPal module and enter the ID and Secret codes you generated in your PayPal developer account 6. Click Save! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now