Announcement

Collapse
No announcement yet.

Printing of Customer Orders

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

    Printing of Customer Orders

    When we print out the orders for the day they come in a stream without page breaks. Actually, because of this we print them one at a time. Very time consuming for a day with 100 orders.

    I heard at the MivaConference that there is a piece of code that is available that will allow for a page break between each page.

    Is there such a solution to my issue and if so, where can I find it?

    Thank you

    Bob MacLachlan
    iHobb.com


    #2
    The following link should assist and displaying One order per page on the Printable Invoice template.
    https://support.miva.com/supportsuit...Article/1312/0
    Happie Mendenhall
    Support Technician
    Miva, Inc.

    Comment


      #3
      I click on the link and receive the following: Forbidden

      You do not have permission to access this document. How do I get permission?

      Thank you,

      Bob MacLachlan
      iHobb.com



      Web Server at support.miva.com

      Comment


        #4
        https://support.miva.com/supportsuit...order-per-page
        Charlie Morrison
        www.MCRmedical.com

        Comment


          #5
          This didn't solve the problem - still not getting at proper page break in Firefox. I'll test it in Chrome.
          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


            #6
            Doesn't fix the problem in Chrome either. I can test in Safari if needed.
            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


              #7
              That code is working for us with only minor unrelated style tweaks. Our shipping team uses Firefox and we upgrade regularly, so I wouldn't think it's a Firefox version issue. "page-break-after:always;" is the part that should do the trick, but I found Bugzilla reports that Firefox doesn't handle it well if used inside a table cell. If your orders div is inside a table or some other container I'd move it outside to test.
              Charlie Morrison
              www.MCRmedical.com

              Comment


                #8
                Originally posted by mcrmedical View Post
                That code is working for us with only minor unrelated style tweaks. Our shipping team uses Firefox and we upgrade regularly, so I wouldn't think it's a Firefox version issue. "page-break-after:always;" is the part that should do the trick, but I found Bugzilla reports that Firefox doesn't handle it well if used inside a table cell. If your orders div is inside a table or some other container I'd move it outside to test.
                Thanks, it's the default template code. I'll take a look.

                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