Results 1 to 4 of 4
  1. #1
    Join Date
    May 2004
    Posts
    777
    Plugin Contributions
    0

    Default Quick Paypal Issue-Are Items on Paypal Notice?

    Hi,

    Please excuse my brain cramp, however my partner and I are at odds with a v1.27d issue.

    Is the receipt the store owner receives from Paypal suppose to contain an itemized list of what the customer ordered, or do you reply on the store copy of the order that is sent after the order is placed?

    Unfortunately I don't have any examples to look at to see which the issue is.

    If they are supposed to show up on the Paypal receipt they aren't which is why I'm asking.

    Thank You,

    Betty

  2. #2
    Join Date
    Jun 2003
    Posts
    33,825
    Plugin Contributions
    0

    Default Re: Quick Paypal Issue-Are Items on Paypal Notice?

    Zen Cart does not pass an itemized list to PayPal. The Zen Cart Order Confirmation the customer recieves does have all of the details.

  3. #3
    Join Date
    May 2004
    Posts
    777
    Plugin Contributions
    0

    Default Re: Quick Paypal Issue-Are Items on Paypal Notice?

    Thank you very much Kim! That cleared up a big issue. (plus it means *I* was right) ;)

    Betty

  4. #4
    Join Date
    May 2004
    Posts
    777
    Plugin Contributions
    0

    Default Re: Quick Paypal Issue-Are Items on Paypal Notice?

    Sorry to bump this one, however I have an add-on question.

    Kim replied:
    >>Zen Cart does not pass an itemized list to PayPal. The Zen Cart Order Confirmation the customer recieves does have all of the details.<<

    Does that mean that it cannot be changed/modified (in v1.27d) to pass an itemized list as described in the Paypal IPN manual?

    A portion of the item passing in the manual is:

    The minimum required HTML for your post to PayPal looks similar to the following.

    <form action=”https://www.paypal.com/cgi-bin/webscr” method=”post”>
    <input type=”hidden” name=”cmd” value=”_cart”>
    <input type=”hidden” name=”upload” value=”1”>
    <input type=”hidden” name=”business” value=”seller@designerfotos.com”>
    <input type=”hidden” name=”item_name_1” value=”Item Name 1”>
    <input type=”hidden” name=”amount_1” value=”1.00”>
    <input type=”hidden” name=”item_name_2” value=”Item Name 2”>
    <input type=”hidden” name=”amount_2” value=”2.00”>
    <input type=”submit”” value=”PayPal”>
    </form>

    Thank you and apologies for the late follow-up,

    betty

 

 

Bookmarks

Posting Permissions

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