Ive recently upgraded TeaCommerce to Umbraco 4.11.3
A small problem is im getting this error message popup when clicking on Add To Basket
Cart Error: <html><body><h1>Page not found</h1><h3>No umbraco document matches the url 'http://localhost/tcbase/teacommerce/AddOrderLine/1200/1.aspx'.</h3><p>This page can be replaced with a custom 404. Check the documentation for "custom 404".</p><p style="border-top: 1px solid #ccc; padding-top: 10px"><small>This page is intentionally left ugly ;-)</small></p></body></html>
I cannot find this url - url 'http://localhost/tcbase/teacommerce/AddOrderLine/1200/1.aspx
Which Tea Commerce are you running? You can see that in the Developer section and packages and then click the Tea Commerce package. If you are running 1.4.4.1+ you need to use /base instead of /tcbase. So you have to search your xslt files and html files to find the forms that post to these url's. So was a breaking change in 1.4.4.1 - you can always find the revision history for Tea Commerce here: http://www.teacommerce.net/en/documentation/revision-history.aspx
Add to Basket not working correctly
Hi
Ive recently upgraded TeaCommerce to Umbraco 4.11.3
A small problem is im getting this error message popup when clicking on Add To Basket
Cart Error:
<html><body><h1>Page not found</h1><h3>No umbraco document matches the url 'http://localhost/tcbase/teacommerce/AddOrderLine/1200/1.aspx'.</h3><p>This page can be replaced with a custom 404. Check the documentation for "custom 404".</p><p style="border-top: 1px solid #ccc; padding-top: 10px"><small>This page is intentionally left ugly ;-)</small></p></body></html>
I cannot find this url - url 'http://localhost/tcbase/teacommerce/AddOrderLine/1200/1.aspx
Any ideas how to rectify?
Kind Regards
Neil
Hi Niel
Which Tea Commerce are you running? You can see that in the Developer section and packages and then click the Tea Commerce package. If you are running 1.4.4.1+ you need to use /base instead of /tcbase. So you have to search your xslt files and html files to find the forms that post to these url's. So was a breaking change in 1.4.4.1 - you can always find the revision history for Tea Commerce here: http://www.teacommerce.net/en/documentation/revision-history.aspx
Kind regards
Anders
Hi Anders
Yep that was it, i just did a search in my solution for tcbase and changed all occurences to base, works perfectly now
Thank You :)
is working on a reply...