Page 311 of 394 FirstFirst ... 211261301309310311312313321361 ... LastLast
Results 3,101 to 3,110 of 3932
  1. #3101
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

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

    Well, in post 3073, you posted your callback address. It is broken but I assumed you did that just to not have the real url posted here.

    Just for yuks, do you have a sandbox account you can switch to for testing?

    In a while I'll dig out my google and ZC settings and post so you can compare. One other thing, does your host offer the option to NOT run PHP as cgi? So far the only diff I see is that I run PHP as suexec and don't have that box checked as true.

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

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

    Quote Originally Posted by kiddo View Post
    Well, in post 3073, you posted your callback address. It is broken but I assumed you did that just to not have the real url posted here.

    Just for yuks, do you have a sandbox account you can switch to for testing?

    In a while I'll dig out my google and ZC settings and post so you can compare. One other thing, does your host offer the option to NOT run PHP as cgi? So far the only diff I see is that I run PHP as suexec and don't have that box checked as true.
    Yes, in 3073 I broke the URL so people could read it as it was truncated otherwise.

    I never did set up a Sandbox account, I just dived straight in and went live.

    My host does not offer the option of not running PHP as CGI. My old host did and GC worked well, but since the swap over I've not been able to make it communicate with my database :-(

    I'd appreciate a look at your settings, just to compare. Thank you so much...

  3. #3103
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

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

    On the ZC side:

    Code:
    GoogleCheckout
    
    Google Checkout Module Version
    v1.4.7
    
    Enable GoogleCheckout Module
    True
    
    Select Mode of Operation
    https://checkout.google.com/
    
    Production Merchant ID
    999999999999
    
    Production Merchant Key
    99999999999999
    
    Sandbox Merchant ID
    9999999999999
    
    Sandbox Merchant Key
    999999999999
    
    .htaccess Basic Authentication Mode
    False
    
    Select Merchant Calculation Mode of Operation
    https
    
    Disable Google Checkout for Virtual Goods?
    True
    
    Allow US PO BOX shipping?
    True
    
    Default Values for Real Time Shipping Rates
    ups1DMdomestic_types_VD:1, ups1DMLdomestic_types_VD:1, ups1DAdomestic_types_VD:1, ups1DALdomestic_types_VD:1, ups1DAPIdomestic_types_VD:1, ups1DPdomestic_types_VD:1, ups1DPLdomestic_types_VD:1, ups2DMdomestic_types_VD:1, ups2DMLdomestic_types_VD:1, ups2DAdomestic_types_VD:1, ups2DALdomestic_types_VD:1, ups3DSdomestic_types_VD:1, upsGNDdomestic_types_VD:1, upsGNDCOMdomestic_types_VD:1, upsGNDRESdomestic_types_VD:1, upsSTDdomestic_types_VD:1, upsXPRdomestic_types_VD:1, upsXPRLdomestic_types_VD:1, upsXDMdomestic_types_VD:1, upsXDMLdomestic_types_VD:1, upsXPDdomestic_types_VD:1, uspsEXPRESSdomestic_types_VD:1, uspsFIRST CLASSdomestic_types_VD:1, uspsPRIORITYdomestic_types_VD:1, uspsPARCELdomestic_types_VD:1, uspsBPMdomestic_types_VD:1, uspsLIBRARYdomestic_types_VD:1, uspsGlobal Express Guaranteedinternational_types_VD:1, uspsGlobal Express Guaranteed Non-Document Rectangularinternational_types_VD:1, uspsGlobal Express Guaranteed Non-Document Non-Rectangularinternational_types_VD:1, uspsExpress Mail International (EMS)international_types_VD:1, uspsExpress Mail International (EMS) Flat Rate Envelopeinternational_types_VD:1, uspsPriority Mail Internationalinternational_types_VD:1, uspsPriority Mail International Flat Rate Boxinternational_types_VD:1, uspsPriority Mail International Flat Rate Envelopeinternational_types_VD:1, uspsFirst-Class Mail Internationalinternational_types_VD:1
    
    GoogleCheckout Carrier Calculated Shipping
    False
    
    Carrier Calculater Shipping Configuration
    fedexGrounddomestic_types_CCS:0|0|0, fedexHome Deliverydomestic_types_CCS:0|0|0, fedexExpress Saverdomestic_types_CCS:0|0|0, fedex2Daydomestic_types_CCS:0|0|0, fedexStandard Overnightdomestic_types_CCS:0|0|0, fedexPriority Overnightdomestic_types_CCS:0|0|0, fedexFirst Overnightdomestic_types_CCS:0|0|0, upsGrounddomestic_types_CCS:0|0|0, ups3 Day Selectdomestic_types_CCS:0|0|0, ups2nd Day Airdomestic_types_CCS:0|0|0, upsNext Day Air Saverdomestic_types_CCS:0|0|0, upsNext Day Airdomestic_types_CCS:0|0|0, upsNext Day Air Early AMdomestic_types_CCS:0|0|0, uspsMedia Maildomestic_types_CCS:0|0|0, uspsParcel Postdomestic_types_CCS:0|0|0, uspsExpress Maildomestic_types_CCS:0|0|0
    
    Rounding Policy Mode
    HALF_EVEN
    
    Rounding Policy Rule
    PER_LINE
    
    Cart Expiration Time (Minutes)
    NONE
    
    Also send notifications with Zencart
    False
    
    Google Analytics Id
    UA-blah blah-1
    
    3rd Party Tracking
    NONE
    
    Google Checkout restricted product categories
    
    
    Continue shopping URL.
    checkout_success
    
    Sort order of display.
    0
    Will get the google side settings in a few min.

  4. #3104
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

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

    On the google side there isn't a whole lot to set.

    The "my company will only post digitally signes certs" is checked (TRUE)

    The callback method is set to: XML

    Under "Advanced Settings", Nothing is checked. all FALSE.

    And of course the API call back url is

    https://www.myshop.com/googlecheckou...nsehandler.php

    There aren't really any other settings in the integration screen.

    The only other setting is the local tax rate.

  5. #3105
    Join Date
    May 2009
    Posts
    16
    Plugin Contributions
    0

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

    Quote Originally Posted by DaveCB View Post
    Kiddo - Thanks!
    Well I have managed to break the PHP file twice trying to hide the checkout button - From the referenced post, could anyone walk me through which lines get commented out?

    I want only the Google checkout button to show.. The google developers should put this option in there control panel.

  6. #3106
    Join Date
    May 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: Only Google

    Quote Originally Posted by philldo View Post
    You RAWK! I've been bangin' my head trying to figure this out.
    After trying hard, I thought that I would just bring this old post forward a bit. Looks to me like the code has changed since this early version. Nothing is the same. THe line numbers do not match up. Even what sould be a simple item as simple as hiding the " - or use - " line is not located in the same file.

    ANy help would be appreciated.

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

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

    Quote Originally Posted by kiddo View Post
    On the google side there isn't a whole lot to set.

    The "my company will only post digitally signes certs" is checked (TRUE)

    The callback method is set to: XML

    Under "Advanced Settings", Nothing is checked. all FALSE.

    And of course the API call back url is

    https://www.myshop.com/googlecheckou...nsehandler.php

    There aren't really any other settings in the integration screen.

    The only other setting is the local tax rate.
    I got another Google Checkout order this evening and it is showing in Admin!! EUREKA!!

    The only thing I changed since my first post here is the re-keying of the .htpasswd file via admin/modules/payment/Google Checkout/.htaccess Basic Authentication Mode TRUE/If setted True you MUST configure your .htaccess files here.

    After resetting these files, it seems that it's now communicating!!

    Thank you KIDDO!!!!

  8. #3108
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

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

    Hi hope somebody can help me. Iam trying to install google checkout.

    Ive installed it and inputted my google merchant id & google merchant key, but in checkout on my site The Google Checkout logo is grayed out and says:

    What is Google Checkout?
    * Some items are in GC restricted category.
    * There are multiple shipping options selected and they use different shipping tax tables or some dont use tax tables


    I then went to my Google checkout account and i dont know what a API callback URL is. I put my website URL in and it displays An HTTPS URL is required.

    Does anybody kow what i should be doing???? Thanks

  9. #3109
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

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

    the response handler (call back) would be:

    Code:
    https://WWW.YOUR-SITE.COM/googlecheckout/responsehandler.php
    Do you have an SSL cert installed and working on your site?

    Do you understand the instructions about shipping options in the kit?

  10. #3110
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

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

    I dont think i have SSL cert, but i manage to get payments from Paypal

    I inputted the the response handler (call back) does it matter which Callback method is ticked? XML or HTML?

    I left it as XML as it was already ticked now my shopping cart says:
    What is Google Checkout?
    * The Cart is empty
    * There are multiple shipping options selected and they use different shipping tax tables or some dont use tax tables


    What would i do here? Do i have to set different shipping again?

    So sorry about the newbie questions, just that iam sooooooo confused

    Thanks

 

 

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