Re: Colors

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 30127
interpreted = N
texte = You can not. As far as the shopping cart lineitems are concerned, all you can use are index sku quantity price unitshipcost texta / textb / textc / textd / texte taxable canemail How many fields do you need. You could do a [lookup] by SKU for display purposes and sending email, but you could not store the extra info in the actual cart.----- Original Message ----- From: Rodolfo de la Garza To: WebCatalog Talk Sent: Thursday, April 06, 2000 10:29 AM Subject: Re: Colors Thanks Brian, How can I use more fields than texta-texte?-RodolfoEl 4/5/00 7:04 PM, Brian Boegershausen brianboegs@collegefever.com escribió:> You need to make the color enter the cart using texta - texte > The shoppingcart does not understand the field color, only the reserved > words. > > Brian Boegershausen > www.orderbywire.com > > ----- Original Message ----- > From: Rodolfo > To: WebCatalog Talk > Sent: Wednesday, April 05, 2000 7:25 PM > Subject: Colors > > >> Hi again, >> >> I'm trying to set up a colors for the items and I have this problem: >> >> First in the database I have a field called color and there the >> administrator can write the colors of the items separated by a space. >> Then I have in the detail page something like this: >> >> [showif [color]!] >> Choose a Color: [/showif] >> >> This works fine, and passes the info to the shopping cart template but if > I >> go back to buy the same item again but with different color, in the >> shoppingcart template it change both to the last color. >> >> in the shoppingcart I have this: >> >> [lineItems] >> >> [lineIndex] >> [Modelo] >> [Nombre], [itemcolor] >> > VALUE=[quantity]> >> $[format thousands .2f][price][/format] >> > > HREF=ShoppingCart.tmpl$remove?db=mydatabase.db&index=[lineIndex]&cart=[cart >> ]>Quítalo >> >> [/lineItems] >> >> >> could somebody tell me what I'm doing wrong? >> Is this the correct way to do it? >> >> Thanks. >> -Rodolfo >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Associated Messages, from the most recent to the oldest:

colors? - Thanks! (Serban Constantinescu 2000)
  • Re: Alternative
  • colors? (EFriend1@aol.com 2000)
  • Re: Alternative
  • colors? (Joseph D'Andrea 2000)
  • Re: Alternative
  • colors? (Paul Fowler 2000)
  • Re: Alternative
  • colors? (Anup Setty 2000)
  • Re: Alternative
  • colors? (Charles Kline 2000)
  • Alternative
  • colors? (Serban Constantinescu 2000)
  • Re: Sizes and colors (John Winningham 1999)
  • Re:Sizes and colors (Jay Van Vark 1999)
  • Sizes and colors (John T. O'Connell 1999)
  • Re: Alternating BGColors in Table Rows (PCS Technical Support 1998)
  • Re: Alternating BGColors in Table Rows (Britt T. 1998)
  • Re: Alternating BGColors in Table Rows (Kenneth Grome 1998)
  • Re: Alternating BGColors in Table Rows (Bob Minor 1998)
  • Alternating BGColors in Table Rows (Britt T. 1998)
  • Re: Alternating colors (Grant Hulbert 1997)
  • Alternating colors (Grant Hulbert 1997)
  •     
    1. Re: Sizes/Colors Options ( John Peacock 2006)
    2. Re: Sizes/Colors Options ( Donovan Brooke 2006)
    3. Re: Sizes/Colors Options ( Clint Davis 2006)
    4. Re: Sizes/Colors Options ( Clint Davis 2006)
    5. Re: Sizes/Colors Options ( Donovan Brooke 2006)
    6. Sizes/Colors Options ( Clint Davis 2006)
    7. Re: Colors in cart (Robert Wade 2002)
    8. Re: Colors in cart (Robert Wade 2002)
    9. Re: Colors in cart (stephen 2002)
    10. Re: Colors in cart (Robert Wade 2002)
    11. Re: Colors in cart (stephen 2002)
    12. Re: Colors in cart (Robert Wade 2002)
    13. Re: Colors in cart (stephen 2002)
    14. Re: Colors in cart (Robert Wade 2002)
    15. Re: Colors in cart (stephen 2002)
    16. Re: Colors in cart (Robert Wade 2002)
    17. Colors in cart (stephen 2002)
    18. Re: Colors (Howard Wolosky 2000)
    19. Re: Colors (Brian Boegershausen 2000)
    20. Re: Colors (Rodolfo de la Garza 2000)
    21. Re: Colors (Brian Boegershausen 2000)
    22. Colors (Rodolfo 2000)
    23. Re: Variable Sizes, Widths and Colors (Natalie M. Rezonoff 2000)
    24. Re: Variable Sizes, Widths and Colors (John Butler 2000)
    25. Re: Variable Sizes, Widths and Colors (John Jakovich 2000)
    26. Re: Variable Sizes, Widths and Colors (Kenneth Grome 2000)
    27. Variable Sizes, Widths and Colors (Nicholas Carretta 2000)
    28. Re: Alternative
    You can not. As far as the shopping cart lineitems are concerned, all you can use are index sku quantity price unitshipcost texta / textb / textc / textd / texte taxable canemail How many fields do you need. You could do a [lookup] by SKU for display purposes and sending email, but you could not store the extra info in the actual cart.----- Original Message ----- From: Rodolfo de la Garza To: WebCatalog Talk Sent: Thursday, April 06, 2000 10:29 AM Subject: Re: Colors Thanks Brian, How can I use more fields than texta-texte?-RodolfoEl 4/5/00 7:04 PM, Brian Boegershausen brianboegs@collegefever.com escribió:> You need to make the color enter the cart using texta - texte > The shoppingcart does not understand the field color, only the reserved > words. > > Brian Boegershausen > www.orderbywire.com > > ----- Original Message ----- > From: Rodolfo > To: WebCatalog Talk > Sent: Wednesday, April 05, 2000 7:25 PM > Subject: Colors > > >> Hi again, >> >> I'm trying to set up a colors for the items and I have this problem: >> >> First in the database I have a field called color and there the >> administrator can write the colors of the items separated by a space. >> Then I have in the detail page something like this: >> >> [showif [color]!] >> Choose a Color: [/showif] >> >> This works fine, and passes the info to the shopping cart template but if > I >> go back to buy the same item again but with different color, in the >> shoppingcart template it change both to the last color. >> >> in the shoppingcart I have this: >> >> [lineitems] >> >> [lineIndex] >> [Modelo] >> [Nombre], [itemcolor] >> > VALUE=[quantity]> >> $[format thousands .2f][price][/format] >> > > HREF=ShoppingCart.tmpl$remove?db=mydatabase.db&index=[lineIndex]&cart=[cart >> ]>Quítalo >> >> [/lineItems] >> >> >> could somebody tell me what I'm doing wrong? >> Is this the correct way to do it? >> >> Thanks. >> -Rodolfo >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Brian Boegershausen

    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:

    emailer on Windows Beta 18 (1997) Re[2]: Next X hits (1996) message forum question (2005) Grep Help (2003) Stumped (1999) BBEdit and WebCatalog 2.0? (1997) Requiring that certain fields be completed (1997) How do I get Google to crawl a WebCat site? (2003) if/then/else in founditems (2001) WC2b15 File Corruption (1997) Major Security Hole (1998) [Correction] Why does lineitems loop in sendmail = crash ? (2000) Permissions (2000) [WebDNA] DBServer.exe Max CPU (2014) Protect and Serve (1999) WebCat2b13 Command Reference Doc error (1997) Help HTML reader (1999) Webstar 1.3.1 PPC (1997) Need formatting help (1998) Multiple download orders of the same product? (1997)