Hi Jason,
Had the same problem: probably a bug.
Put this on your checkout page:
<input type=hidden name="mv_order_report"
value="whateverlocation/report">
or use an &set=mv_order_report
whateverlocation/report
Solves it.
-Gideon
----- Original Message -----
Sent: vrijdag 21 mei 1999 17:06
Subject: Report Page Problems.
Hi all... Having a problem with my
report.html page. When it goes to email, it just sends out the
MV tags, and then at the end of the formatted MV tags, it dumps a
list of the session variables that have accrued over the entire user
session. It is however making it into the backend.asc file
though... Attached is my report.html file. I am running
MV 3.11, on Linux, PERL 5.05_02. Any help would be
appreciated.
Thanks,
Jason. --
Jason Korkin - jkorkin@korksoft.com
KORKSOFT
http://www.korksoft.com
Design, Hosting, Custom Programming, Database Mgt. and more!
[tag mime type TEXT/PLAIN; CHARSET=US-ASCII][/tag] [tag mime Order
Text] ORDER DATE: [calc]localtime[/calc] ORDER NUMBER: [value mv_order_number]
CUSTOMER ID: [value recnum] Name: [value name] Email address: [value email]
Address: [value address] City, State, Zip: [value city], [value state] [value
zip] Country: [value country] Payment Method: [value mv_payment] Daytime
Phone: [value phone] [if value b_address] Billing Name: [value b_name] Billing
Address: [value b_address] City, State, Zip: [value b_city][/if][if value
b_state], [value b_state] [value b_zip][/if] [item-list] [/item-list]
[item-list] Quantity: [item-quantity] Item SKU: [item-code] Item Desc:
[item-field vendor], [item-field VSN] ([item-field gender]) Item Size: [value
[item-code]_size] [perl arg="values" interpolate=1] if ("[item-field
designer]" eq "Yes") { return "Item Material: [value [item-code]_material]"; }
[/perl] [perl arg="values" interpolate=1] if ("[item-field designer]" eq
"Yes") { return "Item Color: [value [item-code]_color]"; } [/perl] Item Price:
[item-price] Item Subtotal: [item-subtotal] [/item-list] SUBTOTAL: [subtotal]
SALES TAX: [salestax] SHIPPING: [shipping] ORDER TOTAL: [total-cost] [/tag]
[if value mv_credit_card_info] [tag mime type application/pgp-encrypted][/tag]
[tag mime Credit Card Information] Credit Card Information [value
mv_credit_card_info] [/tag] [/if]
|