I have installed the exmple 'Razor Shop' and implemented Paypal. It displayes the items and can successfully submit the paymet to 'Paypal'. But when I click the 'return to shop' link on Paypal, I get the 404 (page not found) error
I have '/shop/checkout/orderconfirmation.aspx' as shown below. But when I am redirected from Paypal, I get a page not found (404) error.
It seems like your URL is missing "http://" in the beginning, if the URL doesn't begin with "http://" or "https://"
uCommerce will treat the URL as a relative URL instead of an absolute URL.
It might be that the port in the URL doesn't match with the port which the server is running on.
Could you try and copy/paste the URL into your browser and check whether you can see the page.
Paypal, orderconfirmation.aspx does not exist
Hi
I have installed the exmple 'Razor Shop' and implemented Paypal. It displayes the items and can successfully submit the paymet to 'Paypal'. But when I click the 'return to shop' link on Paypal, I get the 404 (page not found) error
I have '/shop/checkout/orderconfirmation.aspx' as shown below. But when I am redirected from Paypal, I get a page not found (404) error.
.... return="localhost:55766/shop/checkout/orderconfirmation.aspx"
cancelReturn="localhost:55766/shop/checkout/Cancel.aspx" />
please help
thanks
Hi Antony,
It seems like your URL is missing "http://" in the beginning, if the URL doesn't begin with "http://" or "https://" uCommerce will treat the URL as a relative URL instead of an absolute URL.
Thomas
thanks thomas
I fixed it and still getting the 404 error
Hi Antony
It might be that the port in the URL doesn't match with the port which the server is running on. Could you try and copy/paste the URL into your browser and check whether you can see the page.
/Thomas
thanks thomas
I tried all that . please see the screenshot below
just noticed that the orderconfirmation.aspx is not available even on the demo site
http://umbraco.ucommerce.net/shop/checkout/orderconfirmation.aspx ;
is working on a reply...