Closed (fixed)
Project:
Ubercart
Version:
6.x-2.2
Component:
Payment
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2010 at 19:55 UTC
Updated:
3 Mar 2011 at 08:31 UTC
By default, the PayPal express landing page shows a PayPal login form on the right and a link 'Don't have a PayPal account' on the left. When one clicks on that link, the anonymous credit card form opens and one can pay without a PayPal account. There is a 'LANDINGPAGE' parameter in SetExpressCheckout that allows one to change that default landing page so it displays the credit card form by default.
The submitted patch adds a setting in "Payment Settings > Payment Methods > PayPal Express Checkout settings".
| Comment | File | Size | Author |
|---|---|---|---|
| paypal_landingpage_admin.patch | 2.07 KB | fterrier |
Comments
Comment #1
tr commentedNice. Can the same thing be done for PayPal Web Payments Standard?
Comment #2
fterrier commentedI looked at it quickly but didn't find a way to do it with Web Payments Standard. It anyway wouldn't be the same mechanism, since WPS uses HTML forms.
Comment #3
k4ml commentedI can say that there's a use case for this feature. Tested the patch and it works.
Comment #4
longwaveMarked #921866: Paypal - how to set "SOLUTIONTYPE" & "LANDINGPAGE" variables as duplicate
Comment #5
tr commentedMore detailed information in the article referenced in http://www.ubercart.org/forum/support/20500/force_paypal_landing_page_sh...
Comment #6
etaroza commentedI think this is necessary to be included in Ubercart. I also tried it and it works for me.
Comment #7
tr commentedCommitted patch, to both 6.x-2.x and 7.x-3.x branch, with a slight rewording of the radio button description. Thanks.