Page 91 of 394 FirstFirst ... 41818990919293101141191 ... LastLast
Results 901 to 910 of 3932
  1. #901
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

    Default Re: usps shipping calculation failed

    Quote Originally Posted by Jefflam View Post
    Hi all
    please help me.
    ZC137 + 2RC4rev1
    server: blueshost.com + its shared SSL
    multisocket: enabled
    basic authen mode: enabled
    error message from GC:We encountered an error trying to access your server at https://my curl/googlecheckout/responsehandler.php -- the error we got is: Sending failed with HTTP response code: 302. Response body was:
    <?xml version="1.0" encoding="UTF-8"?>
    <merchant-calculation-callback xmlns="http://checkout.google.com/schema/2" serial-number="xxxxx">
    <shopping-cart>
    <merchant-private-data>


    <session-data>xxxxxxxxxxxxxxxxxxxxx;zenid</session-data>


    <product-data>;7</product-data>


    <ip-address>68.xxx.xxx.xxx</ip-address>


    </merchant-private-data>
    <items>
    <item>
    <tax-table-selector>Taxable Goods</tax-table-selector>
    <quantity>1</quantity>
    <unit-price currency="USD">9.99</unit-price>
    <item-name>xxxxxxxxxxxxxxxxxxxxxxxxx</item-name>
    <item-description></item-description>
    <merchant-item-id>xxxxxx==</merchant-item-id>
    <merchant-private-item-data>xxxxxxxxxxxxxxxxxxxx</merchant-private-item-data>
    </item>
    </items>
    </shopping-cart>
    <buyer-id>xxxxxxx25262028</buyer-id>
    <buyer-language>en_US</buyer-language>
    <calculate>
    <addresses>
    <anonymous-address id="xxxxxx4325516">
    <country-code>US</country-code>
    <city>xxxxxxx</city>
    <region>CA</region>
    <postal-code>xxxxx</postal-code>
    </anonymous-address>
    </addresses>
    <shipping>
    <method name="Table: Vary by Weight/Price" />
    <method name="USPS: Express Mail" />
    </shipping>
    <tax>false</tax>
    <merchant-code-strings />
    </calculate>
    </merchant-calculation-callback>
    thanks
    jefflam
    hi Jefflam

    have you tested with responsehandler_test?

    here is a new link for an online test

    http://demo.globant.com/~brovagnati/tools -> responsehandler Test

    try disabling multisocket...

    try it and see how it goes...

    ropu
    Last edited by ropu; 22 Mar 2007 at 01:48 PM.

  2. #902
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by eaglewu View Post
    Hello: ropu

    I try several versions of GC (from 1.03-1.2). I still met the problem I have before: that is, the order does not show up in zen cart admin. I think this problem has been reported several times before, but I didn't find the solution. BTW, my db has a prefix. When I check the db, two tables were created: google_orders and google_checkout, and the tables don't have a primary key. Should I delete this two tables and create two tables with my db prefix? If that is what should I do, then how? I know little about sql.

    Thanks

    eaglewu
    hi eaglewu

    first, there is no need to rename any table. gc table names are defined in the includes/modules/payment/googlecheckout.php class

    second, what does the logs say? googlecheckout->settings->integration?

    are u installed over CGI? enabled CGI feature?

    try this, and tell us

    ropu

  3. #903
    Join Date
    Dec 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: usps shipping calculation failed

    Quote Originally Posted by ropu View Post
    hi Jefflam

    have you tested with responsehandler_test?

    here is a new link for an online test

    http://demo.globant.com/~brovagnati/tools -> responsehandler Test

    try disabling multisocket...

    try it and see how it goes...

    ropu
    Hi Ropu,
    Thank you for your help.
    Here is my test result:
    XML We Sent:Authorization: Basic XXXXXX:XXXXXX
    Content-Type: application/xml;charset=UTF-8
    Accept: application/xml;charset=UTF-8
    X-Origin-IP: xx.xxx.xxx.xxx
    XML We Received:SSL certificate problem, verify that the CA cert is OK. Details:
    error:14090086:SSL routines:func(144):reason(134)
    Time to response: 0.77490711212158 segs
    Ropu, Can you clarify my problem? Do I need to find a good SSL?

    Jefflam

  4. #904
    Join Date
    Jan 2007
    Posts
    82
    Plugin Contributions
    0

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

    Quote Originally Posted by ropu View Post
    hi eaglewu

    first, there is no need to rename any table. gc table names are defined in the includes/modules/payment/googlecheckout.php class

    second, what does the logs say? googlecheckout->settings->integration?

    are u installed over CGI? enabled CGI feature?

    try this, and tell us

    ropu
    logs: HTTP Basic Authentication failed.
    Tue Nov 21 9:47:59 ART 2006:- Invalid

    I followed all the steps of installation instruction. For the remaining questions. I have no idea.
    Would you please tell me how to check it is installed over CGI and how to enable CGI. Do I must contact the hoster to do this?

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

    Default Re: usps shipping calculation failed

    Quote Originally Posted by Jefflam View Post
    Hi Ropu,
    Thank you for your help.
    Here is my test result:
    XML We Sent:Authorization: Basic XXXXXX:XXXXXX
    Content-Type: application/xml;charset=UTF-8
    Accept: application/xml;charset=UTF-8
    X-Origin-IP: xx.xxx.xxx.xxx
    XML We Received:SSL certificate problem, verify that the CA cert is OK. Details:
    error:14090086:SSL routines:func(144):reason(134)
    Time to response: 0.77490711212158 segs
    Ropu, Can you clarify my problem? Do I need to find a good SSL?

    Jefflam
    Jefflam,

    I don't know that this will solve your problem but if you're running an ecommerce site you really should spend $29 - $89 (depending on who you buy from) to get a private certificate. That will for sure get you a dedicated ip (even on shared hosting) as well as an https address that will not confuse your customer.

    There is really no point using shared certificate these days if you're serious about your store.

  6. #906

    Default Re: Only Google

    Quote Originally Posted by ropu View Post
    in file includes/modules/pages/login/header_php.php

    add in line 11

    this
    PHP Code:
    zen_redirect('index.php?main_page=shopping_cart'); 
    this will redirect from idex.php?main_page=login to index.php?main_page=shopping_cart automatically

    ropu

    Works like a charm. THANK YOU!!!

  7. #907
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    hi all

    i've seen many merchant with the issue of no secure popup with Google Analytics feature enabled

    this should fix it

    replace in googlecheckout/gcheckout.php line 546
    Code:
        if(!(MODULE_PAYMENT_GOOGLECHECKOUT_ANALYTICS == 'NONE')) {
          echo '<!-- Start Google analytics -->
                            <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
                            </script>
                            <script type="text/javascript">
                            _uacct = "' . MODULE_PAYMENT_GOOGLECHECKOUT_ANALYTICS . '";
                            urchinTracker();
                            </script>
                            <script src="http://checkout.google.com/files/digital/urchin_post.js" type="text/javascript"></script>    
                            <!-- End Google analytics -->';
        }
    with

    Code:
        if(!(MODULE_PAYMENT_GOOGLECHECKOUT_ANALYTICS == 'NONE')) {
          echo '<!-- Start Google analytics -->
                            <script src="' . (($request_type == 'SSL') ? 'https://ssl.google-analytics.com/urchin.js' : 'http://www.google-analytics.com/urchin.js' ) . '" type="text/javascript">
                            </script>
                            <script type="text/javascript">
                            _uacct = "' . MODULE_PAYMENT_GOOGLECHECKOUT_ANALYTICS . '";
                            urchinTracker();
                            </script>
                            <script src="' . (($request_type == 'SSL') ? 'https' : 'http' ) . '://checkout.google.com/files/digital/urchin_post.js" type="text/javascript"></script>    
                            <!-- End Google analytics -->';
        }
    ropu

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

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

    Ropu,

    This is the code that I am currently using to fire up Google Analytics which is not related to GoogleCheckout. This is currently in mind html_header.php:
    PHP Code:
    <?php
    // GOOGLE ANALYTICS
     
    if ($request_type == 'NONSSL') {
      
    $google_url 'http://www.google-analytics.com/urchin.js';
     } else {
      
    $google_url 'https://ssl.google-analytics.com/urchin.js';
     }
    // END GOOGLE ANALYTICS
    ?>
    <script src="<?php echo $google_url?>" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "DELETED";
    urchinTracker();
    </script>
    Is this going to conflict with the code above that you suggested for Google Checkout? I am currently still using GCO1.4 so I haven't had to deal with this issue.

  9. #909
    Join Date
    Aug 2005
    Posts
    34
    Plugin Contributions
    0

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

    I have a second installation of Zen Cart in a subdirectory from my main site. I'm using this for certain customers as there will be extra products and different pricing.

    Do I need a second GCO seller's account to process those sales? Since my second site is just a subdirectory off the main site, is there a way to just use the same account?

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

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

    Ropu the Google Checkout demo @ http://demo.globant.com/~brovagnati/zen_demo1/ is a little bit of a dissapointment. It really doesn't show that USPS, FedEx or UPS works which I believe a lot us are interested in seeing in action that it actually works.

    It would be great if you can configure your demo to reflect how merchants/retailers will actually use this mod.

    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