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:

webcat- multiple selection in input field (1997) RE: Can a database get stomped by simultaneous access? (1997) [WebDNA] Webdna and CMS (2012) WebCatalog can't find database (1997) listfiles-looking for slick solution (1997) could someone please try this - it's very quick and easy (2000) [SHELL] SSH more problems (2003) Add to a field (1998) WebCat2 beta 11 - new prefs ... (1997) Auto entering Friday's date in a field (2002) Order not created error (1997) E-mail Attachments (1997) Bug or syntax error on my part? (1997) WebCat2b14MacPlugIn - [include] doesn't hide the search string (1997) Lookup command (1998) [HIDEIF] inside [FOUNDITEM] (1997) WebCat2.0 [format thousands .0f] no go (1997) Show only certain items (2002) [platform] tag? (1998) RE: Suggestions for Topics to be covered in an Advanced WebDNACourse... (1998)