Results 1 to 10 of 43

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Shipping Address Country Empty error

    I've been getting the same error message. I run the latest version of ZC, and applied the patch. I've turned on the PayPal log, and this is what I got:

    Code:
    Redirecting to checkout_shipping - Stack: checkout_shipping
    Message: We were not able to process your order. Please try again, select an
    alternate payment method, or contact the store owner for assistance.
    (Shipping Address Country Empty)
    Session Data: Array
    (
        [customers_host_address] => d5123.telenet.be
        [cartID] => 45773
        [cart] => shoppingCart Object
            (
                [contents] => Array
                    (
                        [120] => Array
                            (
                                [qty] => 2
                            )
    
                    )
    
                [total] => 0.02
                [weight] => 0
                [cartID] => 45773
                [content_type] => physical
                [free_shipping_item] => 0
                [free_shipping_weight] => 0
                [free_shipping_price] => 0
                [observers] => Array
                    (
                    )
    
            )
    
        [navigation] => navigationHistory Object
            (
                [path] => Array
                    (
                        [0] => Array
                            (
                                [page] => index
                                [mode] => NONSSL
                                [get] => Array
                                    (
                                        [type] => ec
                                        [token] => EC-XXXXXXXXXXXX
                                        [PayerID] => 9TTXXXXXXXX
                                    )
    
                                [post] => Array
                                    (
                                    )
    
                            )
    
                        [1] => Array
                            (
                                [page] => checkout_process
                                [mode] => NONSSL
                                [get] =>
                                [post] => Array
                                    (
                                    )
    
                            )
    
                    )
    
                [snapshot] => Array
                    (
                    )
    
                [observers] => Array
                    (
                    )
    
            )
    
        [check_valid] => true
        [language] => dutch
        [languages_id] => 45
        [languages_code] => nl
        [currency] => EUR
        [updateExpirations] => 1
        [session_counter] => 1
        [customers_ip_address] => 84.193.151.00
        [new_products_id_in_cart] =>
        [valid_to_checkout] => 1
        [cart_errors] =>
        [payment] => paypalwpp
        [customer_id] => 48
        [customer_default_address_id] => 55
        [customer_first_name] => Dave
        [customer_country_id] => 21
        [customer_zone_id] => 0
        [sendto] => 55
        [billto] => 55
        [cot_gv] => 0.00
        [shipping] => Array
            (
                [id] => zones_zones
                [title] => Tariefzones (Verzenden naar: BE)
                [cost] => 2.4711
            )
    
        [comments] =>
        [messageToStack] => Array
            (
                [0] => Array
                    (
                        [class] => checkout_shipping
                        [text] => We were not able to process your order. Please
    try again, select an alternate payment method, or contact the store owner
    for assistance. (Shipping Address Country Empty)
                        [type] => error
                    )
    
            )
    
    )
    Any idea on what I should try next? Thanks for helping me out

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Shipping Address Country Empty error

    Does it still do that if you change the language back to english ?
    What if you choose a different country, such as USA, just as a test ?
    .

    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
    Mar 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Shipping Address Country Empty error

    In English I'm having the same problem. When I change the shipping and billing address to US, it give me the following error:

    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. (10729)

    Any suggestions in what I should try next?

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Shipping Address Country Empty error

    Quote Originally Posted by gfunk View Post
    When I change the shipping and billing address to US, it give me the following error:

    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. (10729)
    10729 indicates an address error.
    What do the logs say?
    .

    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
    Aug 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Shipping Address Country Empty error

    I have the same thing and i have jus installed the latest updates etc the only thing i can track it down to is the shipping address information. My form now has 2 x state sections which must be confusing the Pay Pal express checkout.
    Here is the Source file information. As you can see the state label does not even say what it is its just a blank form.

    <label class="inputLabel" for="stateZone" id="zoneLabel">State/Province:</label>
    <select name="zone_id" id="stateZone">
    <option value="">Please select ...</option>
    <option value="182">Australian Capital Territory</option>
    <option value="183">New South Wales</option>
    <option value="184">Northern Territory</option>
    <option value="185">Queensland</option>
    <option value="186">South Australia</option>
    <option value="187">Tasmania</option>
    <option value="188">Victoria</option>
    <option value="189">Western Australia</option>
    </select>
    &nbsp;<span class="alert">*</span>

    <br class="clearBoth" id="stBreak" />

    <label class="inputLabel" for="state" id="stateLabel"></label>
    <input type="text" name="state" value="" size = "33" maxlength = "32" id="state" />&nbsp;<span class="alert" id="stText">*</span><br class="clearBoth" />
    Now i have tried to find the file to try to delete one but cant.

    any ideas?

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Shipping Address Country Empty error

    Both of you ... please enable debug logging in your PayPal module.
    Then do a test transaction.
    The download *all* the logs from the server, zip them, upload the zip file to someplace I can access, and post a link to it so I can review them.

    http://www.zen-cart.com/forum/showthread.php?t=61199
    .

    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
    Aug 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Shipping Address Country Empty error

    ** link removed for privacy **

    Thanks
    Last edited by DrByte; 22 Aug 2007 at 12:55 PM. Reason: removed attachment

 

 

Similar Threads

  1. v139h PayPal shipping address country will change to other country problems.
    By explorer1979 in forum General Questions
    Replies: 0
    Last Post: 18 Feb 2014, 02:42 AM
  2. v137 "shipping address country empty" gives error in paypal express checkout
    By amruta2104 in forum General Questions
    Replies: 4
    Last Post: 2 Aug 2012, 08:19 PM
  3. Zen Cart 1.3.7.1 Shipping Address Country Empty
    By CandyCherub in forum PayPal Express Checkout support
    Replies: 8
    Last Post: 16 Jan 2009, 11:05 AM
  4. Paypal Error (Shipping Address Country Empty)
    By helpme in forum PayPal Express Checkout support
    Replies: 0
    Last Post: 29 Jan 2008, 04:53 PM
  5. Paypal Express Error: Shipping Address Country Empty
    By Jay42 in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 31 Oct 2007, 08:57 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