detailed PayPal payment information on Printable Invoice

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • skepticwebguy
    Mivite

    • Dec 2007
    • 368

    #1

    detailed PayPal payment information on Printable Invoice

    Does anyone know how to get detailed PayPal Express Checkout Payment Information to display on the Printable Invoice batch report?

    On the Printable Invoice, when someone pays with a credit card, I see this:

    Card Type: ***
    Name on Card: ***
    Card Number: ***
    Expiration Date: ***


    On the Printable Invoice, if someone paid using our PayPal Express Checkout, I see this:

    Payment Method: PayPal Payments Pro

    However, on my Additional Checkout Data Pro (ACDPRO by Sebenza) batch report, I see this detailed information when someone pays with PayPal Express Checkout, I see:

    PayPal Payments Pro: ***
    Express Checkout through PayPal: ***
    Purchase Date/Time: ***
    Purchase Transaction ID: ***
    Payer ID: ***
    Payer Status: ***
    Address Status: ***
    Protection Eligibility: ***
    Payment Type: ***
    Transaction Type: ***
    Transaction Mode: ***
    Gross Amount: ***
    Fee Amount: ***
    Tax Amount: ***
    Payment Status: ***


    Does anyone know how to get that detailed PayPal Express Checkout Payment Information to display on the Printable Invoice batch report? I looked for an ACDPRO batch report template, but none seems to exist. It must exist somewhere, but have no idea where it's hidden.
    Last edited by skepticwebguy; 04-18-14, 03:15 PM.
  • Brennan
    Super Moderator









    • Jun 2009
    • 3481

    #2
    Re: detailed PayPal payment information on Printable Invoice

    Do you have your printable invoice batch report customized in any way?

    There should be a payments for each loop which loops though all the available payment information for the order. It should be displaying the exact data you are seeing on your ACD Pro batch report.

    Is this code there:


    Code:
    <mvt:if expr="( ISNULL l.settings:order:payment:fields ) AND ( NOT ISNULL l.settings:order:payment:descrip )">
    	<table><tr><th>Payment Method:</th><td>&mvt:order:payment:descrip;</td></tr></table>
    <mvt:else>
    	[COLOR=#ff0000]<mvt:foreach iterator="field" array="order:payment:fields">[/COLOR]
    [COLOR=#ff0000]		<table><tr><th>&mvt:field:label;</th><td>&mvt:field:value;</td></tr></table>[/COLOR]
    [COLOR=#ff0000]	</mvt:foreach>[/COLOR]
    </mvt:if>
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    • skepticwebguy
      Mivite

      • Dec 2007
      • 368

      #3
      Re: detailed PayPal payment information on Printable Invoice

      Brennan,

      I already have that exact code in my Printable Invoice template. However, it doesn't show any of the following fields that are shown in the Additional Checkout Data Pro (ACDPRO by Sebenza) batch report:

      Express Checkout through PayPal: ***

      Purchase Date/Time: ***
      Purchase Transaction ID: ***
      Payer ID: ***
      Payer Status: ***
      Address Status: ***
      Protection Eligibility: ***
      Payment Type: ***
      Transaction Type: ***
      Transaction Mode: ***
      Gross Amount: ***
      Fee Amount: ***
      Tax Amount: ***
      Payment Status: ***

      The only similarity between the the two reports is this line:

      PayPal Payments Pro

      So, clearly, some code exists in the
      Additional Checkout Data Pro (ACDPRO by Sebenza) batch report (wherever that lives), that is not included on the Printable Invoice template…

      Comment

      • Brennan
        Super Moderator









        • Jun 2009
        • 3481

        #4
        Re: detailed PayPal payment information on Printable Invoice

        Does this happen of all of your Paypal Orders?

        I just did a test in my dev store with a Paypal Order and the batch report displayed all the information for me.
        Brennan Heyde
        VP Product
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment

        • skepticwebguy
          Mivite

          • Dec 2007
          • 368

          #5
          Re: detailed PayPal payment information on Printable Invoice

          I wasn't entering the encryption key in my tests. When I enter the key, all the PayPal details show up. Doh!

          Comment

          Working...
          X