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: Add price column to shopping cart page - V7

  1. #1
    mimpoz is offline Member
    Join Date
    Jul 2008
    Posts
    53

    Default Add price column to shopping cart page - V7

    I need to add a price column on the shoppingcart.aspx page when the products in the cart are listed. Cuurently, it displays the product, the quantity and the final price, and I'd like to add an additonal column to display the price [per unit.

    Where would I need to make such a change - in the xml package, code behind file, or somewhere else?

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

    Default

    That would be a source code change, in the ShoppingCart class, DisplaySummary method.