Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Where is the class ShoppingCart defined? Where is dnsf actually adding prods to cart?

  1. #1
    bdamore is offline Member
    Join Date
    Jun 2011
    Posts
    52

    Question Where is the class ShoppingCart defined? Where is dnsf actually adding prods to 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?

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    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.