Page 355 of 394 FirstFirst ... 255305345353354355356357365 ... LastLast
Results 3,541 to 3,550 of 3932
  1. #3541
    Join Date
    Dec 2010
    Location
    London
    Posts
    2
    Plugin Contributions
    0

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

    Quote Originally Posted by bobpol View Post
    Hi, I am currently rebuilding my site using Zencart ver 1.3.9h. I decided to install Google checkout 1.47 with it as well as PayPal (which is what I usually use).

    I have never come across a more difficult add on that the Google checkout one. I have followed the instructions as best as possible given that they are not written for those of us who are not master programmers, ( I usually get by without too much difficulty).

    I have told the Google checkout system that I do not want to use it's own shipping rates and that I want to use my own using the shipping addons that I have installed but, it still comes up with:

    Error: Shipping Methods not configured
    rm1stpacket (ignored)
    rm1stpacketsf (ignored)
    rmamisfsmallpacket (ignored)
    rmamisfsmallpacket500 (ignored)
    rmamsmallpacket (ignored)
    specialdelivery (ignored)
    ukzr (ignored)

    When I have items in the shopping cart and am ready to checkout. To date I have not found any real explanation in the documentation or on the forums etc to explain to me in plain english why this happens, it's like I'm telling the checkout to ignore it's own shipping system and it in turn is ignoring my instructions.

    Is there anybody out there that can possibly help please. Considering how easy it is to install PayPal I fail to see why it has been made so difficult to install Google checkout.

    Thank you in advance for any help.

    Hi, ok this is my first post i had this problem earlier today and after several hours of playing with the .php etc i worked out that the answer is in the shipping generator readme file.

    after you have decided what shipping modules you want to use (I see you have chosen royal mail) you need to

    1) go to "http://YOURSITE.com/shop/googlecheckout/shipping_generator/

    2) Click the 'Get shipping Methods' button

    3)Move down the page and than click generate.

    4) than copy the code generated and use it to replace the contents of shipping_methods.php

    this will fix your problem.

  2. #3542
    Join Date
    Sep 2010
    Posts
    43
    Plugin Contributions
    0

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

    I've tried everything and cannot get google to do a call back to get the shipping rates.

    I can use flat rate but not zones or anything that required google to call back to the site.

    Done the generate shipping, done the api url, done the https - still cant get the blooming thing to work.

  3. #3543
    Join Date
    Jul 2007
    Posts
    75
    Plugin Contributions
    0

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

    Quote Originally Posted by ibcwebtech View Post
    You can access the details of this error directly by logging into your merchant account and then pasting the following url:
    https://checkout.google.com/sell/set...9-fd7d3982dc7a
    What is the message you are seeing in the integration console?

  4. #3544
    Join Date
    Nov 2010
    Posts
    12
    Plugin Contributions
    0

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

    Quote Originally Posted by chabbu View Post
    What is the message you are seeing in the integration console?
    What is the integration console?

  5. #3545
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

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

    Quote Originally Posted by ibcwebtech View Post
    What is the integration console?
    Log into Google Checkout, then click on Tools, then click on Integration Console.

    This list all of the error messages you have been receiving from Google Checkout that is blocked from Customer's normal view.

  6. #3546
    Join Date
    Oct 2010
    Posts
    91
    Plugin Contributions
    0

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

    When I try to go to https://www.wefoundem.com/googlechec...nsehandler.php

    I keep getting a 404 Page Not Found Error. It is there, I know it is there. I have seen it.

    I get the same thing when I try to go to the shipping generator and I know it is there as well.

    I keep getting error messages in the integration console on Google that they are getting a 404 error as well and I have no idea why.

  7. #3547
    Join Date
    Nov 2007
    Location
    USA
    Posts
    882
    Plugin Contributions
    5

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

    Installing GC into our new 139 store. Are there any GC files that need to modified to play well with 139?

    As in comparing and merging these lines:

    GC admin/orders.php line 43

    $order_exists = false;
    if ($action != '') $messageStack->add(sprintf(ERROR_ORDER_DOES_NOT_EXIST, $oID), 'error');
    }

    139 line 50

    $order_exists = false;
    if ($action != '') $messageStack->add_session(ERROR_ORDER_DOES_NOT_EXIST . ' ' . $oID, 'error');
    zen_redirect(zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')), 'NONSSL'));
    }
    Cheers!
    v2.0+

  8. #3548
    Join Date
    Aug 2005
    Posts
    334
    Plugin Contributions
    0

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

    Hello to everybody and Happy and Healthy New Year!

    I have a general question before jumping to integrate Google Checkout.

    I have currently PayPal which working well for us and not too much complains from Customers. My customers are predominatly people over 50 years old, as we sell medical id's.

    Would Google Checkout really increase sale, or customers do not care what institution is processing their Credit Card?

    1. Do you see any benefit or advantage of Google Checkout versus PayPal.
    2. Does it make sence to have both?

    Myself and future readers will greatly appreciate your experience.

  9. #3549
    Join Date
    Apr 2004
    Posts
    191
    Plugin Contributions
    0

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

    Quote Originally Posted by webskipper View Post
    Installing GC into our new 139 store. Are there any GC files that need to modified to play well with 139?

    As in comparing and merging these lines:

    GC admin/orders.php line 43

    $order_exists = false;
    if ($action != '') $messageStack->add(sprintf(ERROR_ORDER_DOES_NOT_EXIST, $oID), 'error');
    }

    139 line 50

    $order_exists = false;
    if ($action != '') $messageStack->add_session(ERROR_ORDER_DOES_NOT_EXIST . ' ' . $oID, 'error');
    zen_redirect(zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')), 'NONSSL'));
    }
    I notice thoses difference in orders.php also when using wm. Just wondering if you incorporated those changes and is GC working for you?

  10. #3550
    Join Date
    Mar 2010
    Location
    Green Bay, WI
    Posts
    360
    Plugin Contributions
    1

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

    I have read a TON of people who have trouble with this add-on... Do people recommend this or is this just a waste of my time to bother with?
    Forums are for helping people!! if you don't want to help people then shut up and get off the forum!

 

 

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