Has anyone ever been able to make the Google Checkout Module for osCommerce work 100% ?

13 views
Skip to first unread message

Walter

unread,
Jun 14, 2009, 4:56:03 PM6/14/09
to Google Checkout Module for osCommerce Support
I have a site that works perfectly with Paypal. I have given up on
getting Google to accept the shipping weight calculated by
Oscommerce. After reading many forums and before I waste my time
setting up default shipping charges as a "plan B", I have to wonder if
anyone has ever been able to make the Google Checkout Module for
osCommerce work. If yes, what shipping method do you use?

All I see in Google Checkout for osCommerce forums are problems and
not one issue resolved. Can I see a thread (this one will work) where
the happy osCommerce users report no problems?

Vic Velcro

unread,
Jun 14, 2009, 6:43:24 PM6/14/09
to Google Checkout Module for osCommerce Support
I'm still waiting for an answer to a question I asked (in a related
topic no less) back in March. Not even one single reply of any kind.

I've been creating my buttons manually and coding direct, since nobody
here seems to have anything more than a guess and most have even less.

Sorry to come across with all the snot, but I think it is well
deserved. I've never ever seen anyplace so hoitee toitee and
pretentious. Nearly any other place where I ask or give assistance,
we're all friendly and motivated. Not here. Buncha fake know-it-alls
and blustery breast-beating yet no substance.

There, my 2 cents in re

rhodo jeldres velasquez

unread,
Jun 15, 2009, 4:20:18 AM6/15/09
to google-checkout-f...@googlegroups.com
Hi Vic,
 
you are absolutely right.
 
I left the forum about 3 months ago because of this reason. All useless answers to my questions. Couldnt make GC work with oscommerce. Luckily there are so many better ways to let your customers pay  then with crappy Google checkout.
 
Wish you luck!!
 
rhodo

Victor Lee

unread,
Jun 15, 2009, 8:52:10 AM6/15/09
to google-checkout-f...@googlegroups.com
well honestly I got it to work but didn't get any answers from here.  It's open source, it's free essentially, so you get what you pay for, no need to be so angry. There are pay solutions available out there for gc on osc as well

Sent from my iPhone

Nicholas Sekela

unread,
Jun 15, 2009, 9:00:53 AM6/15/09
to google-checkout-f...@googlegroups.com

Victor:

 

How did you get the module to work? My module works, but doesn’t do everything it is supposed to.

 

Nick

Victor Lee

unread,
Jun 15, 2009, 9:34:37 AM6/15/09
to google-checkout-f...@googlegroups.com
I just installed it as per instructions and it worked.  Of course, I had to do some minor code tweaking as I am not using USD as my default currency.  What errors are you getting ?  
Sincerely,
Victor Lee




--~--~---------~--~----~------------~-------~--~----~
Google Checkout Module for osCommerce Support 

Documentation and latest releases: 
http://code.google.com/p/google-checkout-oscommerce/ 

Group archives: 
http://groups.google.com/group/google-checkout-for-osc-mod-support 

To post to this forum, email google-checkout-f...@googlegroups.com.
-~----------~----~----~----~------~----~------~--~---


Nicholas Sekela

unread,
Jun 15, 2009, 9:36:23 AM6/15/09
to google-checkout-f...@googlegroups.com

Victor:

 

It is not leaving a copy of the order on the site; it proceeds to google checkout. The customer’s shopping cart is not emptied upon leaving the site.

 

Nick Sekela

Victor Lee

unread,
Jun 15, 2009, 9:46:34 AM6/15/09
to google-checkout-f...@googlegroups.com
Hmm really?  This is after a completed order at google checkout?  You might want to check if google checkout is able to communicate back with your server.

Did you click on Advanced Configuration Dashboard in your osc admin->modules->GoogleCheckout?

On Googlecheckout, you must configure the API callback URL. 

