Page 138 of 394 FirstFirst ... 3888128136137138139140148188238 ... LastLast
Results 1,371 to 1,380 of 3932
  1. #1371
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

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

    Kokonutmoma,

    Do you have other browsers you can GC with?

    I haven't tried Safari yet, my logs show that it just isn't used enough by my customers that I've had to worry about it.

    I used ie7 and firefox on mine.

  2. #1372
    Join Date
    Mar 2007
    Location
    California
    Posts
    12
    Plugin Contributions
    0

    application error Re: Google Checkout module for Zen Cart (beta)

    I am running zen 1.3.7 with the latest GC checkout posted by Ropu and I am getting some strange behavior at the GC checkout page. I have USPS,UPS, and Fedex ground shipping modules installed. They work fine on regular checkout but on the GC page, in the drop down list to choose a shipping option. The Fedex shows at the top of the list for about 3 seconds, then disappears. Anyone else seen this behavior? Any suggestions or help from the Zen Gurus will be greatly appreciated.

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

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

    Quote Originally Posted by Gunzanroses View Post
    is there a linux command to check for cURL?

    i have not pasted anything into my gogglecheckout.php
    CURL has to be compiled into PHP.
    To see if installed: Admin > Tools > Server/Version Info.

    Regards to shipping configuration, appears you have not run the shipping configurator. See README in /googlecheckout/shipping_generator/

    Woody

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

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

    Quote Originally Posted by Kokonutmama View Post
    These may be Google/browser issues. I can't checkout with GC using Safari on my own site or anyone else's. I can't do GC administration using Safari either, it actually crashes the browser.

    On a similar note, using Safari the "-or use-" is completely off the edge of the main window, over in the background color and the GC button hangs halfway off. I have the right column width set to 0px, using version 1.3.7 of Zen and GOOGLE CHECKOUT PLUGIN FOR ZEN CART v1.3RC2 - 04/16/2007. Any ideas how to fix that?
    Which page? Login or Shopping Cart?
    Maybe a URL so we can test?

    I suggest reviewing the HTML source for the CSS and the table structures employed. Could be some code there is messing with your browser?

    For instance the applied classes in example source snippet from the Zen Cart 1.37 shopping cart page:

    PHP Code:
    <table border="0" width="98%" cellspacing="1" cellpadding ="1"
    <
    tr><br>
    <
    td align="right" valign="middle" class = "main">
     <
    B> - Or use - </B>
    </
    td></tr>
    </
    table>
    <
    table  border="0" width="100%" class="table-1" cellspacing="1" cellpadding="1"
      <
    tr><td align="right" valign="middle" class = "main">
        <
    p><form method="POST" action="https://sandbox.google.com/checkout/cws/v2/Merchant/blah...blah/checkout" >
             <
    input type="hidden" name="cart" value="blah...blah">
         <
    input type="hidden" name="signature" value="blah...blah=">
           <
    input type="image" name="Checkout" alt="Checkout" 
                
    src="https://sandbox.google.com/checkout/buttons/checkout.gif?merchant_id=blah...blah9&w=180&h=46&style=white&variant=text&loc=en_US"height="46" width="180">  
            </
    form>
        </
    p>
            </
    td></tr>

    </
    table>
    <
    xmp>
    </
    xmp
    As you can see, oldskool (quick and dirty) tables were employed for formatting. This can be improved upon by applying CSS, where possible.

    I suspect the provided button display code was for basic integration needs and it is expected each shopowner will customize the integration of the checkout button into their own shop layout.

    You might want to save the snippet above as an HTML file (copy the GCO gif to server if needed) and play around with the CSS and table code, to see if you can improve the layout to ensure it functions in all the browsers you wish to support.

    I do not understand the purpose of the empty extensible markup tags above.

    Woody

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

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

    Quote Originally Posted by ibdmanhb View Post
    I am running zen 1.3.7 with the latest GC checkout posted by Ropu and I am getting some strange behavior at the GC checkout page. I have USPS,UPS, and Fedex ground shipping modules installed. They work fine on regular checkout but on the GC page, in the drop down list to choose a shipping option. The Fedex shows at the top of the list for about 3 seconds, then disappears. Anyone else seen this behavior? Any suggestions or help from the Zen Gurus will be greatly appreciated.
    Suggestion:

    Test one shipping method at a time with Google Checkout.

    That is, for each shipping method build your Google Checkout shipping arrays individually, one for USPS, one for USP, one for Fed Ex and test each individually (see code in includes/modules/payment/googlecheckout.php).

    Easiest to build/generate your shipping arrays via the shipping configuration tool ropu created. See the README in /googlecheckout/shipping_generator/

    Building the ship arrays can be a bit confusing at first, but after you have attempted the generation process a few times you will come to understand.

    Beyond the info above I have no other knowledge regards to configuring third party shipping (a.k.a. shipping quotes or merchant calculations) with Google Checkout as I don't employ any of those services.

    Good luck,
    Woody

  6. #1376
    Join Date
    Mar 2007
    Location
    California
    Posts
    12
    Plugin Contributions
    0

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

    Quote Originally Posted by Woodymon View Post
    Suggestion:

    Test one shipping method at a time with Google Checkout.

    That is, for each shipping method build your Google Checkout shipping arrays individually, one for USPS, one for USP, one for Fed Ex and test each individually (see code in includes/modules/payment/googlecheckout.php).

    Easiest to build/generate your shipping arrays via the shipping configuration tool ropu created. See the README in /googlecheckout/shipping_generator/

    Building the ship arrays can be a bit confusing at first, but after you have attempted the generation process a few times you will come to understand.

    Beyond the info above I have no other knowledge regards to configuring third party shipping (a.k.a. shipping quotes or merchant calculations) with Google Checkout as I don't employ any of those services.

    Good luck,
    Woody
    Thanks Woody for the quick reply and the suggestion, now the second issue. My site is hosted on Godaddy and when I point my browser at the page, I get a box asking for a user name and password for "google checkout basic authentication" It's not an admin password or the FTP access password or the actual Google user login. Any ideas ??? Thanks

  7. #1377
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

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

    This is nuts,

    I've now had 6 customers tell me that they are not presented with a google checkout form so that they can enter their credit card and pay.
    One of the custoer is a Zenner!

    I can't afford to use a payment gateway that doesn't allow my customers to pay so I'm turing it off.

    Signed up with www.2checkout.com now, so hopefully I can get those customers back.

  8. #1378
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

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

    Ok, now I'm totally confused.

    Another customer just made a successful purchase using google checkout just as I was about to turn it off.


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

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

    Quote Originally Posted by ibdmanhb View Post
    Thanks Woody for the quick reply and the suggestion, now the second issue. My site is hosted on Godaddy and when I point my browser at the page, I get a box asking for a user name and password for "google checkout basic authentication" It's not an admin password or the FTP access password or the actual Google user login. Any ideas ??? Thanks
    Look for following references in the payment module configuration and in the reeadme.

    .htaccess Basic Authentication Mode

    .htaccess Basic Authentication Mode with PHP over CGI

    If still not sure search this thread on "PHP over CGI" or "htaccess".

    If still need assist report back.

    Woody

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

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

    Quote Originally Posted by birdoasis View Post
    Ok, now I'm totally confused.
    Another customer just made a successful purchase using google checkout just as I was about to turn it off
    Question:
    Why was the mod put into production when not fully tested on a test server/sandbox?

    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