We are looking for approach to implement shopping-cart that keep shopping items at the bottom of the page, just like CrateAndBarrels
http://www.crateandbarrel.com/family.aspx?c=837&f=28291
The visitor should be able to add shopping item to the cart by clicking the item's "+ Add to Cart" button. From my understanding, for CrateAndBarrel the bottom shopping-cart is indeed a flash object. However, I wish we could find a way to implement this in ajax-fashion if possible.
We are not expert in anyway in web 2.0 stuff and looking for some guide to implement this feature. Our consultant suggest we use frame to implement this though.
If you were me how would you implement this feature ?
- A. Plain WebForms page
- B. Use Frame or IFrame.
- C. HTML and Flash, just like CrateAndBarrel
- D. AJAX
Some simple explanation on how those components should collaborate will be appreciated.
Thanks.