Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: one click ordering (how to)


Message #1 by ryan@w... on Wed, 20 Dec 2000 13:02:34 -0000
I have a shopping cart system and would like to give my users the ability

to select multiple items and add them to the shopping cart with a single

click.



Any advise would be welcome



thanks

Ryan



---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #2 by "Sanjeev Chand" <sanchand@c...> on Wed, 20 Dec 2000 14:07:21 -0000
                Yes .. it is possible .. associate one checkbox per product

with productvalue in checkbox

and after user submit the form .. read the checkbox if conatins value then

add it to shopping cart ...

but it invloves clicking of each product checkbox  box  so for adding n

number of product user hae to click

n+1 number of click (n for product checkbox and 1 for submit or add to cart

... )

                                If u don't want this method then another

alternative is to check quantity value of product,

if it is greater than 0 then add to cart ...  In case of further doubts u

can ask me ...



Cheers,

Sanjeev Chand.



----- Original Message -----

From: <ryan@w...>

To: "ASP Web HowTo" <asp_web_howto@p...>

Sent: Wednesday, December 20, 2000 1:02 PM

Subject: [asp_web_howto] one click ordering (how to)





> I have a shopping cart system and would like to give my users the ability

> to select multiple items and add them to the shopping cart with a single

> click.

>

> Any advise would be welcome

>

> thanks

> Ryan

>

> ---



---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com


  Return to Index