MD75 Posted May 19, 2014 Share Posted May 19, 2014 Hello, I want my customers to get Credit Card payment page opens instead of PayPal account when they're purchasing. I'm using PayPal Integral PayPal support told me to add these 2 lines in PayPal button file between <form> and </form> : <input name="solution_type" value="Sole" type="hidden"> <input name="landing_page" value="Billing" type="hidden"> But i can't find which file is it, anyone can help me ? Thank you Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 19, 2014 Share Posted May 19, 2014 Hi, if you have the SSH access you can use: grep -rH 'solution_type' * Regards Link to comment Share on other sites More sharing options...
MD75 Posted May 19, 2014 Author Share Posted May 19, 2014 Hello Alex and thanks for your reply, Actually, i'm not a professional and i'm managing my own site by myself what do you mean by using this line ? instead of 2 lines PayPal support told me about ? What file is it ? Thank you Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 19, 2014 Share Posted May 19, 2014 As I understand you can't find file with this lines, is it right? So for find this line in your store you can use this line Link to comment Share on other sites More sharing options...
MD75 Posted May 19, 2014 Author Share Posted May 19, 2014 i'm trying to find it through filezilla i guess you're talking about an another way ? Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 19, 2014 Share Posted May 19, 2014 yes, this SSH command (can be use in Terminal in Lunix or Putty for Windows) can search by file system. Link to comment Share on other sites More sharing options...
MD75 Posted May 19, 2014 Author Share Posted May 19, 2014 i'm not into SSH at all, just a beguinner any other way to fix that ? Thank you Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 20, 2014 Share Posted May 20, 2014 What exactly module are you use? If this is the `paypalusa` then maybe you can find needed tpl here: `modules/paypalusa/views/` I am use this module: http://addons.prestashop.com/ru/payments-gateways/5314-paypal-pro.html for use credit card with PayPal at the checkout page. Link to comment Share on other sites More sharing options...
MD75 Posted May 20, 2014 Author Share Posted May 20, 2014 i'm using PayPal v3.7.0 which is the module coming by default with prestashop Link to comment Share on other sites More sharing options...
asafs133 Posted May 22, 2014 Share Posted May 22, 2014 Solution for you: http://www.prestashop.com/forums/topic/190221-making-paypal-go-straight-to-credit-card-instead-of-paypal-during-checkout/?hl=%2Bcredit+%2Bcard&do=findComment&comment=1520761 enjoy (: 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