Page 1 of 4 123 ... LastLast
Results 1 to 10 of 38
  1. #1
    Join Date
    Feb 2007
    Posts
    12
    Plugin Contributions
    0

    Default paypal express checkout erros

    I have applied the new paypal express checkout patch, but the express checkout is still not working for me site.

    the problem occurs when the cusotmers gets to the finaly step of the checkout process(step 3) and when you click confirm, the website keep saying processing , I have the checkout set to email me the errors and the following errors are emailed to me...the bold verbage is the subject line of the email and the rest is the acutaly email contents, I received these 4 emails.

    getoverrideaccess-1

    Now in markflow mode.
    SESSION[sendto] = 1
    ec_step1 - 1
    Checking to see if we are in markflow
    cart contents: physical

    NOTE: $this->showPaymentPage = 0
    Customer ID: 1
    Session Data: Array
    (
    [customers_host_address] => c-67-180-228-52.hsd1.ca.comcast.net
    [cartID] =>
    [cart] => shoppingcart Object
    (
    [observers] => Array
    (
    )

    [contents] => Array
    (
    [8:3b663c17861b942d0b630189282034cf] => Array
    (
    [qty] => 1
    [attributes] => Array
    (
    [1] => 8
    )

    )

    [39] => Array
    (
    [qty] => 1
    )

    [38] => Array
    (
    [qty] => 2
    )

    )

    [total] => 137.36
    [weight] => 6.1
    [cartID] =>
    [content_type] => physical
    [free_shipping_item] => 0
    [free_shipping_weight] => 0
    [free_shipping_price] => 0
    )

    [navigation] => navigationhistory Object
    (
    [observers] => Array
    (
    )

    [path] => Array
    (
    [0] => Array
    (
    [page] => index
    [mode] => NONSSL
    [get] => Array
    (
    [type] => ec
    [markflow] => 1
    [clearSess] => 1
    [stage] => final
    )

    [post] => Array
    (
    )

    )

    )

    [snapshot] => Array
    (
    )

    )

    [check_valid] => true
    [language] => english
    [languages_id] => 1
    [languages_code] => en
    [currency] => USD
    [updateExpirations] => 1
    [session_counter] => 1
    [customers_ip_address] => 67.180.228.52
    [new_products_id_in_cart] => 8:3b663c17861b942d0b630189282034cf
    [valid_to_checkout] => 1
    [cart_errors] =>
    [customer_id] => 1
    [customer_default_address_id] => 1
    [customers_authorization] => 0
    [customer_first_name] => aftab
    [customer_country_id] => 223
    [customer_zone_id] => 12
    [sendto] => 1
    [payment] => paypalwpp
    [shipping] => Array
    (
    [id] => ups_GND
    [title] => United Parcel Service (Ground)
    [cost] => 8.91
    )

    [billto] => 1
    [cot_gv] => 0
    [comments] =>
    [paypal_ec_markflow] => 1
    )


    ec_step1 - 2 -Array
    (
    [RETURNURL] => http://99supplements.com/ipn_main_handler.php?type=ec
    [CANCELURL] =>
    http://99supplements.com/index.php?m...ng&ec_cancel=1
    [LOCALECODE] => US
    [CURRENCY] => USD
    [PAYMENTACTION] => Sale
    [ADDROVERRIDE] => 1
    [SHIPTONAME] => aftab banth
    [SHIPTOSTREET] => 87 test
    [SHIPTOSTREET2] =>
    [SHIPTOCITY] => test
    [SHIPTOZIP] => 93412
    [SHIPTOSTATE] => CA
    [SHIPTOCOUNTRY] => US
    [REQCONFIRMSHIPPING] => 1
    [EMAIL] => aftab.banth######################
    [PHONENUM] => 707423499
    )submit

    getOverrideAddress - 2


    $address_arr->fields = Array


    I am hosted with godaddy.com and I have set the curl options, etc.





    Please help.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: paypal express checkout erros

    Quote Originally Posted by tabdiggy View Post
    the problem occurs when the cusotmers gets to the finaly step of the checkout process(step 3) and when you click confirm, the website keep saying processing ,


    I am hosted with godaddy.com and I have set the curl options, etc.
    1. What are your settings under Admin->Configuration->My Store, for these options:
    - cURL Proxy Status
    - cURL Proxy Address

    2. Which GoDaddy hosting plan are you on?
    .

    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
    Join Date
    Feb 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: paypal express checkout erros

    Thanks my Curl setting in Admin/my store are as follows

    curl status true
    curl proxy 64.202.165.130:3128

    and i have the deluxe plan from godaddy.com

    thanks,

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: paypal express checkout erros

    Do I understand correctly that clicking Confirm on step 3 appears to do "nothing" ?
    Or does the hourglass appear and the status line changes to say it's attempting to load something, etc ... but never comes back ?
    .

    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.

  5. #5
    Join Date
    Feb 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: paypal express checkout erros

    When you click confirm, the page keeps saying loading, then nothing happens.

    So the site just keeps saying loading, and never comes back.

    thanks,
    Aftab

  6. #6
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: paypal express checkout erros

    Puzzling ... I would expect it to do a similar timeout immediately after clicking the orange Express Checkout button, since it's doing similar communication at that time.

    What versions of PHP and MySQL do you have on your server?
    .

    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.

  7. #7
    Join Date
    Feb 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: paypal express checkout erros

    MyPhp version is 4.3.1.1
    my host company is godaddy.com
    my Sql is 4.0

    thanks,
    aftab

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: paypal express checkout erros

    Quote Originally Posted by tabdiggy View Post
    MyPhp version is 4.3.1.1
    4.3.1.1 or 4.3.11 ?
    .

    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.

  9. #9
    Join Date
    May 2006
    Posts
    98
    Plugin Contributions
    0

    Default Re: paypal express checkout erros

    I'm having a problem as well, although I'm not certain it's exactly the same. I've applied all the recent patches and re-installed the express checkout payment module. All seemed to be fixed and working fine yesterday, so I turned off the debug mode (foolishly thinking I was out of the woods!). However, I'm now experiencing problems again: I'm getting an alert email:

    Paypal Express Error 81108 - Missing Parameter - ShipToState : Required parameter missing.

    I just turned the debug back on, and will forward errors when I get another attempt.

    My host is godaddy, and my CURL settings are: True and 64.202.165.130:3128

    PHP is 4.3.11 and MySQL is 4.0.27-max-log

    According to a customer, this is what is happening: "I click on the paypal payment and it keeps coming back all the time. You go
    to stage 1,2,3, everything works fine till stage 3, then it comes back again
    to stage 1. It won't let me go to Paypal site."

    Thanks for any help in getting this going again!

  10. #10
    Join Date
    May 2006
    Posts
    98
    Plugin Contributions
    0

    Default Re: paypal express checkout erros

    Oh, I should also mention that the one customer I know having this problem is in the UK - not sure if the UK postal codes might be causing some sort of issue?

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. Cart not showing on paypal express Check after click on express checkout button
    By magic.solve in forum PayPal Express Checkout support
    Replies: 5
    Last Post: 2 Aug 2011, 06:58 PM
  2. Paypal express checkout how to know payment is Paypal or credit card
    By gunni in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 26 Jan 2011, 12:52 PM
  3. paypal website standard IPN acting as express checkout (paypal login only)in checkout
    By sheena88 in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 9 Oct 2010, 02:36 AM
  4. PayPal Express Checkout module now recommended over PayPal IPN?
    By xscd in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 30 May 2007, 05:34 AM
  5. Paypal Express checkout don't show button after installing Google Checkout
    By jgarabot in forum PayPal Express Checkout support
    Replies: 9
    Last Post: 2 Apr 2007, 07:59 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR