Announcement

Collapse
No announcement yet.

Including Subtotal in Batch Report

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • lesliekirk
    replied
    Originally posted by RTHOMASDESIGN View Post
    Sorry, yes, you want "tbr_order_contents" assigned, not "order_contents".
    I sort of figured that. Yes, it's assigned and the field is in use.

    Leave a comment:


  • RTHOMASDESIGN
    replied
    Sorry, yes, you want "tbr_order_contents" assigned, not "order_contents".

    Leave a comment:


  • lesliekirk
    replied
    Originally posted by RTHOMASDESIGN View Post
    Do you have the "order contents" item assigned to the batch report?
    The Item "tbr_order_contents" is assigned. Should I also assign the Item "order_contents"?

    Leave a comment:


  • RTHOMASDESIGN
    replied
    Do you have the "order contents" item assigned to the batch report?

    Leave a comment:


  • lesliekirk
    started a topic Including Subtotal in Batch Report

    Including Subtotal in Batch Report

    How do you get the Order Subtotal to appear in the Printable Invoice used in the Batch reports?

    I've tried
    Code:
    <h2>&mvt:order:formatted_subtotal;</h2>
    Nothing

    Then I tried

    Code:
    <h2>&mvt:order:groups:formatted_subtotal;</h2>
    Nothing

    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>
    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
Working...
X