Having a problem viewing the order details in the backend in Teacommerce > shop > orders > new list when i click on the order id , the first tab Common is blank, see image below and the only order details are on the Transaction tab so currently the clients cant see the paid order details at all.
What is the best way to try and debug this issue, there is only 1 error in the console which is a moments function error, also see attached, not sure if its related and if it is how to fix it either as these are Umbraco core files not project specific.
Can you check your Store settings and make sure the Settings > UI > Edit order UI file is set correctly, and also that the file it references is there.
It's made so that people can alter the editor UI for their needs, but it means you have to select the appropriate view to use. By default it should be set to
@Matt, i think i found the problem so in my installation for some reason i actually dont have the Tea-commerce macroscripts showing at all , see below. I can see them in the file on my c drive but not in Umbraco Tea-commerce UI settings. Suppose question is how can i "make' these visible in the backend.
These simply get read from disk so if they aren't displaying, it's likely a file permissions problem. Double check your permissions and make sure the IIS worker process has access to that folder and they should appear.
Matt, its more on the live site in azure where they are not showing but now that you have mentioned that i wonder if these didnt get deployed to Azure so will go and check there.
Umbraco order detailv view
Having a problem viewing the order details in the backend in Teacommerce > shop > orders > new list when i click on the order id , the first tab Common is blank, see image below and the only order details are on the Transaction tab so currently the clients cant see the paid order details at all.
What is the best way to try and debug this issue, there is only 1 error in the console which is a moments function error, also see attached, not sure if its related and if it is how to fix it either as these are Umbraco core files not project specific.
Found out the cause for the moments.js here https://our.umbraco.com/forum/using-umbraco-and-getting-started/91712-momentdefinelocale-is-not-a-function unfortunately this hasnt fixed my original issue of viewing order details, even cart details dont show as well :(
Hi Denford,
Can you check your Store settings and make sure the Settings > UI > Edit order UI file is set correctly, and also that the file it references is there.
It's made so that people can alter the editor UI for their needs, but it means you have to select the appropriate view to use. By default it should be set to
Matt
@Matt, i think i found the problem so in my installation for some reason i actually dont have the Tea-commerce macroscripts showing at all , see below. I can see them in the file on my c drive but not in Umbraco Tea-commerce UI settings. Suppose question is how can i "make' these visible in the backend.
Hi Denford,
These simply get read from disk so if they aren't displaying, it's likely a file permissions problem. Double check your permissions and make sure the IIS worker process has access to that folder and they should appear.
Matt
Matt, its more on the live site in azure where they are not showing but now that you have mentioned that i wonder if these didnt get deployed to Azure so will go and check there.
Matt, They were missing from Azure guess because the Macroscripts folder in my Umbraco site had nothing so was never getting deployed.
Hi Denford,
Ahh, well that sounds like the issue for sure.
Do you have to files to deploy? I'm guessing it's because they may not be included in the VS project by default so may not get picked up.
Matt
Correct that folder was empty and not included in the project so wasn't getting deployed.
is working on a reply...