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 3 of 3

Thread: Subtotal Problem

  1. #1
    velmurugan is offline Junior Member
    Join Date
    Jun 2008
    Posts
    9

    Default Subtotal Problem

    After Upgrading to Version AspDotNetStorefront ML 7.1.0.0/7.1.0.0,
    I have 2 items in the cart but i Get Subtotal as $0.0,Also i run the update script for Db.please help me to solve this.

  2. #2
    ASPDNSF Staff – Eirol is offline Senior Member
    Join Date
    May 2008
    Posts
    182

    Default

    I have ran several updates on my build and was not able to encounter your concern. I suggest you contact our support so that we could have a deeper look into your problem. Thank you.

  3. #3
    crazyvraj is offline Junior Member
    Join Date
    May 2010
    Posts
    11

    Angry Same Problem for 7.0.2.3

    Hey,

    I have same problem now for version 7.0.2.3. which displays Price/Items but it didn't reflect in SubTotal.

    HTML Code:
    decimal SubTotal = cart.SubTotal(true, false, true, true);
    The same problem is inheriting to CheckoutShipping.aspx & CheckoutPayment.aspx

    Please help me or give me any alternative.