Then, make sure if your host/system requires you to disable PHP basic authentication and thus requiring you to use htaccess auth.  If so, then you need to setup your htaccess files (just follow the link to the page /admin/htaccess.php

From what I can "guess" from looking at the code, GC is not able to communicate back to your server to create the order on your site and empty your cart.

The moment the customer clicks on GoogleCheckout, nothing is stored on your server.  Everything is sent via xml to Google.  Only upon a successful checkout is everything sent by google back to your site and your site "builds" the customer's order information.  It also empties the cart.  But until this is "posted" back to your site from a successful checkout, no order information is given to you and the cart is not emptied.

Sincerely,
Victor Lee




Nicholas Sekela

unread,
Jun 16, 2009, 9:55:01 PM6/16/09
to google-checkout-f...@googlegroups.com

Victor:

 

Here is the htacess file code.  What do I need to change?

 

<?php

/*

  Copyright (C) 2007 Google Inc.

 

  This program is free software; you can redistribute it and/or

  modify it under the terms of the GNU General Public License

  as published by the Free Software Foundation; either version 2

  of the License, or (at your option) any later version.

 

  This program is distributed in the hope that it will be useful,

  but WITHOUT ANY WARRANTY; without even the implied warranty of

  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

  GNU General Public License for more details.

 

  You should have received a copy of the GNU General Public License

  along with this program; if not, write to the Free Software

  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

*/

 

/**

 * Google Checkout v1.5.0

 * $Id: htaccess.php 153 2009-01-30 00:16:37Z ed.davisson $

 *

 * .htaccess .htpasswd pair for Google Checkout Basic Authentication on CGI php

 *

 * ChangeLog:

 * v0.2

 * 02-22-2007

 * Add sandbox and checkout account

 * Add check for directory

 * Add cwd or get['url'] to set defaul dir

 * Add file creation

 *

 * v0.1

 * 02-14-2006 st. Valentine's day :D

 * Basic creation of text to paste in files

 *

 * README:

 *

 * NOTE: This must be used if you run PHP over CGI

 *

 * Run this script, fill the form with your Google Checkout Merchant Id/Key

 * and with the absolute path to your catalog/googlechekout/ directoy.

 * ie. /home/ropu/public_html/catalog/googlecheckout

 *

 * Click "Create" button

 *

 * If you select not to create files, copy the contents for .htaccess

 * and .htpasswd into those files and place them in that directory.

 *

 * googlecheckout/responsehandler.php folowing code will be disabled if

 * CGI config is set to True

 *

 *

[CODE]

            //Parse the HTTP header to verify the source.

                        if(isset($HTTP_SERVER_VARS['PHP_AUTH_USER']) && isset($HTTP_SERVER_VARS['PHP_AUTH_PW'])) {

                          $compare_mer_id = $HTTP_SERVER_VARS['PHP_AUTH_USER'];

                          $compare_mer_key = $HTTP_SERVER_VARS['PHP_AUTH_PW'];

                        }

                        else {

                          error_func("HTTP Basic Authentication failed.\n");

                          exit(1);

                        }

                       

                        if($compare_mer_id != $merchant_id || $compare_mer_key != $merchant_key) {

                          error_func("HTTP Basic Authentication failed.\n");

                          exit(1);

                        }

[/CODE]

 *

 * Test the responsehandler.php with the responsehandler_test.php

 *

 */

 

?>

<html>

<head>

            <script language="JavaScript" type="text/javascript">

              function checkCreate(){

                                    var check = document.getElementById('check');

                                    var create = document.getElementById('create');

                                    if(check.checked) {

                                                create.disabled = false;

                                    }

                                    else {

                                      create.disabled = true;

                                    }

              }

            </script>

  <title>.htaccess .htpasswd pair for Google Checkout Basic authentication on CGI php installations</title>

</head>

<body> 

<?

 

if(isset($_POST['submit'])) {

 

            $errors = array();

            if(isset($_POST['sb']) && empty($_POST['sb_id'])){

              $errors[] = "Your SandBox Merchant ID must not by empty";

            }

            if(isset($_POST['sb']) && empty($_POST['sb_key'])){

              $errors[] = "Your SandBox Merchant KEY must not by empty";

            }

            if(isset($_POST['gc']) && empty($_POST['gc_id'])){

              $errors[] = "Your Checkout Merchant ID must not by empty";

            }

            if(isset($_POST['gc']) && empty($_POST['gc_key'])){

              $errors[] = "Your Checkout Merchant KEY must not by empty";

            }

            if(!isset($_POST['sb']) && !isset($_POST['gc'])) {

              $errors[] = "Select at least SandBox or Checkout Account";

            }

            if(empty($_POST['path']) || (isset($_POST['check']) && !is_dir($_POST['path']))){

              $errors[] = "The path is not valid";

            }

            if(isset($_POST['create']) && !is_writable($_POST['path'])) {

              $errors[] = $_POST['path'] . " is NOT writable";

            }

           

            if(empty($errors)) {

 

                       

                        $htaccess = 'AuthName "Google checkout Basic Authentication"' . "\n";

                        $htaccess .= 'AuthType Basic' . "\n";

                        $htaccess .= 'AuthUserFile ' . $_POST['path'] . "/.htpasswd\n";

                        $htaccess .= 'require valid-user';

                        echo "<xmp>.htaccess file:\n<<<Start---\n";

                        echo $htaccess;

                        echo "\n---End>>>\n";

                       

                        $htpasswd = "";

                        if(isset($_POST['sb'])) {

                                    $sb_user = @$_POST['sb_id'];

                                    $sb_pass = @$_POST['sb_key'];

                                    $sb_crypt_pass = rand_salt_crypt($sb_pass);

           

                                    $htpasswd .= $sb_user . ":" . $sb_crypt_pass ."\n";

                        }

                        if(isset($_POST['gc'])) {

                                    $gc_user = @$_POST['gc_id'];

                                    $gc_pass = @$_POST['gc_key'];

                                    $gc_crypt_pass = rand_salt_crypt($gc_pass);

           

                                    $htpasswd .= $gc_user . ":" . $gc_crypt_pass ."\n";

                        }

 

                        echo "\n\n.htpasswd file:\n<<<Start---\n";

                        echo $htpasswd;

                        echo "---End>>>\n</xmp>\n";

                       

                        if(isset($_POST['create'])){

                          $htaccess_file = fopen($_POST['path']. "/.htaccess", w);

                          $htpasswd_file = fopen($_POST['path']. "/.htpasswd", w);

                          fwrite($htaccess_file, $htaccess);

                          fwrite($htpasswd_file, $htpasswd);

                          fclose($htaccess_file);

                          fclose($htpasswd_file);

                          echo "Files Created!<br />";

                        }

            }

            else {

             

              echo "<table align=center border=0 cellpadding=0 cellspacing=0>\n";

              echo "<tr><th style='color:red'>Errors:</th><tr>\n";

                        foreach($errors as $error){

                          echo "<tr>\n";

                          echo "<td style='color:red'><li>" . $error . "</li></td>\n";

                          echo "</tr>\n";

                       

                        echo "</table>";

//            print_r($errors);

            }

 

}

 

if(!isset($_POST['path']) || empty($_POST['path'])){

 

  chdir("../googlecheckout");

  $_POST['path'] = isset($_GET['url'])?$_GET['url']:getcwd();

 

}

// For function rand_salt_crypt()

// .htpasswd file functions

// Copyright (C) 2004,2005 Jarno Elonen <elo...@iki.fi>

//

// Redistribution and use in source and binary forms, with or without modification,

// are permitted provided that the following conditions are met:

//

// * Redistributions of source code must retain the above copyright notice, this

//   list of conditions and the following disclaimer.

// * Redistributions in binary form must reproduce the above copyright notice,

//   this list of conditions and the following disclaimer in the documentation

//   and/or other materials provided with the distribution.

// * The name of the author may not be used to endorse or promote products derived

//   from this software without specific prior written permission.

//

// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED

// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY

// AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR

// BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL

// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

// ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING

// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,

// EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

 

// Generates a htpasswd compatible crypted password string.

function rand_salt_crypt( $pass )

{

  $salt = "";

  mt_srand((double)microtime()*1000000);

  for ($i=0; $i<CRYPT_SALT_LENGTH; $i++)

    $salt .= substr("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./", mt_rand() & 63, 1);

  return crypt($pass, $salt);

}

?>

  <h2 align=center>.htaccess .htpasswd pair for Google Checkout Basic authentication on CGI php installations</h2>

  <form action="" method="post">

  <table border=1 cellpadding=2 cellspacing=0 align=center>

    <tr>

      <th align="center" colspan="2">Sandbox Account: <input type="checkbox" value="true" name="sb"<?php echo (!isset($_POST['submit']) || isset($_POST['sb']))?' checked':'';?>/></th>

    </tr>

    <tr>

      <th align="right">Merchant ID: </th>

      <td><input type="text" value="<?=@$_POST['sb_id'];?>" name="sb_id" size="40"/></td>

    </tr>

    <tr>

      <th align="right">Merchant Key: </th>

      <td><input type="text" value="<?=@$_POST['sb_key'];?>" name="sb_key" size="40"/></td>

    </tr>

    <tr>

      <th align="center" colspan="2">Checkout Account: <input type="checkbox" value="true" name="gc"<?php echo (!isset($_POST['submit']) || isset($_POST['gc']))?' checked':'';?>/></th>

    </tr>

    <tr>

      <th align="right">Merchant ID: </th>

      <td><input type="text" value="<?=@$_POST['gc_id'];?>" name="gc_id" size="40"/></td>

    </tr>

    <tr>

      <th align="right">Merchant Key: </th>

      <td><input type="text" value="<?=@$_POST['gc_key'];?>" name="gc_key" size="40"/></td>

    </tr>

    <tr>

      <th align="center" colspan="2">&nbsp</th>

    </tr>

    <tr>

      <th align="right">Absolute <i>dir</i> to googlecheckout/ :</th>

      <td><input type="text" value="<?=@$_POST['path'];?>" name="path" size="40"/>

      <br /><small>( ie. <b>/home/ropu/public_html/catalog/googlecheckout</b> )</small>

      </td>

    </tr>

    <tr>

      <th align="right">Check if <i>dir</i> exists: </th>

      <td><input type="checkbox" value="true" id="check" onChange="checkCreate()" name="check"<?php echo isset($_POST['check'])?' checked':'';?>/></td>

    </tr>

    <tr>

      <th valign=top align="right">Create Files: </th>

      <td><input type="checkbox" value="true" id="create" name="create"<?php echo (isset($_POST['create'])&&isset($_POST['check']))?' checked':'';?><?php echo (!isset($_POST['check']))?' disabled':'';?>/>

      <br /><small>(Tip: To create files <i>dir</i> must have <b>Write</b> (777) permission)</small>

      <br /><small>Old files will be overrided!</small>

      </td>

    </tr>

    <tr>

      <td align="center" colspan="2"><input type="submit" name="submit" value="Create"/><div align=right><small>Coded by:<b>Ropu</b></small></div></td>

    </tr>   

  </table>

  </form>

</body>

</html>

Victor Lee

unread,
Jun 17, 2009, 12:47:25 AM6/17/09
to google-checkout-f...@googlegroups.com
Nothing. Do you need it? Run it from your browser if u need that type of auth.

Sent from my iPhone

Nicholas Sekela

unread,
Jun 17, 2009, 1:35:31 AM6/17/09
to google-checkout-f...@googlegroups.com

I am not sure if I need it and cannot get a reply from the service provider.

 

Sincerely,

Victor Lee

 

 

 

 

Victor:

 

It is not leaving a copy of the order on the site; it proceeds to google checkout. The customer鈥檚 shopping cart is not emptied upon leaving the site.

 

Nick Sekela

 

From: google-checkout-f...@googlegroups.com [mailto:google-checkout-f...@googlegroups.com] On Behalf Of Victor Lee
Sent: Monday, June 15, 2009 9:35 AM
To: google-checkout-f...@googlegroups.com
Subject: [GCO4OSC] Re: Has anyone ever been able to make the Google Checkout Module for osCommerce work 100% ?

 

I just installed it as per instructions and it worked.  Of course, I had to do some minor code tweaking as I am not using USD as my default currency.  What errors are you getting ?  

Sincerely,

Victor Lee

 

 

 

 

On Jun 15, 2009, at 9:00 PM, Nicholas Sekela wrote:





Victor:

 

How did you get the module to work? My module works, but doesn鈥檛 do everything it is supposed to.

Vic Velcro

unread,
Jun 17, 2009, 1:40:14 AM6/17/09
to google-checkout-f...@googlegroups.com
Honestly. GC is not free. I pay a % of funds processed. Maybe the module is free, but would be useless without GC itself. Ye speaketh vaguely.

My question was how to get it to install, right from git. I do exactly what the quickstart says, and the module hoses my OSC install completely. I had tech support from my ISP work on it with me for 1/2 a day. They say the script is f*cked.

Another snotty comment from another know-it-NOT!

Prove me wrong, wise-*ss.
--
___________________________________________________

This message may contain confidential, proprietary or legally privileged information and is
intended only for the use of the addressee named above. No confidentiality or privilege is
waived or lost by any error in transmission. If you are not the intended recipient of this
message you are hereby notified that you must not use, disseminate, copy it in any form or
take any action in reliance on it.

Warning: All the warnings about tools, batteries, and electricity apply. If you want to get hurt you'll find a way, just like you would have without all this expert guidance.

The 'powers that be' rely on 99% of us knowing nothing, and the last 1% being too scared to talk about it.

Nicholas Sekela

unread,
Jun 17, 2009, 1:55:41 AM6/17/09
to google-checkout-f...@googlegroups.com

Victor:

 

Can you point me to the paid solutions?

 

Sincerely,

Nick Sekela

 

 

 


Sent: Wednesday, June 17, 2009 1:40 AM
To: google-checkout-f...@googlegroups.com

zelik

unread,
Jun 17, 2009, 4:10:10 AM6/17/09
to Google Checkout Module for osCommerce Support
Hi Nick,
check out the contributions on osc webpage, there is one that has
level 1 and 2 I believe. The level 1 is free, level 2 is paid for and
thus offer support.

As far as the gc 1.5 module this forum support goes, it does work but
it might be a little bit advanced if your not experienced with OSC.
it's not just a drop in module and requires some code modifications to
work. But yes, I can confirm it works. The manual is not fully
complete-- you must click on advanced configuration and make sure you
fill in the correct url for google checkout to have 2 way
communications with your server. the htaccess.php is to create the
necessary .htaccess and password files to password protect the
directory for data exchange between your server and google's if you
don't use php authentication. Just an alternative method I guess.
Sorry I can't give you much more help than that. Everyone has very
customized osc installations and it's difficult to provide support
without fully understanding what the errors are. Again, I'm just
assuming you're not getting the comm back from google which should be
an EASY fix of just entering the right url for gc to communicate with.

Vic Velcro, please stop annoying us with your temper, you're not being
helpful at all and no one cares about your plight with that attitude.
Please stop hijacking this thread as I will not read or comment to
you.

I'm not a developer of this module and this module is not developed by
google. It's a great module developed by some hardworking people who
have decided to share it with everyone. No one is obliged to do
anything for you.




On Jun 17, 1:55 pm, Nicholas Sekela <n...@njsekela.com> wrote:
> Victor:
>
> Can you point me to the paid solutions?
>
> Sincerely,
>
> Nick Sekela
>
> From: google-checkout-f...@googlegroups.com
> [mailto:google-checkout-f...@googlegroups.com] On Behalf Of
> Vic Velcro
> Sent: Wednesday, June 17, 2009 1:40 AM
> To: google-checkout-f...@googlegroups.com
> Subject: [GCO4OSC] Re: Has anyone ever been able to make the Google Checkout
> Module for osCommerce work 100% ?
>
> Honestly. GC is not free. I pay a % of funds processed. Maybe the module is
> free, but would be useless without GC itself. Ye speaketh vaguely.
>
> My question was how to get it to install, right from git. I do exactly what
> the quickstart says, and the module hoses my OSC install completely. I had
> tech support from my ISP work on it with me for 1/2 a day. They say the
> script is f*cked.
>
> Another snotty comment from another know-it-NOT!
>
> Prove me wrong, wise-*ss.
>
> On Mon, Jun 15, 2009 at 8:52 AM, Victor Lee <viclee...@gmail.com> wrote:
>
> well honestly I got it to work but didn't get any answers from here.  It's
> open source, it's free essentially, so you get what you pay for, no need to
> be so angry. There are pay solutions available out there for gc on osc as
> well
>
> Sent from my iPhone
>
> On Jun 15, 2009, at 4:20 PM, rhodo jeldres velasquez <rhodoisl...@gmail.com>
> wrote:
>
> Hi Vic,
>
> you are absolutely right.
>
> I left the forum about 3 months ago because of this reason. All useless
> answers to my questions. Couldnt make GC work with oscommerce. Luckily there
> are so many better ways to let your customers pay  then with crappy Google
> checkout.
>
> Wish you luck!!
>
> rhodo
>

Vic Velcro

unread,
Jun 17, 2009, 6:40:55 AM6/17/09
to google-checkout-f...@googlegroups.com
Hijacking? You say that patiently waiting for a reply and not getting one for months is hijacking? And then when I do get a reply, it is only when I speak up in a mildly negative manner.

And it is evident that nobody cares about my plight. Perhaps because I am not a lumberjack, such as yourselves?

Considering that spouting off at least got me a reply, perhaps if I randomly hit the right super-secret lumberjack passcode, I'll get the answer to my original question. But, you've probably never heard of psychology...

The quickest solution for getting rid of me is to answer my question, or at least point me toward an answer (not the erroneous guide). Instead, you choose to bluff and bluster. No different than many others.

On Wed, Jun 17, 2009 at 4:10 AM, zelik <vicl...@gmail.com> wrote:

Vic Velcro, please stop annoying us with your temper, you're not being
helpful at all and no one cares about your plight with that attitude.
Please stop hijacking this thread as I will not read or comment to
you.

It's not a great module if the very first instructions are non-functional. Might work on a Windows server, can't say... But the guide did say to run install.sh and indicated it was easy as that. Well, it wasn't.

Now, since YOU have nothing to contribute on something I had been originally saying to somebody else, fair's fair. You interrupted with your own editorial about my opinion expressed specifically to somebody else. You stuck your head out and chimed in. Invited yourself. You wanted my attention. Well, now you have it.

I'm guessing somebody fixed your problem when you couldn't figure it out yourself, and didn't reveal to you the fix they implemented. Now you pretend to know answers to problems of which you are not privy. A faker, if you will.

Again, for the sake of psychology, fairness, and reality check: Prove me wrong. Answer my question, since I've been waiting longer than your new sycophant.


I'm not a developer of this module and this module is not developed by
google.  It's a great module developed by some hardworking people who
have decided to share it with everyone.

 
Nor for you. So, ask or tell me again, what it is I should be doing to more successfully seek the answer to my problem? I'm not obligated to YOU either.

Vic Velcro

unread,
Jun 17, 2009, 7:36:04 AM6/17/09
to Google Checkout Module for osCommerce Support
You, sir, are not the brightest hammer in the sack.

Allow me to point out that the post you made, which I quote below, is
off topic for this thread. Thus, YOU are the troll. Everything you
posted subsequent to that, and every reply from your friend is also
off topic.

The topic was whether anyone in here was working fully 100% and if the
fixes were provided by people from within *THIS* forum. Your own
answer says you aren't fully working and that what assistance you
*DID* get, you found elsewhere. Your content has nothing to do with
this thread.

Move along or be reported. And if you would, please take your posts
with you or remove them on your way out.

On Jun 15, 8:52 am, Victor Lee <viclee...@gmail.com> wrote:
> well honestly I got it to work but didn't get any answers from here.  
> It's open source, it's free essentially, so you get what you pay for,  
> no need to be so angry. There are pay solutions available out there  
> for gc on osc as well
>
> Sent from my iPhone
>
> On Jun 15, 2009, at 4:20 PM, rhodo jeldres velasquez <rhodoisl...@gmail.com
>
>  > wrote:
> > Hi Vic,
>
> > you are absolutely right.
>
> > I left the forum about 3 months ago because of this reason. All  
> > useless answers to my questions. Couldnt make GC work with  
> > oscommerce. Luckily there are so many better ways to let your  
> > customers pay  then with crappy Google checkout.
>
> > Wish you luck!!
>
> > rhodo
>
> > On Mon, Jun 15, 2009 at 12:43 AM, Vic Velcro <vic.vel...@gmail.com>  

NJ SEKELA

unread,
Jun 18, 2009, 7:25:16 AM6/18/09
to google-checkout-f...@googlegroups.com

Victor:

 

Can you contact me privately?

 

Sincerely,

Nick Sekela

(973) 557-6733

 

Sincerely,

Victor Lee

 

 

 

 

Victor:

 

It is not leaving a copy of the order on the site; it proceeds to google checkout. The customer鈥檚 shopping cart is not emptied upon leaving the site.

 

Nick Sekela

 

From: google-checkout-f...@googlegroups.com [mailto:google-checkout-f...@googlegroups.com] On Behalf Of Victor Lee
Sent: Monday, June 15, 2009 9:35 AM
To: google-checkout-f...@googlegroups.com
Subject: [GCO4OSC] Re: Has anyone ever been able to make the Google Checkout Module for osCommerce work 100% ?

 

I just installed it as per instructions and it worked.  Of course, I had to do some minor code tweaking as I am not using USD as my default currency.  What errors are you getting ?  

Sincerely,

Victor Lee

 

 

 

 

On Jun 15, 2009, at 9:00 PM, Nicholas Sekela wrote:





Victor:

 

How did you get the module to work? My module works, but doesn鈥檛 do everything it is supposed to.

Nicholas Sekela

unread,
Dec 29, 2009, 5:04:17 AM12/29/09
to google-checkout-f...@googlegroups.com

Victor:

 

Are you still available for this? I could never get this API call back to work.

 

Sincerely,

Nick Sekela

(973) 557-6733

 

 

 

 

Sincerely,

Victor Lee

 

 

 

 

Victor:

 

It is not leaving a copy of the order on the site; it proceeds to google checkout. The customer鈥檚 shopping cart is not emptied upon leaving the site.

 

Nick Sekela

 

From: google-checkout-f...@googlegroups.com [mailto:google-checkout-f...@googlegroups.com] On Behalf Of Victor Lee
Sent: Monday, June 15, 2009 9:35 AM
To: google-checkout-f...@googlegroups.com
Subject: [GCO4OSC] Re: Has anyone ever been able to make the Google Checkout Module for osCommerce work 100% ?

 

I just installed it as per instructions and it worked.  Of course, I had to do some minor code tweaking as I am not using USD as my default currency.  What errors are you getting ?  

Sincerely,

Victor Lee

 

 

 

 

On Jun 15, 2009, at 9:00 PM, Nicholas Sekela wrote:





Victor:

 

How did you get the module to work? My module works, but doesn鈥檛 do everything it is supposed to.

--~--~---------~--~----~------------~-------~--~----~
Google Checkout Module for osCommerce Support

Reply all
Reply to author
Forward
0 new messages