Do you want to hit the server to put the item in a cart there (for session/persistance) and then refresh the minicart or do you want to set a cookie or something in the client and update the minicart with data you already have in the client?

If you want to hit the server, do you have any services exposed that can handle an ajax call?

- Jack

netcomp wrote:
Hi there, I'm a novice with jquery and would like to create a shopping
cart where I can add a product without refreshing the page.  I've
searched extensively and can only find tutorials about drag and drop
functionality.  All I want to be able to do is hit the add button and
the minicart gets updated nothing fancy.  Right now the site is
running on a custom cart that I wrote a couple of years ago so the
database functionalty is already in place.  The site runs on asp/
vbscript with an access database behind it.

If someone has a link to a simple tutorial or can explain the logic
behind the functionality I can probably figure it out.

Thanx ahead of time.



Reply via email to