I need to show the subtotal again after the order details on Act_Order04.html....can anyone help???
Announcement
Collapse
No announcement yet.
How can I get the SubTotal to show twice in Act_Order04.html?
Collapse
X
-
Can't really help. The shopping cart comes from a single template, so a change you make there will appear wherever the shopping cart appears.
There are some variables for including the whole order total anywhere you want in the receipt page. These variables are:
NETQUOTEVAR:FORMATTEDORDERTOTALHTML - the order total formatted in the appropriate currency and encoded for HTML display
NETQUOTEVAR:FORMATTEDORDERTOTALCGI - the order total formatted in the appropriate currency and encoded for CGI
NETQUOTEVAR:ACTINICORDERTOTAL - the order total formatted in the Actinic internal format (integer number in currency base unit)
NETQUOTEVAR:NUMERICORDERTOTALCGI - the order total partially formatted in the appropriate currency and encoded for CGI. This value include decimal and thousand separators, but leaves off the currency symbol.
Comment