Version: AspDotNetStorefront ML 8.0.1.1/8.0.1.1
I have not been receiving new order notifications, when I send the test it works fine. I went in and did a test order through the site, low and behold I receive an error. It comes up once I hit the place order, here is the error:
The ***** is just my way of showing a place holder it was a random name that is irrelevant and not the sites name or whatever it is supposed to be.Invalid object name '******.orders_ShoppingCart'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Invalid object name '******orders_ShoppingCart'.
Source Error:
I am assuming that somewhere something has been changed, but I don't know where to start to look for it.
Also, when I go and check the database in dbo.Orders_ShoppingCart it not until recent orders has started to place Null on OrderedProductQuantityDiscountID and OrderedProductQuantityDiscountPercent. Whereas it previously would place a zero in those two fields. I don't know if this is connected, trying to give as much information as I can.
Thank you in advance for your help!