Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26
  1. #11
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Paypal Express button not going anywhere

    demo.eism.net and www.unique-gifts-jewelry.com are using a SEFU/SEO module that is preventing the ipn_main_handler.php file from being allowed to execute properly.

    Try turning off the URL-modifying modules and remove the related .htaccess rewrite rules, and then try testing the PayPal module
    .

    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.

  2. #12
    Join Date
    Dec 2006
    Posts
    87
    Plugin Contributions
    0

    Default Re: Paypal Express button not going anywhere

    Im getting the same error, my customers arent being directed to paypal and I DONT have the SEO mods installed.

    here is the most recent debug email i got from my admin, I got 34 emails by the way!

    Redirecting to checkout_shipping - Stack: checkout_shipping
    Message: An error occurred when we tried to contact the payment
    processor.
    Please try again, select an alternate payment method, or contact the
    store
    owner for assistance. (10004)
    Session Data: Array
    (
    [customers_host_address] => cpe-.xxxx.xxx.xxx.xxxx
    [cartID] =>
    [cart] => shoppingcart Object
    (
    [observers] => Array
    (
    )

    [contents] => Array
    (
    [58] => Array
    (
    [qty] => 1
    )

    )

    [total] => 49
    [weight] => 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] => xxxxxxxxxxxxxxxxx
    [messageToStack] => Array
    (
    [0] => Array
    (
    [class] => checkout_shipping
    [text] => An error occurred when we tried to
    contact the
    payment processor. Please try again, select an alternate payment
    method, or
    contact the store owner for assistance. (10004)
    [type] => error
    )

    )

    [new_products_id_in_cart] => 58
    [valid_to_checkout] => 1
    [cart_errors] =>
    [customer_id] => 6
    [customer_first_name] => Sam
    [customer_default_address_id] => 7
    [customer_country_id] => 223
    [customer_zone_id] => 0
    [customers_authorization] => 0
    [sendto] => 8
    [payment] => paypalwpp
    [shipping] => Array
    (
    [id] => flat_flat
    [title] => Flat Rate (Best Way)
    [cost] => 0.00
    )

    [billto] => 7
    [cot_gv] => 0.00
    [comments] =>
    )
    Last edited by ecommercegirl; 18 Jan 2007 at 05:50 AM.

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

    Default Re: Paypal Express button not going anywhere

    Thanks - that debug report is helpful. You should also have one that says "SetExpressCheckout" in the email subject line -- can you post that data here?
    It should also have the 10004 error message in it, but with some additional details.
    .

    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.

  4. #14
    Join Date
    Dec 2006
    Posts
    87
    Plugin Contributions
    0

    Default Re: Paypal Express button not going anywhere

    https://api-3t.paypal.com/nvp
    live
    Request Headers: array (
    0 => 'Content-Type: text/namevalue',
    1 => 'X-VPS-Timeout: 45',
    2 => 'X-VPS-VIT-Client-Type: PHP/cURL',
    3 => 'X-VPS-VIT-Integration-Product: PHP::Zen Cart WPP-NVP',
    4 => 'X-VPS-VIT-Integration-Version: 0.1',
    )

    Request Parameters: array (
    'LOCALECODE' => 'US',
    'PAYMENTACTION' => 'Sale',
    'ADDROVERRIDE' => '1',
    'SHIPTONAME' => '',
    'SHIPTOSTREET' => ',
    'SHIPTOSTREET2' => '',
    'SHIPTOCITY' => 'NYC',
    'SHIPTOZIP' => '',
    'SHIPTOSTATE' => '',
    'SHIPTOCOUNTRY' => 'US',
    'REQCONFIRMSHIPPING' => '1',
    'EMAIL' => '',
    'AMT' => '74.00',
    'RETURNURL' =>
    'CANCELURL' =>
    'PAGESTYLE' => 'Primary',
    'METHOD' => 'SetExpressCheckout',
    'CURRENCYCODE' => 'USD',
    'USER' => ,
    'PWD' => '****************',
    'VERSION' => '2.3',
    'SIGNATURE' =>
    '****************************************************pbVG',
    )

    Response: array (
    'ACK' => 'Failure',
    'L_ERRORCODE0' => '10004',
    'L_SHORTMESSAGE0' => 'Transaction refused because of an invalid
    argument.
    See additional error messages for details.',
    'L_LONGMESSAGE0' => 'ShipToState : Mandatory parameter missing',
    'L_SEVERITYCODE0' => 'Error'

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

    Default Re: Paypal Express button not going anywhere

    Hmmm ... the fields show with '' as their value should not be blank.

    Your log from the previous post says that you're using Address record #7 for the billing address (this suggests that it's the main address on the account of the customer already in Zen Cart) and address #8 for the shipping address.
    The email address also appears to be blank ... although it appears you've stripped some data for privacy reasons, so I'm not sure if you blanked the email address manually.

    Do any of the address records for this customer contain blanks? ie, do they all have valid state, street, city, etc information?

    What happens if you do "not" select an alternate shipping address, and instead just use the primary address of the customer's account for both shipping and billing? What happens if you "change" the primary address to the "other" one, and try using "that" one for both shipping and billing?
    .

    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. #16
    Join Date
    Dec 2006
    Posts
    87
    Plugin Contributions
    0

    Default Re: Paypal Express button not going anywhere

    I have my store set up as Free shipping. The address that the customer used was a NY address. I ship to USA. It doesnt make any sense.

  7. #17
    Join Date
    Sep 2006
    Posts
    9
    Plugin Contributions
    1

    Default Re: Paypal Express button not going anywhere

    Quote Originally Posted by DrByte View Post
    demo.eism.net and www.unique-gifts-jewelry.com are using a SEFU/SEO module that is preventing the ipn_main_handler.php file from being allowed to execute properly.

    Try turning off the URL-modifying modules and remove the related .htaccess rewrite rules, and then try testing the PayPal module
    I have turned off Ultimate SEO module and replaced .htaccess file with a blank one on http://demo.eism.net/. I am still getting a blank screen:

    The requested URL /ipn_main_handler.php&type=ec was not found on this server.

    Please help.

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

    Default Re: Paypal Express button not going anywhere

    Quote Originally Posted by VaicekaL View Post
    I have turned off Ultimate SEO module and replaced .htaccess file with a blank one on http://demo.eism.net/. I am still getting a blank screen:

    The requested URL /ipn_main_handler.php&type=ec was not found on this server.

    Please help.
    What are your PayPal debug logs showing ?
    .

    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. #19
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Paypal Express button not going anywhere

    Quote Originally Posted by ecommercegirl View Post
    I have my store set up as Free shipping. The address that the customer used was a NY address. I ship to USA. It doesnt make any sense.
    I agree that it doesn't make sense. Can you answer the questions I posted earlier about address selections etc ?
    .

    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.

  10. #20
    Join Date
    Feb 2006
    Posts
    277
    Plugin Contributions
    0

    Default Re: Paypal Express button not going anywhere

    I am having the same problem and I did follow your instruction about setting up the AIP but everytime I click the express checkout button I received like 13 e-mail all with the same stuff everyone else wrote - and its like all chinese to me so I can't wait to see what everyone has to say about it - I removed it again for now. But I like the idea.
    Take scrapbooking to a whole new level - GO DIGITAL - http://www.hookedondigiscrap.com

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. My paypal button doesn't go anywhere. Neither does my paypal icon
    By abcschooldr in forum PayPal Website Payments Pro support
    Replies: 3
    Last Post: 17 May 2012, 06:59 PM
  2. PayPal express button v1.3.8 not working
    By Sylvanite in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 21 Nov 2011, 01:11 AM
  3. 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
  4. Paypal express button does not appear
    By toritaiyo in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 17 Nov 2007, 01:16 AM
  5. checkout button not going anywhere
    By kchase731 in forum General Questions
    Replies: 2
    Last Post: 23 May 2007, 12:12 AM

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