Page 195 of 394 FirstFirst ... 95145185193194195196197205245295 ... LastLast
Results 1,941 to 1,950 of 3932
  1. #1941
    Join Date
    Apr 2005
    Posts
    206
    Plugin Contributions
    0

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

    Hi,

    This thread is too long and I cannot find out if this mod is for UK shops.

    Does anyone install Google Checkout mod and it works for UK shops? if so, what version of mod? where can I download it?

    thank you in advance!

  2. #1942
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

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

    I just got an order using Google checkout, and the customer chose Shipping & Handling (Table: Vary by Weight/Price).
    My setting are:
    Shipping Table
    10:10.00,15:14.75, 20:20.00,25:24.00, 30:30.00,35:34.00, 40:40.00,45:44.00, 50:50.00,55:54.00, 60:60.00,65:64.00, 70:70.00,75:74.00,100:85.00


    Table Method
    weight

    Handling Fee
    2.50

    However the invoice on Google only shows the 2.50 handling fee when the customer checked out. Why didn’t the handling fee calculate in with the shipping table fee for a total of 10.00 + 2.50? So all Google charged my customer was the 2.50.

    Second problem, I get an email from Google that says
    we’ve made several unsuccessful attempts to send order notifications to your notification callback URL, https://www.lextechs.com/googlecheck...nsehandler.php As a result, you aren't receiving order status, risk, or other notifications.

    I have that file set to 777.
    Lextechs.com Powered By ZenCart

  3. #1943
    Join Date
    Jun 2007
    Posts
    71
    Plugin Contributions
    0

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

    My check out shows this:


    * There are multiple shipping options selected and they use different shipping tax tables or some dont use tax tables
    And I have my account setup for sandbox and with the proper Merchand ID and Key. Any Help?

  4. #1944
    Join Date
    Jun 2007
    Posts
    71
    Plugin Contributions
    0

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

    I meant this



    * There are multiple shipping options selected and they use different shipping tax tables or some dont use tax tables

  5. #1945
    Join Date
    Jun 2007
    Posts
    27
    Plugin Contributions
    0

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

    I am having a similar problem than the other zen-cart user in the previous posts.

    I installed the new 1.4 beta1 version

    My problem:
    Error: Shipping Methods not configured
    item2 (ignored)
    The solution in the past:
    I used to modify the "\includes\modules\payment\googlecheckout.php" by adding my "item2" shipping method (this is flat rate express shipping in my case, a clone of "item" shipping method). I added my custom method in 3 places (the shippping generator was made for this).

    What to do now?
    1. I tried adding my "item2" in line 54 and 56, the section below those lines that I used to modify don't exist anymore (file "\includes\modules\payment\googlecheckout.php").
    2. After this, I am getting the error message on the top of this post.

    Thanks in advance

  6. #1946
    Join Date
    Jun 2007
    Posts
    27
    Plugin Contributions
    0

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

    Sorry for quoting myself, but found that now the shipping is broken into a second file:

    in /google_checkout/shipping_methods.php
    (here you have to add your custom shipping method as well)




    Quote Originally Posted by onlyrey View Post
    I am having a similar problem than the other zen-cart user in the previous posts.

    I installed the new 1.4 beta1 version

    My problem:


    The solution in the past:
    I used to modify the "\includes\modules\payment\googlecheckout.php" by adding my "item2" shipping method (this is flat rate express shipping in my case, a clone of "item" shipping method). I added my custom method in 3 places (the shippping generator was made for this).

    What to do now?
    1. I tried adding my "item2" in line 54 and 56, the section below those lines that I used to modify don't exist anymore (file "\includes\modules\payment\googlecheckout.php").
    2. After this, I am getting the error message on the top of this post.

    Thanks in advance

  7. #1947
    Join Date
    Jun 2007
    Posts
    27
    Plugin Contributions
    0

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

    Ok,

    Same version 1.4 beta1. I am now trying to use OT (order total) based coupons.

    I created a simple $5 discount coupon in my "Coupon Admin" page in the admin page, and tried to use it at the google checkout page, but the following message appeared:

    Invalid coupon code
    Retry
    Your promotion code (5DDSC1) could not be applied at this time.
    Some more info:
    I just have two shipping modules active and connected to google checkout:
    1. Item = standard shipping
    2. Item2 = express shipping
    No real time type module installed

    What should I do to get the coupons working?

    Thanks

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

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

    This thread is for 1.3x versions, no longer supported by the developer.

    For v.1.4 support visit the new support forum.
    http://groups.google.com/group/googl...rt-mod-support

  9. #1949
    Join Date
    Oct 2005
    Posts
    10
    Plugin Contributions
    0

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

    Hi all,

    I have just installed the latest big royal mail module and am trying to get google checkout work with it. But the problem is when i go to the shipping generator It cant generate the shipping code for it. It comes up with an error:


    Warning: Invalid argument supplied for foreach() in /var/www/virtual/pcez.co.uk/htdocs/googlecheckout/shipping_generator/multigenerator.php on line 18

    Warning: Invalid argument supplied for foreach() in /var/www/virtual/pcez.co.uk/htdocs/googlecheckout/shipping_generator/multigenerator.php on line 61
    <?php
    /**
    * File: includes/modules/payment/googlecheckout.php class
    * Add this code to the correct properties
    */
    $this->mc_shipping_methods = array(
    );

    $this->mc_shipping_methods_names = array(
    );
    ?>

    Does anyone know why this is happening?

    Apparently the problem is to do with royal mail module itself. If anyone has the modified version of the module please let me know.

    Thank you,

    Hoda

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

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

    Quote Originally Posted by PCEZ View Post
    Hi all,

    I have just installed the latest big royal mail module and am trying to get google checkout work with it. But the problem is when i go to the shipping generator It cant generate the shipping code for it. It comes up with an error:

    Does anyone know why this is happening?

    Apparently the problem is to do with royal mail module itself. If anyone has the modified version of the module please let me know.
    Not sure but I think Ropu may have posted some ideas on this in the new support forum (only if you are using 1.4).

    Also I observed some recent posts regarding GC supporting Royal Mail issues in Google Checkout Developer forum.

    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