How do you get the Order Subtotal to appear in the Printable Invoice used in the Batch reports?
I've tried
Nothing
Then I tried
Nothing
I finally tried:
It gave me a $0.00
The store owner see the Order Subtotal in the Order Processing screen and would like that same subtotal in the printable batch report.
Leslie
I've tried
Code:
<h2>&mvt:order:formatted_subtotal;</h2>
Then I tried
Code:
<h2>&mvt:order:groups:formatted_subtotal;</h2>
I finally tried:
Code:
<mvt:do file="g.Module_Store_Module_Currency" name="l.settings:basket:formatted_subtotal" value="CurrencyModule_AddFormatting(g.Store:currnc y_mod, g.basket_subtotal)" /> <h2>&mvt:basket:formatted_subtotal;</h2>
The store owner see the Order Subtotal in the Order Processing screen and would like that same subtotal in the printable batch report.
Leslie
Comment