I did the paypal integration as explained on the documentation and it wroks okay upto the payment. but when the user press the 'back to the shop' link, I am getting 'page not found error (404)' saying orderconfirmation.aspx does not exist. It does not clear the cart either.
Baskets are only cleared when the order has been confirmed. If you want to clear it on the back button, you need to link to a URL with a querystring or something similar that can identify the back click, and then manually clear the basket.
You need to have a path created in Umbraco that corresponds with that path since Umbraco handles all the pages and its layout.
is there anyone successfully integrated paypal
hi
I am wondering if there is an option to show the order confrmation and to clear cart when redirected from Paypal
I have implemented paypal but the redirection does not work. Page shown on the example 'orderconfirmation.aspx' does not exit
regards
Hi Antony,
Can you explain a little more details what you've actually done?
thanks Morten,
I did the paypal integration as explained on the documentation and it wroks okay upto the payment. but when the user press the 'back to the shop' link, I am getting 'page not found error (404)' saying orderconfirmation.aspx does not exist. It does not clear the cart either.
Back to the shop link does not clear the basket.
Baskets are only cleared when the order has been confirmed. If you want to clear it on the back button, you need to link to a URL with a querystring or something similar that can identify the back click, and then manually clear the basket.
You need to have a path created in Umbraco that corresponds with that path since Umbraco handles all the pages and its layout.
Hope that helps
is working on a reply...