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: Shopping Cart Access?

  1. #1
    kernel64 is offline Member
    Join Date
    Mar 2009
    Posts
    45

    Default Shopping Cart Access?

    On my page i have a control for the shopping cart, now i want to use the functionality of the shop to get information of the product, like quantity and the total price.

    How to get access to the shopping cart of the shop, to fill the data in my control??

    I only want to print the price and quantity in my shopping cart.
    Last edited by kernel64; 05-28-2009 at 07:49 AM.

  2. #2
    MarkC is offline Developer
    Join Date
    Aug 2006
    Posts
    166

    Default

    The quantity is available as a property in each line item in the shoppingcart's CartItem collection, the extended price however is not readily available and is computed only during display(refer to DisplayItems function for the logic)

    In the next major release, the extended price is already included as a public property of each cartitem instance.