Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1

    Default PayPal Product Name on Receipt

    I have ZenCart installed using the PayPal module. Everything works as expected and I can access payments from PayPal.

    The only problem I have is that on the receipt that PayPal issues, under product name it has: MODULE_PAYMENT_PAYPAL_PURCHASE_DECRIPTION_TITLE instead of the actual product name. The receipt looks like:

    > -----------------------------------
    > Payment Details
    > -----------------------------------
    >
    > Transaction ID: xxxxxxxxxxx
    > Item Price: $xx.xx USD
    > Total: $xx.xx USD
    > Item/Product Name: MODULE_PAYMENT_PAYPAL_PURCHASE_DECRIPTION_TITLE
    > Item/Product Number: 1

    (The xx are filled in with the correct values).

    I cannot find that variable anywhere in the code base ... anyone know how to help?


    Many Thanks,

    Dennis

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: PayPal Product Name on Receipt

    It's defined in the paypal language file, and is a new item since v1.3.5. Perhaps you missed it during your upgrade.

    /includes/languages/english/modules/payment/paypal.php
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3

    Default Re: PayPal Product Name on Receipt

    Yup -- that was it. Also explains why I couldn't find it -- you can't find what isn't there!!

    Thanks for the quick reply!!!

    Dennis

  4. #4
    Join Date
    Nov 2004
    Posts
    68
    Plugin Contributions
    0

    Default Re: PayPal Product Name on Receipt

    I haven't upgraded to 1.3.6 yet. Here's my related problem - up until today, my receipts *were* showing the correct product name. Then, for some reason today it decided to show the MODULE_PAYMENT_PAYPAL_PURCHASE_DECRIPTION_TITLE text. The only things that I have done were to add credit card logos to the page 2 payment page and change the name of the payment options so instead of just Paypal it says "Paypal or Credit Cards (Credit cards processed through Paypal)". I also edited the admin/configuration/credit cards thing to show credit card logos in checkout.

    How do I fix this?

  5. #5
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: PayPal Product Name on Receipt

    in v1.3.5, the description sent to PayPal was changed to add the word " Purchase" to the store name.

    You're missing this line:
    Code:
      define('MODULE_PAYMENT_PAYPAL_PURCHASE_DECRIPTION_TITLE', STORE_NAME . ' Purchase');
    in:
    /includes/languages/english/modules/payment/paypal.php
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Nov 2004
    Posts
    68
    Plugin Contributions
    0

    Default Re: PayPal Product Name on Receipt

    Thanks DrByte! What would have caused the line to disappear? Prior to just this morning everything was sweet. Go figure.

    So, where do I insert the line of code?

    THX!

  7. #7
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: PayPal Product Name on Receipt

    Quote Originally Posted by CreativeWitch View Post
    So, where do I insert the line of code?
    /includes/languages/english/modules/payment/paypal.php
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8

    help question Re: PayPal Product Name on Receipt

    The following displayed when paying via paypal below:


    Payment For Quantity Price
    Direct Fragrances Purchase
    Item Number1 1 $69.95 AUD
    Subtotal: $69.95 AUD
    Postage & Packing: $0.00 AUD

    Total Amount: $69.95 AUD

    Is there a way the description of the product can be displayed, plus postage and handling broken down into paypal. Please Note: Total amount correct, postage and handling included in the total amount. Zc doesn't transfer the P&H into paypal correctly.

  9. #9
    Join Date
    Dec 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: PayPal Product Name on Receipt

    Can anyone confirm that the Item/Product Name description still does not show the actual item description in the paypal email receipt? In this thread it almost appears as if the actual name of item should be showing instead of the "store name Purchase". I am getting the following using 1.3.6.


    Item/Product Name: outdoorsinteriors Purchase
    Item/Product Number: 1

    Thank You

  10. #10
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: PayPal Product Name on Receipt

    what you are getting is correct.

    Zen Cart doesn't pass the items details.

    nor does it pass an order number other that 1 because the order has not been created yet.

    what you are seeing is correct.
    Zen cart PCI compliant Hosting

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Change Owner Name on all receipt emails
    By ktrainyo in forum Basic Configuration
    Replies: 7
    Last Post: 6 May 2012, 12:54 AM
  2. Item name not reporting on paypal receipt
    By jeking in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 5 Aug 2011, 08:45 PM
  3. Product name on PayPal receipt.
    By Punkristo in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 2 Aug 2010, 11:18 PM
  4. paypal store receipt
    By spid3r1987 in forum General Questions
    Replies: 2
    Last Post: 19 Oct 2009, 04:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg