I need to externally check prices via XML Post and update price in DB 'as a client adds a product to the cart'.
#1 Where is the ShoppingCart class defined?
#2 Where in ShoppingCart.aspx.cs is it getting the price and adding it to the cart?
I need to externally check prices via XML Post and update price in DB 'as a client adds a product to the cart'.
#1 Where is the ShoppingCart class defined?
#2 Where in ShoppingCart.aspx.cs is it getting the price and adding it to the cart?
The ShoppingCart class is in the ASPDNSFCore project, you'd need to have the source code to have access to that really. As for adding to the cart, the shopping cart page doesn't do that, addtocart.aspx(.cs) does.