Announcement

Collapse
No announcement yet.

Printable Invoice for Wholesale Customers

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

    Printable Invoice for Wholesale Customers

    I have a Wholesale Price Group and customers keep asking for an Invoice for their records. Many customers are in Europe and require an Invoice that includes their VAT number. I would have thought that would be built into Miva but apparently... Though I do find in User Interface a ORDER_INVOICE 'Printable Invoice' but not a clue how to have it appear somewhere so a customer say after completing their order there at the Thank You have a Link or Button to Print an Invoice. Any thoughts, tips or clues? Thank you in advance!!

    #2
    On your ORDS page, add this link below the Order/Date line and it will open the ORDP page which should contain all the order details you are looking for.
    Code:
    <p><a id="js-print-confirmation" class="button button-square hide medium-inline-block" href="&mvte:urls:ORDP:secure_sep;Order_ID=&mvt:order:id;&Order_BillEmail=&mvte:global:order:bill_email;&Order_BillZip=&mvte:global:order:bill_zip;" title="Print Order Confirmation" target="_blank">Print Order Confirmation</a></p>
    Matt Zimmermann

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      Matt, Thank you so much!

      Comment


        #4
        Matt,

        I tried adding the code as instructed, but once added the ORDS page no longer displays upon completion of the order - instead I get the following:



        Screen Shot 2018-07-18 at 6.26.56 PM.png
        Psydde Delicious
        Delicious Boutique & Corseterie
        Philadelphia, PA
        www.DeliciousBoutique.com
        www.DeliciousCorsets.com

        Comment


          #5
          By default, the ORDS page does not show when you complete an order; you should see the INVC page.
          Matt Zimmermann

          Miva Web Developer
          Alchemy Web Development
          https://www.alchemywebdev.com
          Site Development - Maintenance - Consultation

          Miva Certified Developer
          Miva Professional Developer

          https://www.dev4web.net | Twitter

          Comment


            #6
            Sorry, that's what I meant... the order completed and when it left the payment screen (and should have gone to the INVC screen) it brought up the message in the screenshot.

            Would the payment type make a difference? (It was a Rumbleship payment that takes you to their payment screen and then returns you, like Paypal)
            Psydde Delicious
            Delicious Boutique & Corseterie
            Philadelphia, PA
            www.DeliciousBoutique.com
            www.DeliciousCorsets.com

            Comment


              #7
              To the best pf my knowledge, the OPRC page is reached when you refresh the INVC page after a successful order. There my be something going on between OPAY and INVC.
              Matt Zimmermann

              Miva Web Developer
              Alchemy Web Development
              https://www.alchemywebdev.com
              Site Development - Maintenance - Consultation

              Miva Certified Developer
              Miva Professional Developer

              https://www.dev4web.net | Twitter

              Comment


                #8
                Matt,

                I'll continue to experiment. As soon as I removed the code the completed sale took me to the INVC screen as usual.. I'm not sure why the code is not playing nicely once placed on my ORDS page.
                Psydde Delicious
                Delicious Boutique & Corseterie
                Philadelphia, PA
                www.DeliciousBoutique.com
                www.DeliciousCorsets.com

                Comment


                  #9
                  Hi Psydde,

                  That is really odd since OPAY and ORDS don't have any interaction with each other.
                  Matt Zimmermann

                  Miva Web Developer
                  Alchemy Web Development
                  https://www.alchemywebdev.com
                  Site Development - Maintenance - Consultation

                  Miva Certified Developer
                  Miva Professional Developer

                  https://www.dev4web.net | Twitter

                  Comment


                    #10
                    Psydde,
                    Did you get this figured out? I want to have a printable invoice on my ORDS page too.
                    Kelly

                    Comment


                      #11
                      kayakbabe I'm circling back to this because I still keep getting customer requests for printable invoices and I was never able to resolve the issue. Were you able to get it working on your end?

                      Edit: Actually, I'm not doing this on a ready theme site... I just realized this was originally posted under Levels ReadyTheme. I'm not sure if there would be anything different on a "non-ReadyTheme site which might be causing the problem.
                      Last edited by delcorsets; 03-02-19, 08:05 AM.
                      Psydde Delicious
                      Delicious Boutique & Corseterie
                      Philadelphia, PA
                      www.DeliciousBoutique.com
                      www.DeliciousCorsets.com

                      Comment


                        #12
                        Instead of managing a separate page, why not just add Print Media styles to the invoice page and have the Print button just attempt to open the browser print screen (i.e., window.print(); or something similar.)
                        Bruce Golub
                        Phosphor Media - "Your Success is our Business"

                        Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
                        phosphormedia.com

                        Comment

                        Working...
                        X