Page 302 of 394 FirstFirst ... 202252292300301302303304312352 ... LastLast
Results 3,011 to 3,020 of 3932
  1. #3011
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    Quote Originally Posted by limelites View Post
    OK, update time. I'm getting there now!

    I have got Google Checkout semi-working. Amazing what a fresh morning head can do :-)

    I removed it completely from Admin, then I re-installed and reconfigured but this time I chose FALSE and I deleted the .htacces and .htpasswd files.

    Now, the Google Checkout button is no longer shaded out and it lets me checkout and it shows all the correct shipping options on the drop down menu... EUREKA?? ALMOST!!

    It shows 2 red text errors under the button:

    1. Error: Shipping Methods not configured (which I simply removed from the language file)

    2. freeoptions (ignored)....

    I cannot find the text in any language file on my site that can be generating this 'freeoptions (ignored)' message....

    Does anyone know how to remove this?? It looks like an error and will definitely cause a few raised eyebrows on a checkout page..... Anyone?
    Can you post the content of your shipping_methods.php here?

    Are you using Free Shipping Option on your site? If not, is it disabled on the admin side or uninstalled?

  2. #3012
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    @limelites, I see that you already posted your shipping_methods.php in previous post. Did you commented out the free shipping option as suggested?

  3. #3013
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

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

    Hi,

    Yes, I commented them out as follows:
    PHP Code:
    <?php
    /*
     **GOOGLE CHECKOUT ** v1.4.1
     * @version $Id: shipping_methods_uk.php 5947 2007-08-24 14:58:57Z pablof $
     * 
     */
      // this are all the available methods for each shipping provider, 
      // see that you must set flat methods too!
      // CONSTRAINT: Method's names MUST be UNIQUE
      // Script to create new shipping methods
      // http://demo.globant.com/~brovagnati/tools -> Shipping Method Generator
     
      
    $mc_shipping_methods = array(
                                   
    'international_datapost' => array(
                                      
    'domestic_types' =>
                                        array(),
                                      
    'international_types' =>
                                        array(
                                              
    'table1' => 'International Datapost'
                                             
    )
                                       ),
                                   
    'international_standard' => array(
                                      
    'domestic_types' =>
                                        array(),
                                      
    'international_types' =>
                                        array(
                                              
    'table1' => 'International Standard'
                                             
    )
                                       ),
                                   
    'rmstdparcels' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rmstdparcels' => 'Standard Parcels'
                                             
    ),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rmstdparcels100' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rmstdparcels100' => 'Standard Parcels (to &pound;100 insurance)'
                                             
    ),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rmstdparcels250' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rmstdparcels250' => 'Standard Parcels (to &pound;250 insurance)'
                                             
    ),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rmstdparcels500' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rmstdparcels500' => 'Standard Parcels (to &pound;500 insurance)'
                                             
    ),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rm1stlargeletter' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rm1stlargeletter' => '1st Class "Large Letter"',),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rm1stlargelettersf' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rm1stlargelettersf' => '1st Class Recorded Signed For "Large Letter"',),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rm1stletter' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rm1stletter' => '1st Class "Letter"',),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rm1stlettersf' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rm1stlettersf' => '1st Class Recorded Signed For "Letter"',),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rm1stpacket' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rm1stpacket' => '1st Class "Packet"',),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rm1stpacketsf' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rm1stpacketsf' => '1st Class Recorded Signed For "Packet"',),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rm2ndlargeletter' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rm2ndlargeletter' => '2nd Class "Large Letter"',),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rm2ndlargelettersf' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rm2ndlargelettersf' => '2nd Class Recorded Signed For "Large Letter"',),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rm2ndletter' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rm2ndletter' => '2nd Class "Letter"',),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rm2ndlettersf' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rm2ndlettersf' => '2nd Class Recorded Signed ForTM "Letter"',),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rm2ndpacket' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rm2ndpacket' => '2nd Class "Packet"',),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rm2ndpacketsf' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'rm2ndpacketsf' => '2nd Class Recorded Signed ForTM "Packet"',),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'rmamsmallpacket' => array(
                                      
    'domestic_types' =>
                                        array(),
                                      
    'international_types' =>
                                        array(
                                              
    'rmamsmallpacket' => 'Airmail delivery in 3-5 working days.',)
                                       ),
                                   
    'rmamisfsmallpacket' => array(
                                      
    'domestic_types' =>
                                        array(),
                                      
    'international_types' =>
                                        array(
                                              
    'rmamisfsmallpacket' => 'International Signed For "Small Packet" Airmail delivery in 3-5 working days.',)
                                       ),
                                   
    'rmamassmallpacket' => array(
                                      
    'domestic_types' =>
                                        array(),
                                      
    'international_types' =>
                                        array(
                                              
    'rmamassmallpacket' => 'Airsure "Small Packet" Airmail Express delivery in 2-4 working days.',)
                                       ),
                                   
    'rmamisfsmallpacket500' => array(
                                      
    'domestic_types' =>
                                        array(),
                                      
    'international_types' =>
                                        array(
                                              
    'rmamisfsmallpacket500' => 'International Signed For "Small Packet" Extra insurance Airmail delivery in 3-5 working days.',)
                                       ),
                                   
    'rmamassmallpacket500' => array(
                                      
    'domestic_types' =>
                                        array(),
                                      
    'international_types' =>
                                        array(
                                              
    'rmamassmallpacket500' => 'Airsure "Small Packet" extra insurance Airmail Express delivery in 2-4 working days. __',)
                                       ),
                                   
    'specialdelivery' => array(
                                       
    'domestic_types' =>
                                        array(
                                              
    'specialdelivery' => 'specialdelivery next day'
                                             
    ),
                                       
    'international_types' =>
                                        array()
                                       ),
                                   
    'specialdelivery9am' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'specialdelivery9am' => 'specialdelivery 9:00am',),
                                      
    'international_types' =>
                                        array()
                                       ),
                                   
    'zones' => array(
                                      
    'domestic_types' =>
                                        array(
                                              
    'zones' => 'Zones Rates'
                                             
    ),
                                      
    'international_types' =>
                                        array(
                                              
    'zones' => 'Zones Rates intl'
                                             
    )
                                       ),
    //                               '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'
                                             
    )
                                       ),
                                   );

      
    $mc_shipping_methods_names = array(
                                         
    'rm1stpacketsf' => 'Royal Mail',
                                         
    'international_datapost' => 'Royal Mail',
                                         
    'international_standard' => 'Royal Mail',
                                         
    'rm1stlargeletter' => 'Royal Mail',
                                         
    'rm1stlargelettersf' => 'Royal Mail',
                                         
    'rm1stletter' => 'Royal Mail',
                                         
    'rm1stlettersf' => 'Royal Mail',
                                         
    'rm1stpacket' => 'Royal Mail',
                                         
    'rm2ndlargeletter' => 'Royal Mail',
                                         
    'rm2ndlargelettersf' => 'Royal Mail',
                                         
    'rm2ndletter' => 'Royal Mail',
                                         
    'rm2ndlettersf' => 'Royal Mail',
                                         
    'rm2ndpacket' => 'Royal Mail',
                                         
    'rm2ndpacketsf' => 'Royal Mail',
                                         
    'rmamassmallpacket' => 'Royal Mail',
                                         
    'rmamassmallpacket500' => 'Royal Mail',
                                         
    'rmamisfsmallpacket' => 'Royal Mail',
                                         
    'rmamisfsmallpacket500' => 'Royal Mail',
                                         
    'rmamsmallpacket' => 'Royal Mail',
                                         
    'rmstdparcels' => 'Royal Mail',
                                         
    'rmstdparcels100' => 'Royal Mail',
                                         
    'rmstdparcels250' => 'Royal Mail',
                                         
    'rmstdparcels500' => 'Royal Mail',
                                         
    'specialdelivery' => 'Royal Mail',
                                         
    'specialdelivery9am' => 'Royal Mail',
     
    //                                    'freeoptions' => 'Free Options',
    //                                     'freeshipper' => 'Free Shipper',
                                         
    'perweightunit' => 'Perweight Unit',
                                         
    'storepickup' => 'Store Pickup',
                                         
    'flat' => 'Flat Rate',
                                         
    'item' => 'Item',
                                         
    'table' => 'Table',
                                         );  
    ?>
    I do use the freeoptions on my site as an incentive to promote multiple purchases....

    It'd be ideal if I could just find the language file that generates "freeoptions (ignored)" and remove it? Can't seem to find it using developers toolkit though... I guess it's not generated by ZenCart?

  4. #3014
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    Well, if you're offering Free Shipping Option on your site, why do you want to penalize your customer who use google checkout?

    Under what condition is free shipping option enabled (what criteria needs to be met)?

  5. #3015
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

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

    Quote Originally Posted by BlessIsaacola View Post
    Well, if you're offering Free Shipping Option on your site, why do you want to penalize your customer who use google checkout?

    Under what condition is free shipping option enabled (what criteria needs to be met)?
    I don't want to penalise Google Checkout customers... in fact if I could get Google Checkout configured to understand ZC freeoptions then I'd be over the moon delighted and dancing for joy!

    At the moment, if a customer spends =>150 OR buys =>5 items then shipping is free.

    Google Checkout doesn't recognise my freeoptions though. Adding 5 items to cart and/or spending over £150 still causes shipping charges in the drop down.

  6. #3016
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    Quote Originally Posted by limelites View Post
    I don't want to penalise Google Checkout customers... in fact if I could get Google Checkout configured to understand ZC freeoptions then I'd be over the moon delighted and dancing for joy!

    At the moment, if a customer spends =>150 OR buys =>5 items then shipping is free.

    Google Checkout doesn't recognise my freeoptions though. Adding 5 items to cart and/or spending over £150 still causes shipping charges in the drop down.
    Which version of GCO do you have installed. The Free Option worked just fine when it was on our site. The only reason we removed it is because we didn't want to offer free shipping international and if you limit it by ZONE then GCO doesn't work as intended.

    Are you using the regular free option or the one created by numinix which let you add rules?

  7. #3017
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

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

    Google Checkout Module Version
    v1.4.7

    Zen Cart
    v.1.3.8a

  8. #3018
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    Quote Originally Posted by limelites View Post
    Google Checkout Module Version
    v1.4.7

    Zen Cart
    v.1.3.8a
    If you have a test site where I can help you test free option I'd be happy to. Free Option works just fine with 1.4.7. Does your free option works just fine with regular Zen Cart checkout process?

  9. #3019
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    Quote Originally Posted by limelites View Post
    Google Checkout Module Version
    v1.4.7

    Zen Cart
    v.1.3.8a
    Also did you test free option with just the situation if order is = or > 150? instead of a combination of conditions?

    I noticed that Store Pickup is available to me even as a US Customer when using GCO. Is that really what you want?

  10. #3020
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

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

    No, I don't want store pickup for international customers. How would I comment that out?

    I have tested the freeoptions with normal checkout and it works perfectly, just not with Google.

    Unfortunately, I don't have a test site, just the live site. Perhaps it's just a simple configuration problem...??

    I did notice that I'm using flat rate shipping with Google checkout as it's certainly not taking the shipping rates from the shipping mods...

    It's using the numbers in these boxes to calculate shipping:


 

 

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