Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
Woody, hi, thx for ur comments as usual
i cannot give any dates or any thing about new features released by google because i dont know
but, as i told you i some latest post, there is a link to post suggestions for new features, and all of the ones u are proposing are there. so i dont think google will ignore it. because its not only u the one asking for them.
ill keep you and all merchants updated.
ps: i think google is giving a lot of effort to this project and have more than just "summer coders" working there!, i can assure that, i know some of them. ;)
ropu
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
Hi bob
please double check this things.
In the Admin UI, do you see the orders?
What environment is setted in the Admin UI, sandbox or production? Remember, sandbox and production have 2 different merchant id/key pairs.
when you check your checkout account, if u use sandbox, u use http://sandbox.google.com/checkout/sell ?
response_error.log shows something?
please, look at these items and see if u missed something
ropu
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
the work around as i told u is commenting the function, but be careful, the other function must do the same as the one commented
or, if u prefer, rename that function, and all the calls to it in the gcheckout.php file.
in fact just line 39
try replacing this
(googlecheckout/gcheckout.php line 37)
withPHP Code:
function selfURL() {
$s = empty($_SERVER["HTTPS"]) ? '' : ($_SERVER["HTTPS"] == "on") ? "s" : "";
$protocol = strleft(strtolower($_SERVER["SERVER_PROTOCOL"]), "/").$s;
$port = ($_SERVER["SERVER_PORT"] == "80") ? "" : (":".$_SERVER["SERVER_PORT"]);
return $protocol."://".$_SERVER['SERVER_NAME'].$port.$_SERVER['REQUEST_URI'];
}
function strleft($s1, $s2) {
return substr($s1, 0, strpos($s1, $s2));
}
PHP Code:
function selfURL() {
$s = empty($_SERVER["HTTPS"]) ? '' : ($_SERVER["HTTPS"] == "on") ? "s" : "";
$protocol = gc_strleft(strtolower($_SERVER["SERVER_PROTOCOL"]), "/").$s;
$port = ($_SERVER["SERVER_PORT"] == "80") ? "" : (":".$_SERVER["SERVER_PORT"]);
return $protocol."://".$_SERVER['SERVER_NAME'].$port.$_SERVER['REQUEST_URI'];
}
function gc_strleft($s1, $s2) {
return substr($s1, 0, strpos($s1, $s2));
}
Latest Version (1.3RC2): http://google-checkout-zencart.googl...rt-v1.3RC2.zip
Demo Server: http://demo.globant.com/~brovagnati/zen_demo2/
Bookmarks