Hi! I’m vendor 1381725.I want to sell mp-3 from my site zlatasong.com and use the 2Checkout Plug-n-Play cart (i cope button HTML code on product page of my site).When i’m testing system with Direct Return disabled and enabled,at the close of process see: Not Found
The requested URL /mypathtoproduct was not found on this server.With Direct Return disabled i see in the adress line of Explorer my approved URL:https://www.mypathtoproduct. Why? Thanks, Zlata.
You need to login in order to make a new post. If you do not have a community account, you can get one here.
URL not found
October 29th, 2009, by: tommyemmanuelYou need to login before leaving a comment If you do not have an account, you can register one here.
2 Comments »
+1
-0
It appears that your Approved URL page contains relative URLs. The way our system works when Direct Return is enabled is that it basically takes a snap-shot of the Approved URL page. This means that our system loads your Approved URL onto our servers and then displays it. Since your page is loaded on our system and then displayed to the end user, the page is technically being loaded from 2Checkout’s web servers. Due to this fact, all URLs (images, links, embeddings, programming includes, etc) will need to be absolute instead of relative in order for the browser to know from which server to fetch the URLs.
+0
-0
As an example, an absolute URL for a link tag would look like this:
<a href=”http://www.2checkout.com/community/public/general/url-not-found/”>URL not found</a>
Whereas, a relative URL would be:
<a href=”community/public/general/url-not-found/”>URL not found</a>