Hi,
RE: Version 3 of AC
In Act_Order04.HTML I want to reference both the order number and order value.
Order Number is fine, it's NETQUOTEVAR:THEORDERNUMBER
But the order value is buried within NETQUOTEVAR:THEORDERDETAILS which according to the help file is a "Table that summarises the order including the items ordered, quantity count, information supplied, sub total, tax, shipping, and total. Dynamically generated by the CGI script.".
Essentially this will go into a link along the lines of "blahblah.php?orderno=NETQUOTEVAR:THEORDERNUMBER&orderamount=NETQUOTEVAR:??something??"
Even further down the line we want to be able to pass the order value less the VAT figure. One step at a time though...
TIA,
Mark.
RE: Version 3 of AC
In Act_Order04.HTML I want to reference both the order number and order value.
Order Number is fine, it's NETQUOTEVAR:THEORDERNUMBER
But the order value is buried within NETQUOTEVAR:THEORDERDETAILS which according to the help file is a "Table that summarises the order including the items ordered, quantity count, information supplied, sub total, tax, shipping, and total. Dynamically generated by the CGI script.".
Essentially this will go into a link along the lines of "blahblah.php?orderno=NETQUOTEVAR:THEORDERNUMBER&orderamount=NETQUOTEVAR:??something??"
Even further down the line we want to be able to pass the order value less the VAT figure. One step at a time though...
TIA,
Mark.
Comment