Re: how to know the [LineIndex] number webcat generated during a [AddLineItem]?

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 26173
interpreted = N
texte = No I hadn't thought of that Seannie... thank you both (Rob too) for the tips. I would have missed the points you made. It's a wonder programmers stay sane trying to account for every possible situation. :-) -Johnelive talklists wrote:> what happens when the lineitmes loop gets to the product you > have split up later in the orderfile? > be sure to reduce the numinstock figure otherwise it might try to > split it again if the order quantity is more than double the numinstock > > maybe you thought of this already... > > sr > > ---------- > >From: John Butler > >To: (WebCatalog Talk) > >Subject: Re: how to know the [LineIndex] number webcat generated during a > [AddLineItem]? > >Date: Fri, Jan 14, 2000, 18:55 > > > > > Rob, you mean something like this- (?) > > > > [math]NumCartItems=0[/math] > > > > [LineItems] > > [math]NumCartItems=[NumCartItems]+1[/math] > > [/LineItems] > > > > [LineItems] > > [!]--START split up---[/!] > > > > [SetLineItem > > > cart=[cart]&index=[lineindex]&db=products.db]quantity=[NumInStock][/SetLineI > tem] > > [AddLineItem > > > cart=[cart]&sku=[SKU]&db=products.db]quantity=[NumOuttaStock]&textA=[textA]& > textB=[te > > xtB]&textC=[textC][/AddLineItem] > > > > > > [math]NumCartItems=[NumCartItems]+1[/math] > > [!]--END split up---[/!] > > [/LineItems] > > > > Do I have it right? Comprehensive enough to not miss anything? > > > > -John > > > > Rob Marquardt wrote: > > > >> On 1/14/00 11:46 am, John Butler so noted... > >> > >> >how do I determine what > >> >is the LineIndex number for the lineitem webcat just added while executing > >> >the [AddLineItem]...[/AddLineItem]? > >> > >> It's going to be the total number of items in your cart before the split, > >> plus one. Be sure your routine that does the splitting tracks how many > >> splits are done, since multiple splits could occur in a single order. > >> > >> Rob Marquardt > >> Designer/Resident Wirehead > >> Toast Design > >> > >> 800 Washington Avenue North > >> Minneapolis MN 55401 > >> 612.330.9863 v > >> 612.321.9424 f > >> www.toastdesign.com > >> > >> ------------------------------------------------------------- > >> Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. > >> To end your Mail problems go 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 > > > > > > > > ------------------------------------------------------------- > > Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. > > To end your Mail problems go 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 > > > > ------------------------------------------------------------- > Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. > To end your Mail problems go 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 ------------------------------------------------------------- Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. To end your Mail problems go 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:

    
  1. Re: how to know the [LineIndex] number webcat generated during a [AddLineItem]? (John Butler 2000)
  2. Re: how to know the [LineIndex] number webcat generated during a [AddLineItem]? (John Butler 2000)
  3. Re: how to know the [LineIndex] number webcat generated during a [AddLineItem]? (Rob Marquardt 2000)
No I hadn't thought of that Seannie... thank you both (Rob too) for the tips. I would have missed the points you made. It's a wonder programmers stay sane trying to account for every possible situation. :-) -Johnelive talklists wrote:> what happens when the lineitmes loop gets to the product you > have split up later in the orderfile? > be sure to reduce the numinstock figure otherwise it might try to > split it again if the order quantity is more than double the numinstock > > maybe you thought of this already... > > sr > > ---------- > >From: John Butler > >To: (WebCatalog Talk) > >Subject: Re: how to know the [LineIndex] number webcat generated during a > [addlineitem]? > >Date: Fri, Jan 14, 2000, 18:55 > > > > > Rob, you mean something like this- (?) > > > > [math]NumCartItems=0[/math] > > > > [lineitems] > > [math]NumCartItems=[NumCartItems]+1[/math] > > [/LineItems] > > > > [lineitems] > > [!]--START split up---[/!] > > > > [SetLineItem > > > cart=[cart]&index=[lineindex]&db=products.db]quantity=[NumInStock][/SetLineI > tem] > > [AddLineItem > > > cart=[cart]&sku=[SKU]&db=products.db]quantity=[NumOuttaStock]&textA=[textA]& > textB=[te > > xtB]&textC=[textC][/AddLineItem] > > > > > > [math]NumCartItems=[NumCartItems]+1[/math] > > [!]--END split up---[/!] > > [/LineItems] > > > > Do I have it right? Comprehensive enough to not miss anything? > > > > -John > > > > Rob Marquardt wrote: > > > >> On 1/14/00 11:46 am, John Butler so noted... > >> > >> >how do I determine what > >> >is the LineIndex number for the lineitem webcat just added while executing > >> >the [addlineitem]...[/AddLineItem]? > >> > >> It's going to be the total number of items in your cart before the split, > >> plus one. Be sure your routine that does the splitting tracks how many > >> splits are done, since multiple splits could occur in a single order. > >> > >> Rob Marquardt > >> Designer/Resident Wirehead > >> Toast Design > >> > >> 800 Washington Avenue North > >> Minneapolis MN 55401 > >> 612.330.9863 v > >> 612.321.9424 f > >> www.toastdesign.com > >> > >> ------------------------------------------------------------- > >> Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. > >> To end your Mail problems go 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 > > > > > > > > ------------------------------------------------------------- > > Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. > > To end your Mail problems go 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 > > > > ------------------------------------------------------------- > Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. > To end your Mail problems go 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 ------------------------------------------------------------- Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. To end your Mail problems go 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 John Butler

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:

F3 crashing server (1997) [WebDNA] sagepayments TLS? requests now failing (2018) OrdersFolder parm missing and DBServer Access Violations (2000) Re[2]: Date Time Oddness (1999) WebCatalog for Postcards ? (1997) Document Contains No Data! (1997) Smith Micro - no competition (2000) Expert tech support -- a fast and simple solution (long) ... (2000) [search] & [encrypt]/[decrypt] (2001) Help! WebCat2 bug (Ben's input) (1997) Problems appending to database (1997) Initiating NewCart (1997) State Coalition Approves Internet Sales Tax Plan (2002) no global [username] or [password] displayed ... (1997) Mac 2.1b2 speed (1997) [WebDNA] max number of searches and lookups on a page (2016) multiple price line in formula.db (2004) Problem (1997) RE: File Uploads (1998) Location of Browser Info.txt file (1997)