Page 152 of 394 FirstFirst ... 52102142150151152153154162202252 ... LastLast
Results 1,511 to 1,520 of 3932
  1. #1511
    Join Date
    Apr 2007
    Posts
    23
    Plugin Contributions
    0

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

    Quote Originally Posted by chain_man View Post
    Do I understand that you have the same code on 2 different sites, but the live site code doesn't work?

    What versions of zen-cart and GCO are you using?

    Have you used a file comparison utility like winmerge to check the 2 files? Have you made any modifications to the files?

    Thanks,
    Yes I just copied the relevant files across from the test site

    ZC 1.3.7
    GC v1.3RC2
    the only difference seems to that the live site has LF and the test site has CRLF on a couple of files.
    I haven't made any mods to the files.
    I'm going to copy my live site over my test site to see if the test site will still work.

    But I'm gonna do it tomorrow.

    thanks
    F


    Iron Stop Wind Spinners
    Wedding cost spreadsheet

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

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

    Here is a sample code modification you need for the new USPS international shipping:
    PHP Code:
    'international_types' =>
                                          array(
                                              
    'Global Express' => 'Global Express Guaranteed',
                                              
    'Express Mail Int' => 'Express Mail International',
                                              
    'Priority Mail Int' => 'Priority Mail International'
                                               
    ),
                                            ), 
    Please keep in mind the above post ONLY reflects the 3 options we offer on our site. The file where this change is contained is /includes/modules/payment/googlecheckout.php

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

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

    Quote Originally Posted by fossebridge View Post
    Hi,This is what the source throws up.
    </div>
    <!-- ** END PAYPAL EXPRESS CHECKOUT ** -->
    <!-- * BEGIN GOOGLE CHECKOUT * -->
    1. Are you stating the GC button does not display on the shopping cart page AND the login page on your test site?

    2. Not to ask the obvious, but are you certain you have the payment module installed AND enabled on the test site?

    3. What sort order have you applied? Different from all the other payment modules?

    4. What happens when you apply the sandbox settings, rather than your Live/production account settings (in the payment module configuration)?

    Woody

  4. #1514
    Join Date
    Apr 2007
    Posts
    3
    Plugin Contributions
    0

    Default Difficultly Configuring Google Checkout

    I 've been pouring over the forums for a while now and I just cant seem to get GC to work. I've gotten to the point where the README file calls for a blank page after hitting responsehandler.php.

    I get a dialog box from the browser asking for a username/ password combination.

    Supporting Info
    1. GoDaddy Is my Host, running PHP over CGI
    2. I executed the script to generate the proper .htaccess and .htpasswd files.
    3. I have a GoDaddy Turbo SSL certificate
    4. I used the responsehandler_test_v1.2.php as provided by the developer; this was my result:

    XML We Sent:

    Authorization: Basic XXXXXX:XXXXXX
    Content-Type: application/xml;charset=UTF-8
    Accept: application/xml;charset=UTF-8



    XML We Received:

    HTTP/1.0 200 OK
    Date: Tue, 15 May 2007 01:28:46 GMT
    Server: Apache
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    Pragma: no-cache
    Set-Cookie: zenid=ljms6s46bjm0673d9d89v1ldv3; path=/; domain=www.eoverheaddoors.com
    Content-Type: text/html; charset=iso-8859-1
    X-Cache: MISS from wc02.inet.mesa1.secureserver.net
    Connection: close

    Mon May 14 18:28:48 MST 2007:- Invalid

    Any Ideas, More info needed? Any takers? I appreciate the help.

  5. #1515
    Join Date
    Mar 2005
    Location
    California
    Posts
    663
    Plugin Contributions
    0

    Default Re: Difficultly Configuring Google Checkout

    Quote Originally Posted by shawnd View Post
    I 've been pouring over the forums for a while now and I just cant seem to get GC to work. I've gotten to the point where the README file calls for a blank page after hitting responsehandler.php.

    I get a dialog box from the browser asking for a username/ password combination.
    That's normal, that's what the .htaccess files you created do.
    You only get the blank page before you create them.

    The installation and readme files should be better written and combined into just one file.

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

    Default Re: Difficultly Configuring Google Checkout

    Quote Originally Posted by shawnd View Post
    I 've been pouring over the forums for a while now and I just cant seem to get GC to work.
    Can you provide more details? Such at what happens in sandbox mode? (test with http, not https).

    You can test responsehandler via tool at ropu's site. See link in his signature. Again test with http in sandbox.

    Woody

  7. #1517
    Join Date
    Apr 2007
    Posts
    23
    Plugin Contributions
    0

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

    Quote Originally Posted by Woodymon View Post
    1. Are you stating the GC button does not display on the shopping cart page AND the login page on your test site?

    2. Not to ask the obvious, but are you certain you have the payment module installed AND enabled on the test site?

    3. What sort order have you applied? Different from all the other payment modules?

    4. What happens when you apply the sandbox settings, rather than your Live/production account settings (in the payment module configuration)?

    Woody
    Hi Woody,

    1. The test site is working, it's the live site that doesn't and the button doesn't appear on either the login or the shopping cart. Not only that it cuts off the footer as well.
    2. Yes
    3. Google is 1 Paypal EC is 2. Yes
    4. I have only applied the sandbox setting for both sites.

    I am going to over write my test site with the live site files and see if it still works on the test site.

    thanks
    F
    Iron Stop Wind Spinners
    Wedding cost spreadsheet

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

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

    Quote Originally Posted by fossebridge View Post
    I am going to over write my test site with the live site files and see if it still works on the test site.
    When you previously stated "Yes I just copied the relevant files across from the test site" sounds as if you did that already?

    Note it's confusing when you say "live site" but it is running in sandbox mode.

    To make sure we are on the same track, do you mean you are testing in GC sandbox mode on both your production server/shop and also GC sandbox mode on your test/development server/shop? And those shops are on separate domains? And the mod works on the production server shop but not the development server shop? Just want to be clear on when you refer to "live" site. I'm not sure if you're referring to GC Live/Production Account or a shop running on your production server.

    Did you merging the template code in to the same files in your custom directory or just uploading the supplied template files to your custom template directory (not template_default).

    Maybe just re-upload with the latest mod package and reinstalling. Only takes minutes. If you enter your sandbox ID & Key correctly then you should get a GC button to display with only minimal fuss.

    The more tricky part is usually getting the shipping and taxes configured and callbacks working correctly.

    Be sure to test first with http, not https.

    Woody

  9. #1519
    Join Date
    Apr 2007
    Posts
    23
    Plugin Contributions
    0

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

    I've fixed it. The problem was with gcheckout.php it was pointing to admin but I wasn't getting the error message. I only found the problem when I renamed the admin folder back to admin and it started to work.

    Thanks
    F
    Iron Stop Wind Spinners
    Wedding cost spreadsheet

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

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

    Quote Originally Posted by fossebridge View Post
    I've fixed it. The problem was with gcheckout.php it was pointing to admin but I wasn't getting the error message. I only found the problem when I renamed the admin folder back to admin and it started to work.
    Congrats. Strange you observed no error message. If you want to change your admin directory name you have to edit the dir name in gcheckout.php (line 31 or 1st line of code) (and of course in your ZC configure files).

    Maybe one day the mod will be intelligent enough to figure out the admin directory path automagically. (like PayPal IPN mod does).

    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