Yes, with the proper design,,,

Probably involves some JavaScript too, to make it efficient on the 
client side and to improve the interface.

Dick

At 10:07 AM -0700 12/21/00, JayB wrote:
>I apologize if this was sent twice...sent it yesterday and didn't see it
>show up....
>
>
>Basic Question...
>
>Most shopping carts I've seen/used require you to click to add a product or
>multiple of one product, which takes you to some calculate page, then back
>to add a different item,  the back to the calculate page etc. Many of our
>customer will buy multiples of more than 20 different items in one shopping
>visit. All this back and forth just doesn't work for our customers.
>
>One of the things I really like about our current cgi shopping cart system
>is that a customer can add multiple items to the cart from one page with a
>single click of the add to basket button.
>
>as in
>
>========================
>Selection Page
>qty     item
>[ 2 ]   widget a
>[   ]    widget b
>[ 6 ]   widget c
>[   ]    widget d
>[ 2 ]   widget e
>[   ]    widget f
>
>[Add to cart] <- One click adds all the different items to the cart.
>========================
>
>Calculate page
>========================
>You have the following in your cart
>
>qty     item
>[ 2 ]   widget a
>[ 6 ]   widget c
>[ 2 ]   widget e
>========================
>
>I haven't looked into it yet but I thought I'd ask first...can CF do this
>kind of thing?
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to