an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Checkout Paypal Standard
Last Post 12/7/2008 6:20:30 AM By Newmedia Design. 5 replies.
12/5/2008 9:36:52 AM
Newmedia Design
Posts: 65
Joined: 9/25/2008
Checkout Paypal Standard
Hi Lukezy
 
I am using World pay as my payment gateway. The work flow is very similar to the Paypal standard work flow. So I am using your paypal standard work flowcheckout  porcess.
 
Is there away of replacing the payment method text from Paypal Standard to World Pay?
 
Or is there away of adding a new Payment Gateway?
 
Thanks
12/5/2008 3:52:18 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Checkout Paypal Standard
You could search for PayPal Standard in the source code to see how it is hooked up with the checkout page. I am not familar with WorldPay. Maybe you could just replace PayPal standard with WorldPay.
DotShoppingCart Staff
12/5/2008 4:07:11 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Checkout Paypal Standard
Ah I remeber there is a base class CheckoutUserControl which is inherited by OnePageCheckout. All the hookups are done in the base class. Please send me a seperate email and I will send the CheckoutUserControl source code over.
DotShoppingCart Staff
12/6/2008 7:50:44 AM
Newmedia Design
Posts: 65
Joined: 9/25/2008
Re: Checkout Paypal Standard
Hi Lukezy
 
I am not sure how to send you a seperate email but I have managed to find all the areas where Paapal Standard id displayed. The only place I can' find it is the email that is sent ot the customer
 
Payment Method
Paypal Standard
 
Is it possible for me to edit the email templates and were can I find them?
 
I dont have the source code /binary for our web site i have just got the installed web project. Are the email templates in the web project?
 
Thanks
12/6/2008 4:05:26 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Checkout Paypal Standard
You can reach me via luke at dotshoppingcart.com . which email are you talking about? You can find all the email template in Site -> Templates.
DotShoppingCart Staff
12/7/2008 6:20:30 AM
Newmedia Design
Posts: 65
Joined: 9/25/2008
Re: Checkout Paypal Standard
Thanks Lukezy
 
I didnt realise the email templates where available in the admin area.