On Apr 15, 2004, at 1:39 PM, Fogelson, Steve wrote:


I am having problems with shoppers selecting the "Add To Cart" button
repeatedly. It all happens within a few seconds. They are probably impatient
when the server is busy.

1. does it cause problems? Normally the subsequent button presses override the earlier ones.
2. You using a single threaded db or something?
3. check your code for things that cause slow-downs. Adding something to a shopping cart shouldn't involve a lot of processing. If there is something inherently slow on the back end, think about an array shopping cart.





Is there a way to display something immediately when the shopper selects the
button to indicate we are processing?

1. push the response form, or maybe the first part of it, before you do your back end stuff.
2. There are 'behaviors' (javascripts) in Dreamweaver, for instance, that will change things on the page when you press the button.




Thanks for any ideas


Steve Fogelson
Internet Commerce Solutions
_______________________________________________________________________ _
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf



________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to