Page 159 of 394 FirstFirst ... 59109149157158159160161169209259 ... LastLast
Results 1,581 to 1,590 of 3932
  1. #1581
    Join Date
    Feb 2006
    Location
    UK
    Posts
    30
    Plugin Contributions
    0

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

    Hi all,

    I have successfully managed to integrate Google Checkout UK into my test site and have made several transactions using Sandbox and all seems to be working well (gift vouchers aren't working though!!).

    Anyway, I am about to go live with an affiliate network here in the UK and have been trying desperately to get the code to work with Google Checkout. I know Affiliate Window is accepted by GC but I cannot work out where I put, which file I need to add to or what code I need to use to pass the information to GC for them to transfer that to AW upon completion of the transaction (it would be so simple if GC had a callback page on my site!!)

    The example code I have been given by AW is below (which is working using my current payment gateway):

    -----------------------------------------------------------------------

    <script language="JavaScript" type="text/javascript">
    <!--
    // AW sale tracker for ****

    // Set your transaction parameters
    var aw_mid = '****';
    var aw_sale = '<?php echo round($subtotal->fields['value'], 2); ?>';
    var aw_extra = '<?php echo (int)$orders->fields['orders_id']; ?>';
    var aw_parts = '<?php echo (int)$manufacturers->fields['manufacturers_id']; ?>:<?php echo round($subtotal->fields['value'], 2); ?>';
    var aw_test = '0';

    // Do not edit below here.
    call = location.protocol.toLowerCase()+'//www.aw';
    call += 'in1.co'+'m/sread.j'+'s?a='+aw_mid+'&b='+aw_sale+'&c='+aw_extra+'&d='+aw_parts;
    call += '&t='+aw_test+'&l='+escape(window.location.href)+'&tv=1.0';
    document.write('<s'+'cript language="JavaS'+'cript" type="text/javas'+'cript" src="'+call+'&tt=js" id="aw_tag"></s'+'cript>');
    var oImage = new Image;
    oImage.src = call+'&tt=ia';
    -->
    </script>


    <noscript>
    <img src="https://www.awin1.com/sread.img?tt=ns&tv=1.0&merchant=****&amount=<?php echo round($subtotal->fields['value'], 2); ?>&ref=<?php echo (int)$orders->fields['orders_id']; ?>&parts=<?php echo (int)$manufacturers->fields['manufacturers_id']; ?>:<?php echo round($subtotal->fields['value'], 2); ?>&testmode=0" />
    </noscript>
    <!-- EOF AW Code -->

    -------------------------------------------------------------------------

    To help me categorise my commissions, you will note that I am pulling and passing the manufacturers ID to AW and have set up a commission category in their system to pay the amount I wish to pay for a confirmed sale so any code I pass to GC would have to include the same.

    I have studied and studied the files but cannot work out which one I need to add the code to and what php script I need to add to make it work and I wondered if someone would be kind enough to point me in the right direction please?

    I would appreciate any help any of you could give me.

    Many thanks.

    Kind regards,

    Big H
    Big H

  2. #1582
    Join Date
    Jun 2005
    Posts
    109
    Plugin Contributions
    0

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

    Quote Originally Posted by Woodymon View Post
    As I understand it the orange icon indicates, among other things, a shipping zone has been applied. So orange is not bad. Just an informational warning.

    For testing purposes disable ALL of the shipping modules except for one. Then for the enabled module set the shipping zone to none. Then run the generator. Save the results to a text file. Then enable a shipping zone and run the generator again. Compare your generator output from each attempt and report back with your results.

    You might want to consider running the generator with only one ship module at a time. And only run it for the modules you really need employed. Leave all the other ship modules disabled.

    Woody
    Thanks Woody,

    I tried doing as you said and had only one shipping method available, it did nothing different... I tried with a shipping zone (orange) and without (green). Still message is :

    It took (Average) 0.00489 Secs.

    Thanks for the suggestion!

    Michael

  3. #1583

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

    OK - I am trying Google Checkout again. Went through the complete install. When I navigate to: https://keyllama.com/googlecheckout/responsehandler.php it requests a user name and password. Is this normal? I don't remember it before. I've tried all the ZenCart/Google passwords I can think of and nothing gets me by it.

    I mostly just want to know if this is normal or a sign I have something mis-configured.

    Thanks!

    -Doug

  4. #1584
    Join Date
    Jun 2005
    Posts
    109
    Plugin Contributions
    0

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

    Quote Originally Posted by kenaniah View Post
    Thanks Woody,

    I tried doing as you said and had only one shipping method available, it did nothing different... I tried with a shipping zone (orange) and without (green). Still message is :

    It took (Average) 0.00489 Secs.

    Thanks for the suggestion!

    Michael
    Okay, so I am going to have to do it the hard way.

    First of all, I apologize if this has already come up as this thread should have been a forum to itself and is completely unmanageable. I have gotten the flat rate and table rate to work (I believe the table rate may have been working before but it showed 0 so I assumed it wasn't working). What I think I am seeing is that the current version of Google Checkout has a bug with calculating table rates by Weight (by price and by item seem okay). Can anyone confirm that this is the case.

    Thank you!

    Michael

    P.S. I really like the new version.
    Last edited by kenaniah; 25 May 2007 at 06:41 PM. Reason: mispelling

  5. #1585
    Join Date
    Jun 2005
    Posts
    109
    Plugin Contributions
    0

    red flag Difficultly Configuring Google Checkout

    I received this message in my response_error.log
    :- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??

    And google integration shows this error :
    Your server returned no data in its response; Checkout requires data of type merchant-calculation-results in response to merchant-calculation-callback

    When I run /googlecheckout/responsehandler.php though I get a blank screen which is good.

    I then did as TJ decoded from the instructions.

    Quote Originally Posted by tj1 View Post
    ...well, first set permissions on the 'googlecheckout' folder to 777

    - Then go to the admin section of ZenCart, Modules>Payment, and select googlecheckout and click edit

    - select 'True' under .htaccess Basic Authentication Mode

    - under '.htaccess Basic Authentication Mode' click the 'here' link where it says "If setted True you MUST configure your .htaccess files here"

    - on the .htaccess .htpasswd create window enter your checkout account, sandbox account or both. Put a check on both the 'Check if dir exists' and 'Create Files' checkboxes. Click 'Create' and close that window once it's finished.

    - Now click 'update' on the googlecheckout settings.

    - Change permissions back 755 on the 'googlecheckout' folder.
    After doing this, I get this message once again in my response_error.log
    :- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??

    And google integration shows this error :
    We encountered an error trying to access your server at https://www.mysite.com/googlecheckou...nsehandler.php -- the error we got is: org.apache.commons.httpclient.NoHttpResponseException: The server www.mysite.com failed to respond

    I also get the error reported by Shawn when I run /googlecheckout/responsehandler.php

    :- Invalid

    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.

    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.
    No one has given Shawn an answer on this .....

    Any help would be appreciated!

    Thank you!

    Michael

  6. #1586
    Join Date
    Jun 2005
    Posts
    109
    Plugin Contributions
    0

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

    Quote Originally Posted by dkerfoot View Post
    OK - I am trying Google Checkout again. Went through the complete install. When I navigate to: https://keyllama.com/googlecheckout/responsehandler.php it requests a user name and password. Is this normal? I don't remember it before. I've tried all the ZenCart/Google passwords I can think of and nothing gets me by it.

    I mostly just want to know if this is normal or a sign I have something mis-configured.

    Thanks!

    -Doug
    Doug if you ran the .htaccess script it is looking for your Google Merchant ID and Merchant Key

  7. #1587
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

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

    Quote Originally Posted by kenaniah View Post
    Okay, so I am going to have to do it the hard way.

    What I think I am seeing is that the current version of Google Checkout has a bug with calculating table rates by Weight (by price and by item seem okay). Can anyone confirm that this is the case.

    Thank you!

    Michael

    P.S. I really like the new version.
    Michael,

    Calculating by weight works OK in Google Checkout in my cart, as does table rate. As far as what makes mine work and yours not, I don't know if I'm much help. One thing I did that helped me was to clean all the shipping methods from my includes/modules/payment/googlecheckout.php file that I was not using. If you do that, be sure that the braces and commas are correct.

  8. #1588
    Join Date
    Jun 2005
    Posts
    109
    Plugin Contributions
    0

    Default Re: Difficultly Configuring Google Checkout

    Quote Originally Posted by kenaniah View Post
    I received this message in my response_error.log
    :- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??

    And google integration shows this error :
    Your server returned no data in its response; Checkout requires data of type merchant-calculation-results in response to merchant-calculation-callback

    When I run /googlecheckout/responsehandler.php though I get a blank screen which is good.

    I then did as TJ decoded from the instructions.



    After doing this, I get this message once again in my response_error.log
    :- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??

    And google integration shows this error :
    We encountered an error trying to access your server at https://www.mysite.com/googlecheckou...nsehandler.php -- the error we got is: org.apache.commons.httpclient.NoHttpResponseException: The server www.mysite.com failed to respond

    I also get the error reported by Shawn when I run /googlecheckout/responsehandler.php

    :- Invalid



    No one has given Shawn an answer on this .....

    Any help would be appreciated!

    Thank you!

    Michael
    Okay, I am not for certain that this is the problem but it very likely could be. It appears my SSL may not be setup correctly.

  9. #1589
    Join Date
    Jun 2005
    Posts
    109
    Plugin Contributions
    0

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

    http://checkout.google.com/support/s...l&topic=&type=

    I have a valid SSL certificate, but I can't receive notifications. What should I do?



    If you have a valid SSL certificate from a Certificate Authority that's accepted by Google Checkout, but you can't receive notifications, please check to be sure you're returning the entire certificate chain when Google Checkout contacts your server. The correct hierarchy should be:

    The root CA
    Any intermediate CAs
    Your website
    To view the current certificate chain being returned by your server in Firefox:

    Navigate to your callback URL in your browser.
    Click the lock icon in your browser's address bar.
    Click the 'Security' tab, then click 'View.'
    Click the 'Details' tab.
    Locate the current certificate chain under 'Certificate Hierarchy.'
    To view the current certificate chain being returned by your server in Internet Explorer:

    Navigate to your callback URL in your browser.
    Double-click the lock icon in your browser's status Bar.
    In the window that appears, click the 'Certification Path' tab.
    You can also view the current certificate chain being returned by your server by using OpenSSL and issuing the following command:
    openssl s_client -connect {website domain}:443 -showcerts < /dev/null

    In certain cases, you may still experience errors even though the hierarchy appears correct. These errors occur because, for certain certificate configurations, your browser automatically fills in missing certificates in the chain.

    If the certificate hierarchy isn't correct, you won't be able to receive notifications from Google Checkout. Please contact your webmaster or your hosting provider about configuring your server to return the correct information.

  10. #1590

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

    Hi, I've just installed this mod and everything has gone along nicely except when I try to do the shipping methods generator, I get this error:

    Fatal error: Cannot redeclare class freeoptions in /home/doodlebu/www/www/store/includes/modules/shipping/freeoptions.php on line 10


    Any help with this? Everything else seems to be working just great :o)
    Amy
    www.doodlebuckets.com

 

 

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