Hi. I made site where people have to fill some info and click on send button. When they click on send button, it takes them to page where they click on buy button and it takes them to 2CO purchase page.
I put this code for “x_receipt_link_url” parameter
<input type="hidden" name="x_receipt_link_url" value='http://www.mysite.com/orderconfirmation.php?email=&link=&7letterword=&name=&surname=’>
But it doesn’t redirect to that page, it redirects only to
http://www.mysite.com/orderconfirmation.php
Why?
1 Comment »
+0
-0
Miki,
Direct Return doesn’t support GET parameters in the Approved URL and those parameters will be dropped will be dropped when data is returned to the script. This may be causing the page you have provided as your approved URl to encounter errors that cancel Direct Return.
You may want to review the articles at the following links for more information on the return process and the options available to you.
How Does The Return Process Work?
Direct Return