Can you suggest a good free AJAX shopping cart solution for an ASP.NET site?
My current shopping cart on the website requires redirects when adding items to the cart. I am looking for a JavaScript solution that will allow me to avoid redirecting to the shopping cart page.
I would like the functionality of clicking on "Add To Cart" without the page reloading or redirecting. Instead, an AJAX banner should appear at the top of the page displaying all items in the shopping cart, including newly added ones.
Thank you!