HomeHome Product Discus... Product Discus...SmithCartSmithCartSuccess Redirect URL with parametersSuccess Redirect URL with parameters
Previous
 
Next
New Post
2/1/2016 8:19 AM
 
Do parameters exist that I can pass with my Success Redirect URL? i.e. http://mystore.bobo.com/success?orderid=<whatever the ordered was>

Or, another solution -- what information do I have access to after redirect? Are there environment variables with smithcart information or some sort of smithcart object with the information I need?

Thanks,
Chris
 
New Post
2/1/2016 12:42 PM
 
There are no parameters on the success redirect url but we do have an "On checkout complete" event you can use:

http://helpdesk.smith-consulting.com/...

To enable the event go to your buynow settings "Custom Events" section and enter the url of your web service. You need to create a web service to handle the event and orderID that is passed when the user completes checkout. Then your web service can do anything you like with the order.

At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartSuccess Redirect URL with parametersSuccess Redirect URL with parameters