HomeHome Product Discus... Product Discus...SmithCartSmithCartWhat is the process on the Confirm PageWhat is the process on the Confirm Page
Previous
 
Next
New Post
10/17/2010 9:41 AM
 

Hi,

I'm a little confused about the forms that are loaded after payment is received. I get a form, with the menu item CONFIRM that shows the reciept after returning from Paypal. There is a note at the bottom of the form that says Please only click the Submit Order button once.

However, there is no Submit button on the form. There is only the paypal button and the Back button. Where is the submit button?

Thanks

 
New Post
10/18/2010 1:32 AM
 

Are you returning to the confirm page or the confirmstatus page?


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
10/18/2010 9:09 AM
 

I have set the return address to my root. What I am noticing is that what I see after I pay is different depending on if I'm in test mode. If in test mode the return page doesn't show that the process was completed successfully like it does if I am not in test mode. I guess my question how can i complete a transaction exactly as it will occur in real life, while in test mode, including the confirm step and the launch of the stored procedure?

Thanks

 
New Post
10/18/2010 6:36 PM
 

We have tested the paypal standard return with a sandbox account as recently as last week and are able to return from the paypal sandbox. Are you using a valid paypal sandbox account and not your live account in test mode?

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
11/19/2010 10:10 AM
 

Hi,

I have verified that all my test account information is correct and confirmed. If I use Test Mode the sandbox returns me back to the Confirm Form (without a submit button) not the usual 'Successful' form that does display if I'm not using the sandbox. The test emails on paypal show that the transaction occured successfully, but for some reason it doesn't return me back to the right place.

 
New Post
11/20/2010 8:29 AM
 

I have also confirmed that this also occures whether I'm in test mode or not. Also, is there a way to stop the details module from displaying the description field?

 
New Post
11/20/2010 6:43 PM
 

Here are the account settings that need to be set in your paypal account for the return to work correctly:

  • Auto Return: On
  • Return URL: Your domain name
  • Payment Data Transfer: Off

There is no setting to hide the description on the product detail page but you can hide it by opening up the productdetail.ascx page and goto line 297 and set the visible property to false as highlighted below:

<cc1:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="1" CssClass="google" Visible="false" >


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
11/21/2010 12:23 PM
 

Hi,

Yes, these are the setting I have set in my real paypal account. Is there a place to set this in the Sandbox? If this is set only in the main paypal environment, do the other setting further down the page, have any impact on the return? If not then I have no idea why it's not returning properly. Is there anything else I can check?

Thanks

PS: Thanks for the work-around for the display

 
New Post
11/22/2010 11:20 AM
 

Hi,

I was reading through the paypal sandbox manual and they indicate that the return address is encoded in the submit button, if this is that case, is it drawing the return address from my original configuration in the main account, or could this be causing the problem?

 
New Post
11/24/2010 9:14 AM
 

Is there anything further on this? I have read quite a bit on this issue of returning from the sandbox and in one case using a different shopping cart the issue came down to running a stored procedure after the transaction and this was interfering with the sending of the status message. Could this be happening here. I'm stuck as I can't test anything before my site launch as nothing finishes on return from the Sandbox.

 
New Post
11/25/2010 10:34 AM
 

Hi,

For those who run into similar issues, the problem comes from having to set the return url information in the primary Paypal configuration AND the Sandbox. The information provided only indicated that this was to be set up in the primary Paypal configuration. Apparently, the Sandbox also requires a separate configuration before the return url will work properly.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartWhat is the process on the Confirm PageWhat is the process on the Confirm Page