Page 167 of 394 FirstFirst ... 67117157165166167168169177217267 ... LastLast
Results 1,661 to 1,670 of 3932
  1. #1661
    Join Date
    Jan 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: GC always "not available for these items"

    Quote Originally Posted by Woodymon View Post
    Thanks for the report.
    Read below?
    -Woody

    Sorry, you're faster than me :) It took a while for me to post the new problem. It's there now, thanks for your help!

  2. #1662
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout not allowing international orders

    Quote Originally Posted by canton View Post
    My zen cart's native checkout has no trouble doing international USPS shipping (two methods: Express Mail International & First-Class Mail International)

    If I try to use GC to ship to any address outside of USA, GC "does not ship to this address" -

    I have the may 14 USPS update installed.

    I've tried using the shippings methods generator to insert new arrays into my googlecheckout.php -- but no joy. It broke everything *Except* shipping to New Mexico (my taxable state.)

    You can see my installed methods t[/url]
    1. Observing your ship gen is available to the general public indicates you have not secured your googlecheckout directory.

    2. With that said strip down the two arrays and disable ALL other shipping modules including free shipping (as I've suggested to tj1 and others above) and test each shipping option by itself one at a time. And for testing disable tax zones. And then add back various tax and ship zone combinations and ship option and method combinations Then report back your observations.

    Others are reporting similar USPS shipping issues and I have just again informed Ropu of the ongoing USPS "international" issues. Hope to hear back tomorrow. But at the same time we merchants need to provide him with as much info as possible to investigate. So please report back.

    Woody

  3. #1663
    Join Date
    Mar 2005
    Location
    California
    Posts
    663
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by Woodymon View Post
    As previously requested it is best to post the COMPLETE code for the two arrays.

    And as suggested previously, for "testing" please UNINSTALL the 'Free Shipping' shipping mod, then try USPS with GC (ensuring mentions of Free SHipping is removed from the two arrays).

    Then also test the following two set-ups (also without Free Shipping installed):

    PHP Code:
    'international_types' => 
                                          array( 
                                             
    'First-Class Mail Int' => 'First-Class Mail International'
                                           ), 
    AND
    PHP Code:
    'international_types' => 
                                          array( 
                                             
    'Express Mail Int' => 'Express Mail International (EMS)'
                                           ), 
    Let us know how the results of the testing for the above THREE configurations.

    The more info we can provide Ropu the better.

    Woody
    Woody, I have uninstalled the 'freeoptions' module and left only the USPS and still only get priority international as the only choice. Also, I don't think this makes any difference, but please note that I was using the 'freeoptions' module and not the 'freeshipper' which I think you were referencing and many people report problems with that.

    Anyway, I also tried using the two set-ups you mentioned, but by doing that I got the 'Company Sandbox does not ship to this address'. I can't figure out why only priority international works.

    Here are the two complete I have arrays:
    PHP Code:
    'usps' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    'Express' => 'Express Mail',
                                              
    'First Class' => 'First-Class Mail',
                                              
    'Priority' => 'Priority Mail',
                                              
    'Parcel' => 'Parcel Post',
                                               ),

                                        
    'international_types' =>
                                          array(
                                              
    'Express Mail Int' => 'Express Mail International (EMS)',
                                              
    'Priority Mail International' => 'Priority Mail International',
                                              
    'First-Class Mail Int' => 'First-Class Mail International',
                                               ),
                                            ),
    'freeoptions' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    'freeoptions' => 'Free Options'
                                               
    ),

                                        
    'international_types' =>
                                          array(
                                              
    'freeoptions' => 'Free Options intl'
                                               
    ),
                                            ), 
    Please let me know if you have any other suggestions.
    Last edited by tj1; 7 Jun 2007 at 04:28 AM.

  4. #1664
    Join Date
    Jan 2007
    Posts
    100
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    I just installed Google Checkout 1.3.2.

    It works as far as accepting credit card, charging it and updating Google Checkout accounts for both customer and store owner.

    However I have the following issues with it:
    1. Customer's name, address etc. information has not been saved in Zen Cart
    2. Order information has not been saved in Zen Cart customer's account nor in store owner's order history.
    3. Customer has to enter billing and shipping address twice, once in Zen Cart and then in Google checkout. I would prefer that customer would only enter it in Zen Cart and it will then be copied to Google.
    4. When customer returns to the store the purchased item is still in the shopping cart.
    5. My store's order number is blank in the Google checkout store owners view.
    6. Google checkout is not integrated with USPS the way PayPal is.
    I am using Hostmonster.com shared SSL certificate, not sure if that affects anything.

    Was anyone able to resolve issues listed above?

    Thank you

  5. #1665
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by tj1 View Post
    I have uninstalled the 'freeoptions' module and left only the USPS and still only get priority international as the only choice. Also, I don't think this makes any difference, but please note that I was using the 'freeoptions' module and not the 'freeshipper' which I think you were referencing and many people report problems with that.
    Yes I was actually meaning to disable ALL other shipping methods including both freeoptions and freeshipper. Thanks for clarification.

    Quote Originally Posted by tj1 View Post
    Anyway, I also tried using the two set-ups you mentioned, but by doing that I got the 'Company Sandbox does not ship to this address'. I can't figure out why only priority international works.
    So you tested with "First-Class Mail Int" option ONLY, and you received the error?

    Then you tested with "Express Mail Int" only and you received the same error?

    What country is your shops home address? And what city, state, country address were you attempting to ship TO when you attempted the tests?

    Does the shipping estimator in the shopping cart page work for the same address when selecting any of the three selected USPS international ship types?

    Did you have any shipping or tax zones applied to the USPS methods?

    Quote Originally Posted by tj1 View Post
    Here are the two complete I have arrays:
    PHP Code:
    'usps' => array()
    'freeoptions' => array() 
    When I requested you to post the TWO arrays I meant to post what you have inclusive of both the mc_shipping_methods arrays (from beginning to end).

    PHP Code:
    $this->mc_shipping_methods = array ()

    AND

    $this->mc_shipping_methods_names = array () 
    Need the above array info for EACH test you perform. Just copy and paste.

    The reason I'm rushing on this as hoping to gather enough info for Ropu in that he might be able to pinpoint a commonality and possibly solve this before the 1.4-alpha release is made available.

    Woody
    Last edited by Woodymon; 7 Jun 2007 at 06:48 AM.

  6. #1666
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by ericny View Post
    I just installed Google Checkout 1.3.2... I am using Hostmonster.com shared SSL certificate, not sure if that affects anything.
    Contact Google at the Google Checkout support site and explain your SSL configuration. My bet is you will need your own SSL certificate for Live/production purposes.

    But you don't need SSL to test GC in the Sellers sandbox. You did not say if you Were you testing in the sandbox when you observed the results?

    Did you set the responsehandler for http (not https) in both Google Checkout Sellers Account profile and in the GC payment mod configuration in ZC?

    In the Google Checkout profile did you select XML (not HTML)?

    What relevant info displays within both your error and response logs in /googlecheckout.

    Woody

  7. #1667
    Join Date
    Mar 2005
    Location
    California
    Posts
    663
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Woody,

    Yes, I did first test with First-Class Mail Int only, then removed that and tried with Express Mail Int. On both occasions I got that error 'Company Sandbox does not ship to this address'.

    My store's home address is Los Angeles, CA, U.S.
    I've done shipping tests with address from the UK, Canada and Australia, but I'm pretty sure it applies to all other countries as well.

    The shipping estimator on the shopping cart page works perfectly for any address.

    No shipping or tax zones applied here.

    Here's what I have in the file, nothing special really, the only changes I have done is updating the USPS names to reflect the new ones and removed USPS international options I don't use.
    PHP Code:
    $this->mc_shipping_methods = array(
                            
    'usps' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    'Express' => 'Express Mail',
                                              
    'First Class' => 'First-Class Mail',
                                              
    'Priority' => 'Priority Mail',
                                              
    'Parcel' => 'Parcel Post',
                                               ),

                                        
    'international_types' =>
                                          array(
                                              
    'Express Mail Int' => 'Express Mail International (EMS)',
                                              
    'Priority Mail International' => 'Priority Mail International',
                                              
    'First-Class Mail Int' => 'First-Class Mail International',
                                               ),
                                            ),
                            
    'fedex1' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    '01' => 'Priority (by 10:30AM, later for rural)',
                                              
    '03' => '2 Day Air',
                                              
    '05' => 'Standard Overnight (by 3PM, later for rural)',
                                              
    '06' => 'First Overnight',
                                              
    '20' => 'Express Saver (3 Day)',
                                              
    '90' => 'Home Delivery',
                                              
    '92' => 'Ground Service'
                                               
    ),

                                        
    'international_types' =>
                                          array(
                                              
    '01' => 'International Priority (1-3 Days)',
                                              
    '03' => 'International Economy (4-5 Days)',
                                              
    '06' => 'International First',
                                              
    '90' => 'International Home Delivery',
                                              
    '92' => 'International Ground Service'
                                               
    ),
                                            ),
                            
    'ups' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    '1DM' => 'Next Day Air Early AM',
                                              
    '1DML' => 'Next Day Air Early AM Letter',
                                              
    '1DA' => 'Next Day Air',
                                              
    '1DAL' => 'Next Day Air Letter',
                                              
    '1DAPI' => 'Next Day Air Intra (Puerto Rico)',
                                              
    '1DP' => 'Next Day Air Saver',
                                              
    '1DPL' => 'Next Day Air Saver Letter',
                                              
    '2DM' => '2nd Day Air AM',
                                              
    '2DML' => '2nd Day Air AM Letter',
                                              
    '2DA' => '2nd Day Air',
                                              
    '2DAL' => '2nd Day Air Letter',
                                              
    '3DS' => '3 Day Select',
                                              
    'GND' => 'Ground',
                                              
    'GNDCOM' => 'Ground Commercial',
                                              
    'GNDRES' => 'Ground Residential',
                                              
    'STD' => 'Canada Standard',
                                              
    'XPR' => 'Worldwide Express',
                                              
    'XPRL' => 'worldwide Express Letter',
                                              
    'XDM' => 'Worldwide Express Plus',
                                              
    'XDML' => 'Worldwide Express Plus Letter',
                                              
    'XPD' => 'Worldwide Expedited'
                                               
    ),

                                        
    'international_types' =>
                                          array(

                                               ),
                                            ),
                            
    'zones' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    'zones' => 'Zones Rates'
                                               
    ),

                                        
    'international_types' =>
                                          array(
                                              
    'zones' => 'Zones Rates intl'
                                               
    ),
                                            ),
                            
    'fedexexpress' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    '01' => 'FedEx Priority Overnight',
                                              
    '03' => 'FedEx 2Day',
                                              
    '05' => 'FedEx Standard Overnight',
                                              
    '06' => 'FedEx First Overnight',
                                              
    '20' => 'FedEx Express Saver'
                                               
    ),

                                        
    'international_types' =>
                                          array(

                                               ),
                                            ),
                            
    'fedexground' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    '92' => 'FedEx Ground Service'
                                               
    ),

                                        
    'international_types' =>
                                          array(

                                               ),
                                            ),
                            
    'freeoptions' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    'freeoptions' => 'Free Options'
                                               
    ),

                                        
    'international_types' =>
                                          array(
                                              
    'freeoptions' => 'Free Options intl'
                                               
    ),
                                            ),
                            
    'freeshipper' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    'freeshipper' => 'Free Shipper'
                                               
    ),

                                        
    'international_types' =>
                                          array(
                                              
    'freeshipper' => 'Free Shipper intl'
                                               
    ),
                                            ),
                            
    'perweightunit' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    'perweightunit' => 'Perweight Unit'
                                               
    ),

                                        
    'international_types' =>
                                          array(
                                              
    'perweightunit' => 'Perweight Unit intl'
                                               
    ),
                                            ),
                            
    'storepickup' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    'storepickup' => 'Store Pickup'
                                               
    ),

                                        
    'international_types' =>
                                          array(
                                              
    'storepickup' => 'Store Pickup intl'
                                               
    ),
                                            ),
                            
    'flat' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    'flat' => 'Flat Rate Per Order'
                                               
    ),

                                        
    'international_types' =>
                                          array(
                                              
    'flat' => 'Flat Rate Per Order intl'
                                               
    ),
                                            ),
                            
    'item' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    'item' => 'Flat Rate Per Item'
                                               
    ),

                                        
    'international_types' =>
                                          array(
                                              
    'item' => 'Flat Rate Per Item intl'
                                               
    ),
                                            ),
                            
    'table' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    'table' => 'Vary by Weight/Price'
                                               
    ),

                                        
    'international_types' =>
                                          array(
                                              
    'table' => 'Vary by Weight/Price intl'
                                               
    ),
                                            ),
                            
    'itemnational' => array(
                                        
    'domestic_types' =>
                                          array(
                                              
    'itemnational' => 'Item National',

                                               ),

                                        
    'international_types' =>
                                          array(

                                               ),
                                            ),
                            
    'iteminternational' => array(
                                        
    'domestic_types' =>
                                          array(

                                               ),

                                        
    'international_types' =>
                                          array(
                                              
    'iteminternational' => 'Item International',

                                               ),
                                            ),                                        
                                      );

        
    $this->mc_shipping_methods_names = array(    
                                             
    'usps' => 'USPS',
                                             
    'fedex1' => 'FedEx',
                                             
    'ups' => 'UPS',
                                             
    'zones' => 'Zones',
                                             
    'fedexexpress' => 'Fedex Express',
                                             
    'fedexground' => 'Fedex Ground',
                                             
    'freeoptions' => 'Free Options',
                                             
    'freeshipper' => 'Free Shipper',
                                             
    'perweightunit' => 'Perweight Unit',
                                             
    'storepickup' => 'Store Pickup',
                                             
    'flat' => 'Flat Rate',
                                             
    'item' => 'Item',
                                             
    'table' => 'Table',
                                             
    'itemnational' => 'Per Item National',
                                             
    'iteminternational' => 'Per Item International',
                                            ); 

  8. #1668
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Just went to your site - Google was nice and bright blue - clicked on it and it was ready to check me out.
    jund

  9. #1669
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by tj1 View Post
    I did first test with First-Class Mail Int only, then removed that and tried with Express Mail Int. On both occasions I got that error 'Company Sandbox does not ship to this address'.
    Quote Originally Posted by tj1 View Post
    Here's what I have in the file, nothing special really, the only changes I have done is updating the USPS names to reflect the new ones and removed USPS international options I don't use.
    So the two arrays you posted above is your normal setup?. Do you truly offer each one of those shipping methods and options? I understood previously you were only offering USPS and freeoptions?

    At any rate I wanted to to see the two arrays you used for EACH limited test so I could copy and paste into my module file and attempt to emulate your scenario (and Ropu needs the same). But so far you have not offered that information.

    Woody

  10. #1670
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout module for Zen Cart (beta)

    Update: Monday is the new date for both the 1.4-alpha SVN commit and zip availability.

    Woody

 

 

Similar Threads

  1. v155 BETA feedback for Responsive-Classic in v155-beta
    By picaflor-azul in forum Addon Templates
    Replies: 51
    Last Post: 5 Mar 2016, 09:14 PM
  2. Google Checkout module support for ZC 1.5.0?
    By Woodymon in forum Addon Payment Modules
    Replies: 2
    Last Post: 21 Jan 2012, 03:18 AM
  3. Google Checkout - is there a module for 1.3.9g?
    By cchan in forum Addon Payment Modules
    Replies: 0
    Last Post: 9 Jan 2011, 05:04 AM
  4. Update Google Checkout Module or Custom Google Checkout?
    By pacificmanagment in forum Addon Payment Modules
    Replies: 1
    Last Post: 24 May 2010, 09:40 AM
  5. Replies: 1
    Last Post: 31 May 2009, 02:06 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