G
GroundHog
hi Folks,
i'm into HTML, so advanced stuff makes my brain scream.
can someone point me in the right direction for this stuff?
one of my clients who sells books thru normal payment gateways like Paypal
or USA-epay, as requirements from a new fulfillment house, that orders are
send to them in a plain text file. I'll paste an example of their output
below.
I've set up simple "buy now" paypal buttons, and set up other more complex
parameters on user consoles for shopping carts, but this kind of output is
like "greek" to me, and I've not a clue how to set up any payment gateway to
generate this kind of output. It's sort of like stings of quote-delimited
fields, terminated with carriage returns (CR-LF). Reminds me of a CSV file.
i'm not server-side or database 'savvy'...
here's an example of requested output file in ASCII text:
++++++++++++++++++++++++++++++++++++
"H","INVOICE1","TEST","U25","SHDOME","06/16/2004","John Doe","10 Main
St.","Suite 110","","","Boston","MA","zip","USA","12345","123-4567",""
"D","7777","1","INVOICE1"
"D","9","1","INVOICE1"
+++++++++++++++++++++++++++++++++++++++++
thanks for any hints.
Brian
i'm into HTML, so advanced stuff makes my brain scream.
can someone point me in the right direction for this stuff?
one of my clients who sells books thru normal payment gateways like Paypal
or USA-epay, as requirements from a new fulfillment house, that orders are
send to them in a plain text file. I'll paste an example of their output
below.
I've set up simple "buy now" paypal buttons, and set up other more complex
parameters on user consoles for shopping carts, but this kind of output is
like "greek" to me, and I've not a clue how to set up any payment gateway to
generate this kind of output. It's sort of like stings of quote-delimited
fields, terminated with carriage returns (CR-LF). Reminds me of a CSV file.
i'm not server-side or database 'savvy'...
here's an example of requested output file in ASCII text:
++++++++++++++++++++++++++++++++++++
"H","INVOICE1","TEST","U25","SHDOME","06/16/2004","John Doe","10 Main
St.","Suite 110","","","Boston","MA","zip","USA","12345","123-4567",""
"D","7777","1","INVOICE1"
"D","9","1","INVOICE1"
+++++++++++++++++++++++++++++++++++++++++
thanks for any hints.
Brian