Hello,
I am currently working on a webshop where I encounter this odd error saying : The column 'OrderLineWishListID' does not belong to the table Table.
Kolonnen 'OrderLineWishListID' tilhører ikke tabellen Table.
[ArgumentException: Kolonnen 'OrderLineWishListID' tilhører ikke tabellen Table.]
System.Data.DataRow.set_Item(String columnName, Object value) +3045548
Dynamicweb.eCommerce.Orders.OrderLine.Save(DataRow DataRow) +2056
Dynamicweb.eCommerce.Orders.OrderLineCollection.Save(String OrderID) +6
Prior to the error I hit an add to cart button which should ajax the specific product id to the cart. I have literally no clue on what forces this to happen - anyone encountered a similar error before?