VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: sxl097 on January 19, 2012, 17:00:39 PM

Title: unprofessional look for Paypal credit card checkout. Help!
Post by: sxl097 on January 19, 2012, 17:00:39 PM
 :-[

Hi, Alatak and folks,

I implement a payment option, basically credit card through paypal.  I choose "vm-payment, paypal". Everything works, except it will to go to Paypal first option, which asking for paypal account login. What can I do let it always to straight to paypal's second option, which it is to use credit card without paypal acccout - "Pay with Bill Me LaterĀ®, Debit or Credit Card". I got a lot of customers complained about it as they could see the second and got stuck. I have to remind them choose the second option by click on "Pay with Bill Me LaterĀ®, Debit or Credit Card".

Many thanks,

Vm 2.0
Title: Re: unprofessional look for Paypal credit card checkout. Help!
Post by: jenkinhill on January 19, 2012, 17:57:19 PM
Are you using a Paypal business account?
Title: Re: unprofessional look for Paypal credit card checkout. Help!
Post by: dj55b on January 20, 2012, 08:33:57 AM
I would like to know the answer to this aswell. I personally do have a business account with paypal.
Title: Re: unprofessional look for Paypal credit card checkout. Help!
Post by: jenkinhill on January 20, 2012, 10:01:06 AM
In the UK for a business account  the first Paypal page reached features the pay by card facility, although the standard Paypal account option is still there. Other countries may show differently. The PayPal API should solve this for all countries where it can be used, but has not yet been released for VM2, although it may be available from the developer - http://forum.virtuemart.net/index.php?topic=93146.msg308797#msg308797 .
Title: Re: unprofessional look for Paypal credit card checkout. Help!
Post by: DeepaVaith on January 20, 2012, 19:56:16 PM
Hi! please could you help me as I am unable to figure out how to get the credit acceptance by Paypal.
I am a newbie to VM2, but I had got it to work in VM 1.1.7.   Any pointers will be welcome.

Thanks,
deepa
Title: Re: unprofessional look for Paypal credit card checkout. Help!
Post by: userVM on January 24, 2012, 09:37:37 AM
If you don't post the client email Paypal will automatically show the credit card tab.

You can do that by comment the line 173 ("email" => $address->email,) in the file /plugins/vmpayment/paypal/paypal.php of your site

I know that this is a kludge but it worked for me.
Title: Re: unprofessional look for Paypal credit card checkout. Help!
Post by: DeepaVaith on January 27, 2012, 19:19:48 PM
Thanks-that worked and the options showed up.  now to test it with some sandbox data :)
Title: Re: unprofessional look for Paypal credit card checkout. Help!
Post by: jlhall07 on February 05, 2012, 17:33:16 PM
This doesn't work for me. It only give the buyer the option to setup a Pay-Pal account to checkout. I need for the buyer to either pay with their existing Pay-Pal account or with Credit Card. No forced accout setup option.... :-\

VM2/J1.5
Title: Re: unprofessional look for Paypal credit card checkout. Help!
Post by: alatak on February 06, 2012, 09:31:44 AM
Hi

QuoteYou can do that by comment the line 173 ("email" => $address->email,) in the file /plugins/vmpayment/paypal/paypal.php of your site
I will look in the documentation for that.