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: "View Shopping Cart" Checkbox

  1. #1
    donttryathome is offline Senior Member
    Join Date
    Apr 2009
    Posts
    171

    Default "View Shopping Cart" Checkbox

    How difficult would it be to modify the software to add a checkbox below each add to cart button that says "View shopping cart", allowing customers to check this box off if they wish to go to their shopping cart page after adding an item.

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    Probably not very. We check the appconfig for AddToCartAction in the addtocart.aspx.cs(.vb) file, which is where the product information is sent to add to the cart. You could intercept there and if your checkbox was checked then ignore the value of the appconfig and do what the customer asks
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>