Re: Logging purchases
This WebDNA talk-list message is from 1997
It keeps the original formatting.
numero = 11008
interpreted = N
texte = >Howdy, list. I would like to begin logging purchases from my thank you>template through an [AppendFile purchlog.db] command. All I want is four>fields: date, IP address, sku/item/quantity/price for each item>purchased, and the total for that purchase. Anyone know how can I write>[lineItems] into one field in a database without having the second line>item create a new record?Hi Gil,Have you tried this? I don't know for sure, but I believe this will do whatyou want. It shouldn't put any tabs or carriage returns inside thelineitems loop, and the only other tabs and carriage returns are the onesyou type yourself.I used a series of dots to separate the individual lines of line items, butyou could replace those dots with something else, as long as it's not a tabor carriage return ... :)[AppendFilepurchlog.db][date]
[ipAddress][lineitems][sku]/[item]/[quantity]/[price].....[/lineitems][total][/appendfile]Sincerely, Ken Grome ..... ken@iav.com
Associated Messages, from the most recent to the oldest:
>Howdy, list. I would like to begin logging purchases from my thank you>template through an [AppendFile purchlog.db] command. All I want is four>fields: date, IP address, sku/item/quantity/price for each item>purchased, and the total for that purchase. Anyone know how can I write>[lineitems] into one field in a database without having the second line>item create a new record?Hi Gil,Have you tried this? I don't know for sure, but I believe this will do whatyou want. It shouldn't put any tabs or carriage returns inside thelineitems loop, and the only other tabs and carriage returns are the onesyou type yourself.I used a series of dots to separate the individual lines of line items, butyou could replace those dots with something else, as long as it's not a tabor carriage return ... :)[AppendFilepurchlog.db][date][ipaddress][lineitems][sku]/[item]/[quantity]/[price].....[/lineitems][total][/appendfile]Sincerely, Ken Grome ..... ken@iav.com
Kenneth Grome
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:
Starting Emailer (2005)
FTP via Shell Question (2005)
Still having math problems (1997)
Comments in db? (1997)
Introduction/Tutorial/QuickStart (1997)
verify online (1997)
Help!!!! (1997)
Re:Signal Raised (1997)
removing commas from a preformatted number (2000)
Wanted: Broader string manipulation functions (1997)
Listserver problem (1997)
[Off] Netscape Display Problem (1998)
Part Html part WebDNA (1997)
[WebDNA] Help with STMP Setup using Authentication with Google (2016)
Just Testing (1997)
Public beta 4 of WebCatalog 4.0 is now available (2000)
pc (1997)
template not found error (1998)
Monthly Help File (1997)
Adding up line items. (2000)