Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
chain_man
Do I understand that you have the same code on 2 different sites, but the live site code doesn't work?
What versions of zen-cart and GCO are you using?
Have you used a file comparison utility like winmerge to check the 2 files? Have you made any modifications to the files?
Thanks,
Yes I just copied the relevant files across from the test site
ZC 1.3.7
GC v1.3RC2
the only difference seems to that the live site has LF and the test site has CRLF on a couple of files.
I haven't made any mods to the files.
I'm going to copy my live site over my test site to see if the test site will still work.
But I'm gonna do it tomorrow.
thanks
F
Re: Google Checkout module for Zen Cart (beta)
Here is a sample code modification you need for the new USPS international shipping:
PHP Code:
'international_types' =>
array(
'Global Express' => 'Global Express Guaranteed',
'Express Mail Int' => 'Express Mail International',
'Priority Mail Int' => 'Priority Mail International'
),
),
Please keep in mind the above post ONLY reflects the 3 options we offer on our site. The file where this change is contained is /includes/modules/payment/googlecheckout.php
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
fossebridge
Hi,This is what the source throws up.
</div>
<!-- ** END PAYPAL EXPRESS CHECKOUT ** -->
<!-- * BEGIN GOOGLE CHECKOUT * -->
1. Are you stating the GC button does not display on the shopping cart page AND the login page on your test site?
2. Not to ask the obvious, but are you certain you have the payment module installed AND enabled on the test site?
3. What sort order have you applied? Different from all the other payment modules?
4. What happens when you apply the sandbox settings, rather than your Live/production account settings (in the payment module configuration)?
Woody
Difficultly Configuring Google Checkout
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.
Re: Difficultly Configuring Google Checkout
Quote:
Originally Posted by
shawnd
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.
That's normal, that's what the .htaccess files you created do.
You only get the blank page before you create them.
The installation and readme files should be better written and combined into just one file.
Re: Difficultly Configuring Google Checkout
Quote:
Originally Posted by
shawnd
I 've been pouring over the forums for a while now and I just cant seem to get GC to work.
Can you provide more details? Such at what happens in sandbox mode? (test with http, not https).
You can test responsehandler via tool at ropu's site. See link in his signature. Again test with http in sandbox.
Woody
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
1. Are you stating the GC button does not display on the shopping cart page AND the login page on your test site?
2. Not to ask the obvious, but are you certain you have the payment module installed AND enabled on the test site?
3. What sort order have you applied? Different from all the other payment modules?
4. What happens when you apply the sandbox settings, rather than your Live/production account settings (in the payment module configuration)?
Woody
Hi Woody,
1. The test site is working, it's the live site that doesn't and the button doesn't appear on either the login or the shopping cart. Not only that it cuts off the footer as well.
2. Yes
3. Google is 1 Paypal EC is 2. Yes
4. I have only applied the sandbox setting for both sites.
I am going to over write my test site with the live site files and see if it still works on the test site.
thanks
F
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
fossebridge
I am going to over write my test site with the live site files and see if it still works on the test site.
When you previously stated "Yes I just copied the relevant files across from the test site" sounds as if you did that already?
Note it's confusing when you say "live site" but it is running in sandbox mode.
To make sure we are on the same track, do you mean you are testing in GC sandbox mode on both your production server/shop and also GC sandbox mode on your test/development server/shop? And those shops are on separate domains? And the mod works on the production server shop but not the development server shop? Just want to be clear on when you refer to "live" site. I'm not sure if you're referring to GC Live/Production Account or a shop running on your production server. :wink2:
Did you merging the template code in to the same files in your custom directory or just uploading the supplied template files to your custom template directory (not template_default).
Maybe just re-upload with the latest mod package and reinstalling. Only takes minutes. If you enter your sandbox ID & Key correctly then you should get a GC button to display with only minimal fuss.
The more tricky part is usually getting the shipping and taxes configured and callbacks working correctly.
Be sure to test first with http, not https.
Woody
Re: Google Checkout module for Zen Cart (beta)
I've fixed it. The problem was with gcheckout.php it was pointing to admin but I wasn't getting the error message. I only found the problem when I renamed the admin folder back to admin and it started to work.
Thanks
F
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
fossebridge
I've fixed it. The problem was with gcheckout.php it was pointing to admin but I wasn't getting the error message. I only found the problem when I renamed the admin folder back to admin and it started to work.
Congrats. Strange you observed no error message. If you want to change your admin directory name you have to edit the dir name in gcheckout.php (line 31 or 1st line of code) (and of course in your ZC configure files).
Maybe one day the mod will be intelligent enough to figure out the admin directory path automagically. (like PayPal IPN mod does).
Woody