RE: Automatic Forwarding using WebCat
This WebDNA talk-list message is from 1997
It keeps the original formatting.
numero = 13130
interpreted = N
texte = Thanks Marc, I really appreciate you catching those syntax errors for me. It saved me much weeping and gnashing of teeth.There's one thing that I'm not sure about though...> - you don't need a [lineitems] context inside the [listfiles] context; it will loop through> all files automatically.>[listfiles /StockRoom][lineitems][showif >filename=[SKU].[lineindex]][math]testindex=testindex+1[/math][/showif][/lineitems][/listfiles]Oh, you're right, I had a mistake in that line.Actually, it should read:>[listfiles /StockRoom][lineitems][showif >filename=[cart].[lineindex]][math]testindex=testindex+1[/math][/showif][/lineitems][/listfiles]the filename I'm looking for is [cart].[lineindex], not [sku].[lineindex]. Oops.Which brings up the point that this is not the best way to do what I want to do (if WebCat can use wildcards, which I'm not sure). If it will use wildcards I can just count the [cart].* filenames. If there are four lineitems in the order and four files that match [cart].*, then they must all be there, right?If webcat doesn't accept wildcards for filenames, then I think the above code will work (the revised version), because I want to do the following: I want to have it step through the files in the folder and compare each with all the files in the order. Each time it finds a match, it adds one to [testindex]. Then I compare this with the total number of items in the order to see if they're all there.Let me know if I'm missing something. Sorry about the [SKU]/[cart] mistake. That's confusing.Thanks, Marc, this mailing list has helped me again.Michael BohanMusic on Demand, LLCSincerely,Michael Bohan--------------------Music on Demand, LLCjmbohan@flash.net
Associated Messages, from the most recent to the oldest:
Thanks Marc, I really appreciate you catching those syntax errors for me. It saved me much weeping and gnashing of teeth.There's one thing that I'm not sure about though...> - you don't need a
[lineitems] context inside the
[listfiles] context; it will loop through> all files automatically.>[listfiles /StockRoom]
[lineitems][showif >filename=[SKU].[lineindex]]
[math]testindex=testindex+1[/math][/showif][/lineitems][/listfiles]Oh, you're right, I had a mistake in that line.Actually, it should read:>[listfiles /StockRoom]
[lineitems][showif >filename=
[cart].[lineindex]]
[math]testindex=testindex+1[/math][/showif][/lineitems][/listfiles]the filename I'm looking for is
[cart].[lineindex], not [sku].[lineindex]. Oops.Which brings up the point that this is not the best way to do what I want to do (if WebCat can use wildcards, which I'm not sure). If it will use wildcards I can just count the
[cart].* filenames. If there are four lineitems in the order and four files that match
[cart].*, then they must all be there, right?If webcat doesn't accept wildcards for filenames, then I think the above code will work (the revised version), because I want to do the following: I want to have it step through the files in the folder and compare each with all the files in the order. Each time it finds a match, it adds one to [testindex]. Then I compare this with the total number of items in the order to see if they're all there.Let me know if I'm missing something. Sorry about the [SKU]/
[cart] mistake. That's confusing.Thanks, Marc, this mailing list has helped me again.Michael BohanMusic on Demand, LLCSincerely,Michael Bohan--------------------Music on Demand, LLCjmbohan@flash.net
Michael Bohan
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:
page redirect in webDNA (1997)
Re:WebCatalog f2 Installation (1997)
Authenticate (1997)
Sort Order on a page search (1997)
Order file numbers different than the cart number. why? (2000)
Locking up with WebCatalog... (1997)
Languages (1997)
creating a 60 fields database (1997)
select multiple (1997)
Information on Vieworders.tpl (1998)
Caching problem... (2000)
A little help on e-mail (HELP!!! :-) ) (1998)
cannot delete last admin (1999)
Sort Order on a page search (1997)
WC Database Format (1997)
WebDNA deletes major DB data big time (2004)
Plugin vs. CGI (1998)
Generating unique SKU from [cart] - Still Stumped... (1997)
Re:quit command on NT (1997)
Nesting format tags (1997)