Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStorePayPal Sandbox Payment GatewayPayPal Sandbox Payment Gateway
Previous
 
Next
New Post
11/8/2006 9:12 PM
 
Has anyone developed a Sandbox payment gateway?

I unfortunately only have VSWDE to code with, and editing the source is a nightmare (specially considering im a designer, not really a developer).

Cheers!
 
New Post
11/9/2006 6:13 PM
 
I developed the existing paypal provider to support, among other things, an option to switch between sandbox and live.

It works well (and is necessary when setting up a store) and took a couple of hours of work.
 
New Post
11/18/2006 8:01 AM
 
Hi.
Go to developer.paypal.com and do a lot of reading there (no point in typing it all out here)

The basics...
Set up a "dummy" Private and Business account (buyer & seller).
In the DotNetNuke.Store.Cart.PayPalProvider.PayPalPayment.ascx.cs swap the comments on these lines and recompile.
        //private const string _verificationURL = "https://www.paypal.com/cgi-bin/webscr/";
        //private const string _paymentURL = "https://www.paypal.com/xclick/";
        private const string _verificationURL = "https://www.sandbox.paypal.com/cgi-bin/webscr/";
        private const string _paymentURL = "https://www.sandbox.paypal.com/xclick/";

Fill in the blanks in the Admin/Site:Advance Settings:Payment Settings:

Also watch out for turning on the IPN (Instant Payment Notification) when you're on the paypal site.

That's all I can give you for now because I'm just working my way through it now.

Ray.


 
New Post
11/24/2006 7:23 AM
 

hey dear

I m facing a problem to redirect my website to paypal sandbox website. Can you suggest me from where i could get the code file of paypalpaymen.ascx so that i can make desired changes for redirecting to www.sandbox.paypal.com or can you suggest me some other way that will solve my problem

Thanks in advance

 

 
New Post
11/24/2006 7:26 AM
 

hey dear

can you provide me some code to refer or some source from where i could get some help in redirecting my website for to www.sandbox.paypal.com for payment

thanks in advance

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStorePayPal Sandbox Payment GatewayPayPal Sandbox Payment Gateway


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out