Re: [format] problem

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 38375
interpreted = N
texte = here is something else:from the manual for [AddLineItem]: .... the end of the LineItems in the shopping cart. The item's price, taxable, canEmail, and unitShipCost information is found by looking for the values of those fields in the product database. ...here is my code (i'm checking this with an item with price 10.00):[AddLineItem cart=[cart]&sku=[sku]&db=/db/prod.db&index=[lineindex]]textA=[moo]&quantity=[foo][/AddLineItem]here is the line of the shopping cart file coresponding to that cart L FT254 3 1010 F F 0 etc... 1010 ?!?!??!? what?! what's this? why?anybody? On Wed, 5 Sep 2001, Kalin Mintchev wrote:> > yea we rebooted the WC 4 days ago because it was sending email twice. thet > fixed that. we have other sites with the same shipping cart code structure > that work with no problems. it's only this one that is giving me the > errors. if i take the [format] tags out it works fine -> prices show up > and evrything's fine except the formating ofcource... > > > > > On Tue, 4 Sep 2001, Brian Fries wrote: > > > I see nothing wrong with your code, and it works fine on my server... > > > > I would try starting from the bare minimum... > > > > [format .2f]100.000[/format] > > > > to see if that works, then add the surrounding contexts one at a time > > until I found where it breaks. > > > > Have you tried rebooting the server to see if that clears up some > > funky state that WebCat may be in? > > > > - brian > > > > At 8:25 PM 9/4/2001, Kalin Mintchev wrote: > > >this is the whole code nothing showed up in the bbedit when i tried show > > >invisibles but brakes (\r) > > > > > > > > > > > > > > > > > >FOTOFOLIO WHOLESALE > > > > > > > > > > > > > > > > > > [lineItems] > > > > > >[sku] > > >
> > >$[format .2f][math][quantity]*[price][/math][/format] > > > > > > > > >
[showif [discnt]>0]$[format .2f][texte][/format][/showif] > > >[showif [discnt]=]no disc.[/showif]
> > > > > >[/lineItems] > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------- > > 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 > > Web Archive of this list is at: http://search.smithmicro.com/ > > > > > ------------------------------------------------------------- > 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 > Web Archive of this list is at: http://search.smithmicro.com/ > ------------------------------------------------------------- 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 Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: [format] problem (Kalin Mintchev 2001)
  2. Re: [format] problem (Brian Fries 2001)
  3. Re: [format] problem (Patrick O'Brien 2001)
  4. Re: [format] problem (Kalin Mintchev 2001)
  5. Re: [format] problem (Gary J. Krockover 2001)
  6. Re: [format] problem (Kalin Mintchev 2001)
  7. Re: [format] problem (Shidan Bateni 2001)
  8. Re: [format] problem (Kalin Mintchev 2001)
  9. Re: [format] problem (Kalin Mintchev 2001)
  10. Re: [format] problem (Kalin Mintchev 2001)
  11. Re: [format] problem (Brian Fries 2001)
  12. Re: [format] problem (Will Starck 2001)
  13. Re: [format] problem (Kalin Mintchev 2001)
  14. Re: [format] problem (Grant Hulbert 2001)
  15. Re: [format] problem (Kalin Mintchev 2001)
  16. Re: [format] problem (Kenneth Grome 2001)
  17. Re: [format] problem (Kenneth Grome 2001)
  18. Re: [format] problem (Kalin Mintchev 2001)
  19. Re: [format] problem (Peter Werno 2001)
  20. Re: [format] problem (Kenneth Grome 2001)
  21. [format] problem (Kalin Mintchev 2001)
  22. Re: [format] problems (John Peacock 2000)
  23. Re[2]: Re[2]: [format] problems (jburgess@rowmanlittlefield.com 2000)
  24. Re: Re[2]: [format] problems (Peter Werno 2000)
  25. Re[2]: [format] problems (jburgess@rowmanlittlefield.com 2000)
  26. Re: [format] problems (jburgess@rowmanlittlefield.com 2000)
  27. Re: [format] problems (Peter Werno 2000)
  28. [format] problems (Rob Marquardt 1998)
here is something else:from the manual for [addlineitem]: .... the end of the LineItems in the shopping cart. The item's price, taxable, canEmail, and unitShipCost information is found by looking for the values of those fields in the product database. ...here is my code (i'm checking this with an item with price 10.00):[AddLineItem cart=[cart]&sku=[sku]&db=/db/prod.db&index=[lineindex]]textA=[moo]&quantity=[foo][/AddLineItem]here is the line of the shopping cart file coresponding to that cart L FT254 3 1010 F F 0 etc... 1010 ?!?!??!? what?! what's this? why?anybody? On Wed, 5 Sep 2001, Kalin Mintchev wrote:> > yea we rebooted the WC 4 days ago because it was sending email twice. thet > fixed that. we have other sites with the same shipping cart code structure > that work with no problems. it's only this one that is giving me the > errors. if i take the [format] tags out it works fine -> prices show up > and evrything's fine except the formating ofcource... > > > > > On Tue, 4 Sep 2001, Brian Fries wrote: > > > I see nothing wrong with your code, and it works fine on my server... > > > > I would try starting from the bare minimum... > > > > [format .2f]100.000[/format] > > > > to see if that works, then add the surrounding contexts one at a time > > until I found where it breaks. > > > > Have you tried rebooting the server to see if that clears up some > > funky state that WebCat may be in? > > > > - brian > > > > At 8:25 PM 9/4/2001, Kalin Mintchev wrote: > > >this is the whole code nothing showed up in the bbedit when i tried show > > >invisibles but brakes (\r) > > > > > > > > > > > > > > > > > >FOTOFOLIO WHOLESALE > > > > > > > > > > > > > > > > > > [lineitems] > > > > > >[sku] > > >
> > >$[format .2f][math][quantity]*[price][/math][/format] > > > > > > > > >
[showif [discnt]>0]$[format .2f][texte][/format][/showif] > > >[showif [discnt]=]no disc.[/showif]
> > > > > >[/lineItems] > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------- > > 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 > > Web Archive of this list is at: http://search.smithmicro.com/ > > > > > ------------------------------------------------------------- > 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 > Web Archive of this list is at: http://search.smithmicro.com/ > ------------------------------------------------------------- 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 Web Archive of this list is at: http://search.smithmicro.com/ Kalin Mintchev

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:

SMSI - support needed please ... (2003) What are SMSI's upgrade policies? (2003) PCS Emailer's role ? (1997) Orders and notification (1998) WebCat2b13 Mac plugin - [sendmail] and checkboxes (1997) Converting SQL Microtime to Date and Time (2003) WebCatalog can't find database (1997) [WebDNA] Combining searches with blank and zero values? (2011) Quiestion (1997) Variable security (2000) SiteGuard Admin Feature ? (1997) 2.0Beta Command Ref (can't find this instruction) (1997) CloseDatabase (1997) hmmm (2006) serial number (1998) [OT] Display Glitch (2004) please stop this!!!! (2000) It gets better... posting problems + Webcat 3.0.7 available -did anyone know? (2000) Separate SSL Server (1997) Smart caching problems with 2.1b3? (1997)