an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 2/19/2010 2:35:33 PM By lukezy. 1 replies.
2/19/2010 12:57:00 PM
akgibbs
Posts: 15
Joined: 8/13/2009
Paypal Standard Screen
The Paypal Standard screen takes you to a screen where you can 'Log in to paypal' or if you look real hard over to the left can pay by credit card - and you have to find and click that link.  Is there a way to take the customer directly to that page instead of the 1st page?
 
 
The link to 'Continue' which by passes that seems to have a &dispatch at the end after the session data.
 
2/19/2010 2:35:33 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Paypal Standard Screen
I think the link is recommended by PayPal SDK. If you wish to change the llink, you can take a look at GetPaypalUrl() method in PaypalStandardPaymentProvider.cs .
DotShoppingCart Staff