Announcement

Collapse
No announcement yet.

Customize Order Export?

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

    Customize Order Export?

    Is there a way, using a module or otherwise, to customize the order export? Specifically need to add customer login/id, and would like to add payment method.

    #2
    Re: Customize Order Export?

    Assuming you're on PR8 you can create any kind of Order Export you want via the Template Based Batch Reports.
    Thanks,

    Rick Wilson
    CEO
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: Customize Order Export?

      Thanks, is the screen the only output option? Looking for a way to export to a file so that the orders can be imported into our accounting system.

      Comment


        #4
        Re: Customize Order Export?

        Not at all, you can download as XLS, CSV, etc... There's a number of example posts on the Forums. If you need more direction let me know and I'll have someone from my side chime in with more details.
        Thanks,

        Rick Wilson
        CEO
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


          #5
          Re: Customize Order Export?

          Yes, pointers in the right direction would be helpful, thanks.

          Comment


            #6
            Re: Customize Order Export?

            Miva has a built in item called http_headers which allow you to modify the header values of a page before it gets output to the screen. By changing the Content-Type and Content-Disposition you can force the browser to treat the export as a file vs displaying it to the screen.

            See this post for the syntax. You first need to assign the http_headers item to the page under the items tab.

            Then add the two values defined here:

            http://extranet.miva.com/forums/show...036#post425036
            Brennan Heyde
            VP Product
            Miva, Inc.
            [email protected]
            https://www.miva.com

            Comment


              #7
              Re: Customize Order Export?

              How do I create tabs for this file (not a Miva question, but I'm sure someone has done this).

              Comment


                #8
                Re: Customize Order Export?

                Am I limited to order fields? Can I use custom customer fields in an Order Export?

                Comment


                  #9
                  Re: Customize Order Export?

                  No, you should be able to access the relevant Custom Customer Fields.
                  Thanks,

                  Rick Wilson
                  CEO
                  Miva, Inc.
                  [email protected]
                  https://www.miva.com

                  Comment


                    #10
                    Re: Customize Order Export?

                    Good to hear. Any documentation on that?

                    Comment


                      #11
                      Re: Customize Order Export?

                      There is a whole video series on how to use the new custom fields here:

                      http://www.miva.com/videos/category/...raining-series

                      http://www.miva.com/videos/articles/...-documentation


                      Any custom field can be accessed on any page which is gives you a lot of flexibility. For your specific question here is how you would access a custom customer field in the batch report:

                      Code:
                      <mvt:item name="customfields"param="Read_Customer_ID( l.settings:order:cust_id, 'custom_field_code', g.custom_field )" />
                      &mvt:global:custom_field;
                      Last edited by Brennan; 11-24-14, 09:26 AM.
                      Brennan Heyde
                      VP Product
                      Miva, Inc.
                      [email protected]
                      https://www.miva.com

                      Comment


                        #12
                        Re: Customize Order Export?

                        thank you!!!

                        Comment

                        Working...
                        X