I have umbraco 4.9.0 installed and the teacommerce version 1.4.4.2 I
have copied the xslt macros from the starter pack to my solution. I
cant seem to get past step 2, the customer information page. When I
click to go to the next step it just gives me a 404 page to here
/tcbase/teacommerce/SubmitForm.aspx
A couple of things has changed for Tea Commerce 1.4.4.2 - but the major thing is we removed /tcbase and are now using the standard umbraco /base. So your problem is in cart_step02.xslt (and other xslt files) that the form is posting to /tcbase instead of just /base. The reason this form is posting and not the javascript is that you properly has a javascript bug that makes the javascript not run and then the code makes a fallback to the server side implementation. You will have to look through your xslt files for /tcbase and replace it.
cant get to payment page
I have umbraco 4.9.0 installed and the teacommerce version 1.4.4.2 I have copied the xslt macros from the starter pack to my solution. I cant seem to get past step 2, the customer information page. When I click to go to the next step it just gives me a 404 page to here /tcbase/teacommerce/SubmitForm.aspx
Am I missing something?
Thanks
Hi Kerrie
A couple of things has changed for Tea Commerce 1.4.4.2 - but the major thing is we removed /tcbase and are now using the standard umbraco /base. So your problem is in cart_step02.xslt (and other xslt files) that the form is posting to /tcbase instead of just /base. The reason this form is posting and not the javascript is that you properly has a javascript bug that makes the javascript not run and then the code makes a fallback to the server side implementation. You will have to look through your xslt files for /tcbase and replace it.
Hope it helps you.
Kind regards
Anders
perfect, thank you!
is working on a reply...