PDA

View Full Version : Cart Total Variable


SCTurnbull
24-Oct-2003, 10:11 AM
Does any body know the variable name for the Total Cost as shown on the Actinic Order Reciept Page? (Actinic Version 5)

Regards

Stew :)

TraceyG
28-Oct-2003, 10:43 AM
Hi,

I'm afraid that in version 5 the total is generated dynamically by the cgi scripts so there is no NETQUOTEVAR variable for this.

There are two files that generate the cart - ActinicOrder.pm and ActinicSCCode.fil. The perl variable used for the total in these files is '$nTotal'.