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.
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.
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>