I add an item to my cart, go through the checkout process (filling out billing/shipping info, payment info, etc), get to the preview page, and click "Complete Order". I get the following error: "Error loading Razor Script uCommerce/Preview.cshtml".
The order goes through in the back-end, as it should. So the only issue is getting the Confirmation Page to display. I have all of the uCommerce js files in my scripts folder, and they are being called in the master template. My Preview macro looks the same as the Ucommerce demo store's.
I don't know what the issue can be at this point, so any help would be appreciated!
Have you tried using the debugger at your preview macro. Whenever an unhandeled exception is thrown on a macro - in this case Preview.cshtml, you would get the error loading razor script uCommerce/Preview
Ucommerce Checkout: Error loading Razor Script uCommerce/Preview.cshtml
I add an item to my cart, go through the checkout process (filling out billing/shipping info, payment info, etc), get to the preview page, and click "Complete Order". I get the following error: "Error loading Razor Script uCommerce/Preview.cshtml".
The order goes through in the back-end, as it should. So the only issue is getting the Confirmation Page to display. I have all of the uCommerce js files in my scripts folder, and they are being called in the master template. My Preview macro looks the same as the Ucommerce demo store's.
I don't know what the issue can be at this point, so any help would be appreciated!
Have you tried using the debugger at your preview macro. Whenever an unhandeled exception is thrown on a macro - in this case Preview.cshtml, you would get the error loading razor script uCommerce/Preview
Do you send a confirmation email?
Might be SMTP settings or the page or data you use for the confirm email.
Is the confirm email getting thru?
Morten, I used the debugger to find out what was the issue and it had to do with the confirmation email. Thanks guys!
Cool. If you could mark the question as resolved it would be nice :)
is working on a reply...