Announcement

Collapse
No announcement yet.

Including Subtotal in Batch Report

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

    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
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Do you have the "order contents" item assigned to the batch report?

    Comment


      #3
      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"?
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        Sorry, yes, you want "tbr_order_contents" assigned, not "order_contents".

        Comment


          #5
          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.
          Leslie Kirk
          Miva Certified Developer
          Miva Merchant Specialist since 1997
          Previously of Webs Your Way
          (aka Leslie Nord leslienord)

          Email me: [email protected]
          www.lesliekirk.com

          Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

          Comment

          Working...
          X