RE: Checkboxes to add to cart...

This WebDNA talk-list message is from

1998


It keeps the original formatting.
numero = 19582
interpreted = N
texte = On 8/22/98 10:30 AM, Pat McCormick so noted...>On your multi-item display page, possible the search results, Start with a >form for collecting all the items the shopper wishes to add. Add [index] to >the name of each item's check box: name=addthis[index]> Add [index] to the sku or ID for each product. > You should also pass >the [numfound] to the next page: value=[numfound]> > >On the destination page, use a loop to add the checked items to the cart: > >[loop start=1&end=[loopcount]&advance=1] >[showif [addthis[index]]=T] > [add db=products.db&sku=[sku[index]]] >[/showif] >[/loop]This should work, but you'll need an [interpret] to get the correct value from the form variable:[loop start=1&end=[loopcount]&advance=1] [showif [interpret][addthis[index]][/interpret]=T] [add db=products.db&sku=[interpret][sku[index]][/interpret]] [/showif] [/loop]Rob Marquardt Designer/Resident Wirehead Toast Design300 First Avenue North, Suite 150 Minneapolis MN 55401 612.330.9863 v 612.321.9424 f www.toastdesign.com Associated Messages, from the most recent to the oldest:

    
  1. RE: Checkboxes to add to cart... (Jay Van Vark 1998)
  2. RE: Checkboxes to add to cart... (Rob Marquardt 1998)
  3. Re: Checkboxes to add to cart... (PCS Technical Support 1998)
  4. RE: Checkboxes to add to cart... (Pat McCormick 1998)
On 8/22/98 10:30 AM, Pat McCormick so noted...>On your multi-item display page, possible the search results, Start with a >form for collecting all the items the shopper wishes to add. Add [index] to >the name of each item's check box: name=addthis[index]> Add [index] to the sku or ID for each product. > You should also pass >the [numfound] to the next page: value=[numfound]> > >On the destination page, use a loop to add the checked items to the cart: > >[loop start=1&end=[loopcount]&advance=1] >[showif [addthis[index]]=T] > [add db=products.db&sku=[sku[index]]] >[/showif] >[/loop]This should work, but you'll need an [interpret] to get the correct value from the form variable:[loop start=1&end=[loopcount]&advance=1] [showif [interpret][addthis[index]][/interpret]=T] [add db=products.db&sku=[interpret][sku[index]][/interpret]] [/showif] [/loop]Rob Marquardt Designer/Resident Wirehead Toast Design300 First Avenue North, Suite 150 Minneapolis MN 55401 612.330.9863 v 612.321.9424 f www.toastdesign.com Rob Marquardt

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Counting LineItems (2000) POST Datamissing? (1998) P1: How to make webcatalog more stable. - LONG (1999) Currency Conversion (2003) [TCPSend] and whois? (1999) [WebDNA] Bug in 6.2? (2009) What is the syntax for MIME type on Apache server? (2000) Emailer help....! (1997) RE: Supressing Error Messages (1998) webcat NT (1998) Showif, Hideif reverse logic ? (1997) E-mailer error codes (1997) Save Word/Excel Docs to Server (2002) Erotic Sites (1997) Web Catalog and Net Cloak (1998) Process SSI and WebCatalog.acgi (1998) Sorting error (1997) Processing all html files through WebCat or Typhoon (1998) [REQ] Improved SQL context (2000) [lowercase] context? (1999)