|
|
|
|
|
|
|
To help you navigate to pages you most recently visited, select from the links below.
|
|
|
|
|
|
|
|
|
Ultra Media Gallery 5.4
Ultra Media Gallery is the most popular photo gallery and media gallery solution for DotNetNuke, UMG offers 10 different flash player to browse your gallery with completely different user interface experience.
Dynamic Forms 2.7
In this day and age, knowing as much detailed information as possible about your customer, prospect or web site user is essential. Thankfully, the new 'Dynamics Forms' module from Data Springs, makes it easier than ever to segment your data collection efforts.
Open-DocumentLibrary v3.0
Powerful, Ajax Enabled, Easy to Use. Document Management has never been better. Open-DocumentLibrary allows DotNetNuke users to share and manage documents in a flexible, intelligent way, offering granular control over Folder and Document access.
Catalyst By DrNuke
The Catalyst skins are professionally designed, coded and packaged by a team of DotNetNuke experts. The skins are available in 12 great colours. This skin is easily customisable with our unique DrNuke EasyMod technology. Try our demo!
XMod 5.1
Version 5 of the perennial best-selling tool for creating data-based solutions in DNN without custom programming. This version focuses on greater flexibility, expandability, and ease-of-use.
Flex By DrNuke
The Flex skins are professionally designed, coded and packaged by a team of DotNetNuke experts. Available in 8 great colours, each with 15 banner images, 2 menu types and a choice of 3 background styles. The entire pack features a total of 2472 skins!
Aero // 32 colors pack // XML-based Flash (v1.4)
aero is a flexible skin pack, featuring 8 incredible base colors, now with a XML-based Flash header.Combine 3 background layouts, 3 widths and 6 headers to create your own, personalized site.Now also in Color Specific Packs in a total of 32 colors!!
Enterprise Forms 4.2
Enterprise Forms is not just your standard form creator module, it is a workflow enabled application providing users, business and developer users a like, the tool to develop form and content management systems. With a workflow enabled back end the possibilities are limited by your imagination.
Ultra Video Gallery 2.4
Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to add videos in various format and automatically convert them to flv format, you also can add videos from embed code and play them in our integrated flash video player.
TimeXP 2008.03 - A Paperless Timesheet Module
This fully-automated, easy to use, web-based timesheet application allows you to coordinate payroll services, and enables project team members to track time worked on projects.
|
|
|
|
|
|
|
|
| Login   | Register   | Saturday, October 11, 2008
|
|
|
| Data Springs Product Forums...
|
|
|
|
|
| Author |
Messages |
|
Chad Posts:2040
 river guide
 |
| 07/10/2008 12:36 PM |
|
Ok. If you are signed in as the Administrator and add &Debug=True or ?Debug=True to the querystring it should put it in debug mode. This should show us what you are posting or sending to PayPal and might help with figuring out what is going wrong. Also, if you can setup a similar implementation on www.betasprings.com (login as host/dnnhost) this should be able to help us determine what is not configured or working properly. -Chad |
|
|
|
|
Heather Posts:15
 wading in the water
 |
| 07/10/2008 1:38 PM |
|
I added the querystring. Where should I look for the results? Never worked with BetaSprings before...I'll give it a shot. Heather |
|
|
|
|
Scott Posts:8
 skipping stones
 |
| 08/24/2008 5:01 PM |
|
Any update on this issue? I am having the same problems described in this thread.
I too am using PayPal gateway. The Dynamic Forms module is viewable to all.
Here is what I am doing:
I have two events setup to handle cacelled orders with PayPal.
1. Simple redirect to a page that says CANCEL
2. Dynamic Email being sent to me (yes, same domain as my DNN Environment uses)
The redirect event fires perfectly after canceling an order at PayPal. Hoever, the email never fires.
I have gone to the DNN Newsletter and used the same From and To email addesses to test DNN. Everything works perfectly.
Any update on this? My versions are:
DNN: 4.8.4
Dynamic Forms: 02.60.70
Thnaks,
-Scott |
|
|
|
|
Scott Posts:8
 skipping stones
 |
| 08/24/2008 5:17 PM |
|
I should also note that I have done nothing wtih PayPal's IPN settings. Since the redirect event is firing, I would expect the email event to fire as well.
Thanks,
-Scott |
|
|
|
|
Chad Posts:2040
 river guide
 |
| 08/25/2008 12:43 PM |
|
Hi. For the email event to fire it MUST be tied to a PayPal IPN event. There are many reasons why this has to happen but for example, just because the 'Success URL' is set to be successful doesn't mean the entire transaction is successful. For example maybe the payment is 'Pending'. This would send the user to the success URL but maybe you want to send out a payment pending email instead of a success email, or maybe you want to add them to a security role only if its successful. The success url simply means the user has finished navigating with PayPal but doesn't mean the payment was completed. -Chad |
|
|
|
|
Scott Posts:8
 skipping stones
 |
| 08/25/2008 12:48 PM |
|
Ok, I understand that, and would obviously not want to add someone to a roll unless I knew they payment was accepted. However, I am not finding anything in the documentation of what links to use for IPN. When enabling IPN in PayPal, it requires URLs. Do I just use the URLs for my original subscription page (the one with the Dynamic Form), or do I need to create a seperate page?
Thanks,
-Scott |
|
|
|
|
Chad Posts:2040
 river guide
 |
| 08/25/2008 12:52 PM |
|
I am not sure I understand your implementation exactly... When enabling the PayPal gateway you should do this under Module Configuration, Payment Gateway, Enabled and set it to be PayPal. This will automatically create the links such as notification URL and so forth. There are many pages on www.betasprings.com (login as host/dnnhost) that can demonstrate the PayPal implementation and Candace is also working on several tutorials that should be ready around the 2.7 release so that will help. There are MANY threads and hot to's on the forums as well so I would search through those. -Chad |
|
|
|
|
Scott Posts:8
 skipping stones
 |
| 08/25/2008 12:57 PM |
|
Chad,
I am talking about PayPal's site. Under the merchant profile you have to turn on IPN. I'll continue to look through your forum, but my question has to do with the quote from PayPal below. I have everything set up on my side just fine.
Instant Payment Notification integrates PayPal payment notification and authentication with your website's back-end operations. Check this box to activate Instant Payment Notification, and enter the URL at which you will receive the payment notifications below. |
|
|
|
|
Chad Posts:2040
 river guide
 |
| 08/25/2008 3:03 PM |
|
Hi. This is probably something where you can specify a seperate PayPal IPN (notification) seperate from Dynamic Forms. When you enable it within Dynamic Forms I don't believe you have to go and enable it there. This might be for example if you wanted to send someone a PayPal Purchase link via Email or something that is seperate from Dynamic Forms. You might want the notification to still be sent out to that other page. Here is an example of something similar... In Snowcovered (for vendors) there is a similar area and we specify a URL on www.datasprings.com. This way whenever a purpose goes through it can post and save some additional data into our database. If we were using PayPAl (and not with Dynamic Forms, just standard PayPal) we might want a similar post to occur. When you use Dynamic Forms though and the feature is enabled it automatically turns the IPN notification on as it passes the URL for it to notify the page on. I would start with setting up a Sandbox account as this makes it much easier to test your implementations. I would also check out the test pages on Beta Springs as many of them outline specifically implementations for Purchases, Subscriptions, or even turning the Payment gateway on and off based on user input etc... -Chad |
|
|
|
|
|
| You are not authorized to post a reply. |
|
|
|
ActiveForums 3.7
|
|
|
|
|
|
|
|
|
|
|