Announcement

Collapse
No announcement yet.

Order subtotal in new PR8 customer email

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

    #16
    Re: Order subtotal in new PR8 customer email

    I actually did get a fatal error as well. I had bill's code like this:

    Code:
    <mvt:item name="toolkit" param="order|ocount|order:id" />


    However, the fatal error went away when I changed to this. But this could very well have been a different code change that made the error go away. I tried a bunch of code changes and I couldn't track it down to one specific thing.

    Code:
    <mvt:item name="toolkit" param="order|ocount|l.all_settings:order:id" />
    
    Brandon Lubbert
    Library and Educational Services

    A wholesale company for churches, day care providers,
    homeschools, libraries, missionaries, resellers and schools!


    www.libraryanded.com

    Comment


      #17
      Re: Order subtotal in new PR8 customer email

      Was this the error?
      Code:
      Runtime error in mm5/5.00/modules/util/toolkit.mvc @ [00000012:0000869c]: toolkit.mv: Line 1788: MvDO: The specified path references a directory that does not exist
      I can't believe that a subtotal token is not available for these emails....
      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


        #18
        Re: Order subtotal in new PR8 customer email

        Any progress on this? We'd really like to have an order subtotal in these confirmation emails.
        Dylan Buchfink
        The Mattress & Sleep Company
        http://www.tmasc.ca/

        Comment


          #19
          Re: Order subtotal in new PR8 customer email

          Originally posted by lesliekirk View Post
          Was this the error?
          Code:
          Runtime error in mm5/5.00/modules/util/toolkit.mvc @ [00000012:0000869c]: toolkit.mv: Line 1788: MvDO: The specified path references a directory that does not exist
          I can't believe that a subtotal token is not available for these emails....
          I am receiving this same fatal error in Miva Merchant 5.5 Production Release 8 Update 12 with Emporium Plus Toolkit 5.2730 when I try to manually send a "Order Confirmation: Customer" Template Based Email containing the following line of code:

          <mvt:item name="toolkit" param="order|ocount|l.all_settings:order:id" />

          Comment

          Working...
          X