-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
rwment
I can't even get the stupid button to show up on page 2 of the checkout process. Paypal is there and the text for GC is there but no radio button for GC. I have read this entire thread and several others...
This issue is fairly well documented in this thread, but I can understand it is difficult to find info in such a long thread.
The GC pmt method is NOT suppose to appear on step 2 of page. This was suppose to be repaired in the last mod release. However the GC label still displays (without the radio button). So it is a bug in the mod.
I don't have a link in front of me but a "how-to" edit the appropriate file to fix this issue in this thread. (last month or so).
By default, the only pages the GC button should display is on the login and shopping cart pages.
Quote:
Originally Posted by
rwment
The only problem that I KNOW exists is that I have a gogglecheckoutfolder in two locations
1. in my www/htdocs folder and
2. in my www/htdocs/zencart folder
Which is the real working one and which can I delete?
/htdocs = /public_html = webroot
Delete the folder in htdocs. /googlecheckout belongs in your shoproot (zencart folder) not your webroot. (Unless the shoproot is also your webroot, which is how some merchants have set-up Zen Cart)
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Ok and yet another issue I wasnt expecting, if type:
http://www.got-its.com/zencart/googl...nsehandler.php
into my browser I get a pop up asking for a username and password.
I tried all the ones I have for my site and my server and none of them seem to work????????????
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
rwment
On the login screen it shows the GC button greyed out with the words not available for these items on the button. My problem with it showing up there is if a customer comes to the site and logs in and then shops that button is useless anyway.
There is no button or text on the shopping cart screen for GC at all. PayPal shows up just fine but not GC.
Yes it is correct for PayPal to show up on step 2 page, just not GC. See my other post regarding removing the GC label from the GC step 2 page (the template file that needs editing is tpl_checkout_payment_default.php).
If no GC button shows up on the shop cart page then you have not correctly uploaded the tpl_shopping_cart_default template file that comes with the mod.
One thing to note regarding the mod template files: The two files in the mod are for ZC v1.36 (another bug that was not repaired in last version or in the documentation). Search the last two months of this thread and you will find sources for the correctly edited versions of the ZC 1.37 template files.
If the GC button on the login page remains disabled, and you are certain you have items in your shopping cart, then the mod is not configured correctly. There is much helpful troubleshooting advice in both the mod readme files and this thread. First repair the above template issues then begin troubleshooting the mod configuration and post questions as you have them (first be sure to read this thread, at least the last several months of it).
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
rwment
Questions to ask:
1. Did you set up .htaccess on the /googlecheckout directory (with htpasswd)?
If so you should know the password.
If not..
2. Are you running PHP over CGI?
There is info in the readme on this, but it is difficult to understand.
Do you have SSL installed and Zen Cart properly configured for SSL?
Woody
-
New to GC - 2 quick ones
Installed successfully - GC option is available
In my cart I get 2 options
1 Checkout
-or use_
Google Checkout
If I select GC - works fine.
Problem is with other option:
when I get to page 2 in the checkout process I see this:
GoogleCheckout
Paypal IPN
Check/Money Order
How do I get rid of the Google reference within this option? If I de-select the GC from the payment module - the reference goes away, but so does GC option all together.
Help appreciated.
regards,
skratch
cart is still in progress...so be kind
http://ezskratch.com/zencart/index.php?main_page=
-
Re: New to GC - 2 quick ones
Woodymon, do you know if Ropu still has plans to support and provide future releases of the GC mod? I haven't seen any posts by him in a while.
I really want to thank you for providing support for all the questions that people have about this mod. If it weren't for you many questions would go answered and this thread would pretty much be dead.
I'm really surprised I don't see more interest and support in this mod by people in the community who really know php and are more familiar with how ZenCart really works. If this were the case, we wouldn't really have these issues.
Unfortunately, I've noticed most of us interested in this really don't have much php knowledge and therefore cannot contribute as much as we'd like to.
I see many questions being asked and answered over and over again, I realize many of these issues with simple fixes would be avoided if the installation and readme file were written better, perhaps even combine the installation and readme file into just one file.
-
Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
I see many questions being asked and answered over and over again, I realize many of these issues with simple fixes would be avoided if the installation and readme file were written better, perhaps even combine the installation and readme file into just one file.
Appreciate your kind words. But much of what I've learned and communicated here has come from Ropu, Isaac, Doug and all the previous developers and others whom previously provided support in this thread.
Yes to all of your questions and points.
Regarding the documentation, the angle is to generate different types of documentation and linking the documentation so it can be easily referenced, searched and navigated. That of course means putting the documentation online!
We are currently working on solutions. An announcement will be coming soon.
You were previously sent you a PM asking if you wanted to be involved but no response was received. The offer still stands. Commitment and dedication is a requirement. :wink2:
Woody
-
Re: New to GC - 2 quick ones
Quote:
Originally Posted by
ezskratch
when I get to page 2 in the checkout process I see this: GoogleCheckout
How do I get rid of the Google reference within this option? If I de-select the GC from the payment module - the reference goes away, but so does GC option all together.
It is a bug. Suggested fixes were posted in this thread during the last month.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Hi,
I've searched high and low here for an answer but can't find anything, so apologies if this has already been asked.
I have GC installed and working on a test site but I can't get it to appear on the live site. As far as I can see everything is the same.
As soon as the code goes in to tpl_shopping_cart_default.php I lose the bottom of the page.
This is what the source throws up.
</div>
<!-- ** END PAYPAL EXPRESS CHECKOUT ** -->
<!-- * BEGIN GOOGLE CHECKOUT * -->
Any help would be greatly appreciated. I been on this for about a week now and it's doing my head in.
thanks
F
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
fossebridge
Hi,
I've searched high and low here for an answer but can't find anything, so apologies if this has already been asked.
I have GC installed and working on a test site but I can't get it to appear on the live site. As far as I can see everything is the same.
As soon as the code goes in to tpl_shopping_cart_default.php I lose the bottom of the page.
This is what the source throws up.
</div>
<!-- ** END PAYPAL EXPRESS CHECKOUT ** -->
<!-- * BEGIN GOOGLE CHECKOUT * -->
Any help would be greatly appreciated. I been on this for about a week now and it's doing my head in.
thanks
F
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,
-
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
-
Re: Google Checkout module for Zen Cart (beta)
Has anybody been able to get Google Analytics to work for Google Checkout? There are different methods posted here: http://code.google.com/apis/checkout...tegration.html but I have not been successful to get it to work. Regular Zen Cart is working just fine with Google Analytics tracking.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
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
By the tool I assume you meant the responsehandler_test_v1.2.php file. In sandbox mode, http I receive the following result
Responsehandler Test: Test your implementation
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.1 404 Not Found
Date: Wed, 16 May 2007 22:44:54 GMT
Server: Apache
Transfer-Encoding: chunked
Content-Type: text/html
<HTML>
<HEAD><TITLE>Page Not Found</TITLE></HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="maroon" VLINK="maroon"
ALINK="maroon">
<CENTER>
<TABLE WIDTH="85%" BORDER="1" BORDERCOLOR="#000000"
CELLSPACING="0" CELLPADDING="3">
<TR>
<TD BGCOLOR="#e5dccd">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0"
WIDTH="100%">
<TR>
<TD WIDTH="40%"><IMG
SRC="http://images.godaddy.com/hosting/hdr_sorry_small.gif" BORDER="1"
BORDERCOLOR="#000000"></TD>
<TD ALIGN="CENTER"><H2 STYLE="font-family: arial,
sans-serif">Page Not Found</H2></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<P STYLE="margin-left: 10px; margin-right: 10px; margin-top: 10px;
margin-bottom: 10px; font-size: 10pt; font-family: arial, sans-serif">
The page you tried to access does not exist on this server. This
page may not exist due to the following reasons:
<OL><LI STYLE="font-size: 10pt; font-family: arial,
sans-serif"><STRONG>You are the owner of this web site and you have not
uploaded</STRONG> (or incorrectly uploaded) your web site. For information
on uploading your web site using FTP client software or web design
software, <A
HREF="http://ftphelp.secureserver.net/index.html">click
here for FTP Upload Information</A>.
<P>
<LI STYLE="font-size: 10pt; font-family: arial,
sans-serif"><STRONG>The URL that you have entered in your browser is
incorrect.</STRONG> Please re-enter the URL and try again.
<P>
<LI STYLE="font-size: 10pt; font-family: arial,
sans-serif"><STRONG>The Link that you clicked on incorrectly points to
this page.</STRONG> Please contact the owner of this web site to inform
them of this situation.
</OL>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Time to response: 0.35981106758118 segs
Further details:
1. Zen Cart 1.37
2. The button appears, but is "grayed" out in both "Sandbox" and the regular mode.
Anythig else? Thanks for your assistance.
-
Re: Google Checkout module for Zen Cart (beta)
Hi All,
Currently integrating Google checkout into our Zen cart using the module and things are generally going well.
I have a query or two regarding discounts and I've done a search of the forums but haven't found the answers.
1. If a customer has a group discount and is logged into Zen should this discount be applied and transferred to the Google Checkout? The discount works via the normal Zen checkout but not Google checkout.
2. The customer is never offered the chance to enter a coupon discount even though they are set up and working in Zen. Is this because I'm only working in the sandbox at the moment? I've seen the discount options on other sites using Google checkout so I know where the entry field normally appears.
I found a little info on coupons here http://www.zen-cart.com/forum/showpost.php?p=310083 but this is a different problem.
3. Is there any way of displaying the discounted price on the first basket screen in Zen if the customer is already logged in? I've had a look around but can't see any options so I take it it needs a bit of custom code to do so.
Any help would be greatfully appreciated.
Cheers
Stu
-
Re: Google Checkout module for Zen Cart (beta)
Meant to also add I'm using Zen 1.3.7 and the latest version of the checkout module.
Cheers
-
Re: Google Checkout module for Zen Cart (beta)
Ollie2,
In reply to question #1, that's a good question and one I don't recall being asked before. I don't use group discounts now, but I plan to start using in the near future. I just added this to my test shop and can confirm that group discount doesn't carry over to GoogleCheckout.
So this, group discounts, is another thing the GC module should take into consideration along with Low Order Fee and respecting all restriction on coupons.
For question 2, not really sure what could be wrong there. The field to enter the discount does show up in GC whether your using sandbox or production. You do have to log in before that field appears though.
For question 3, I don't know the answer to that one sorry. I believe it'll need some custom coding.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
BlessIsaacola
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
Hey Issac, have you got all those three shipping method working properly in GC?
I have the updated the file too, I removed all shipping services I don't use from the file as I think having too many can contribute to a time out. I copied the new descriptions from the USPS patch file that was released for ZenCart, and for the first time I finally got USPS international calculated shipping working...sort of anyway. :)
I offer Express Mail International, Priority Mail International, and First-Class Mail International. However, for some reason only Priority Mail International is the only one that shows up.
This is what I have on my file, do you see anything wrong with it?:
PHP Code:
'international_types' =>
array(
'Express Mail Int' => 'Express Mail International (EMS)',
'Priority Mail International' => 'Priority Mail International',
'First-Class Mail Int' => 'First-Class Mail International',
),
-
Re: Google Checkout module for Zen Cart (beta)
Issac, following on my post above. I just went to your website to see if you had international shipping working, but got the usual
'Clevershoppers.com does not ship to this address'
I used a UK and a Canadian address. Not sure if you really don't ship to the UK and Canada or if GC just failed.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
Issac, following on my post above. I just went to your website to see if you had international shipping working, but got the usual
'Clevershoppers.com does not ship to this address'
I used a UK and a Canadian address. Not sure if you really don't ship to the UK and Canada or if GC just failed.
Actually my international was working but I just realized as a result of your post that my array is wrong. Thanks for pointing that to me. This is from the updated Zen Cart usps.php file:
PHP Code:
$this->types = array('Express' => 'Express Mail',
'First Class' => 'First-Class Mail',
'Priority' => 'Priority Mail',
'Parcel' => 'Parcel Post',
'Media' => 'Media Mail',
'BPM' => 'Bound Printed Material',
'Library' => 'Library'
);
$this->intl_types = array(
'Global Express' => 'Global Express Guaranteed',
'Global Express Non-Doc Rect' => 'Global Express Guaranteed Non-Document Rectangular',
'Global Express Non-Doc Non-Rect' => 'Global Express Guaranteed Non-Document Non-Rectangular',
'Express Mail Int' => 'Express Mail International (EMS)',
'Express Mail Int Flat Rate Env' => 'Express Mail International (EMS) Flat Rate Envelope',
'Priority Mail International' => 'Priority Mail International',
'Priority Mail Int Flat Rate Env' => 'Priority Mail International Flat Rate Envelope',
'Priority Mail Int Flat Rate Box' => 'Priority Mail International Flat Rate Box',
'First-Class Mail Int' => 'First-Class Mail International'
);
Based on the above information my array should be Priority Mail International instead of Priority Mail Int. It would be nice if things would have been consistent. Please retest international shipping again.
-
Re: Google Checkout module for Zen Cart (beta)
Issac, I have retested. Now it's working like mine, only Priority Mail International is showing.
Do you what could be the reason the others aren't showing?
At least one is working, but I really would like 1st-class international to show up, most of the packages I ship are small 2 to 5 ounces so it does make a big difference.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
Ollie2,
In reply to question #1, that's a good question and one I don't recall being asked before. I don't use group discounts now, but I plan to start using in the near future. I just added this to my test shop and can confirm that group discount doesn't carry over to GoogleCheckout.
So this, group discounts, is another thing the GC module should take into consideration along with Low Order Fee and respecting all restriction on coupons.
For question 2, not really sure what could be wrong there. The field to enter the discount does show up in GC whether your using sandbox or production. You do have to log in before that field appears though.
For question 3, I don't know the answer to that one sorry. I believe it'll need some custom coding.
Thanks for the reply.
WRT 1. I'm glad to hear that the group discount problem is not just related to my install and as you say it would be nice if this gets resolved in a future release.
WRT 2. Regardless of whether I log into GC or not the discount coupon entry field is not being shown. Do you know if the field is shown regardless of whether a coupon is set up? I've tried with none and also with a basic coupon with no restrictions too.
Do you have a UK based account?
WRT 3. I thought that would be the case, I wondered about it in case GC takes it's figures from the first checkout screen and if the discounts could be displayed would they be transferred.
I may do some delving into the code to see how it all works.
Cheers
-
Re: Google Checkout module for Zen Cart (beta)
With a bit more digging I've found a couple of references to coupons and discounts which may explain my problems.
The first mentions as tj1 has to setup coupons in GC seller account under settings, well there are no options in there that I can find to do this in either our sandbox or real sellers account.
Next I reread the developer notes and noticed
http://code.google.com/apis/checkout..._and_discounts
The key part being
Quote:
- Use the Merchant Calculations API to compute discounts after the buyer reviews the order. If you choose this option, the customer will have the option to enter coupon or gift certificate codes on the Google Checkout Place Order page. This option requires you to create and operate a fast, highly reliable web service to compute discounts. (That service could also calculate tax and shipping costs.) Please see the Merchant Calculations API section for more information.
- Note: Merchants in the U.K. cannot yet use the Merchant Calculations API to calculate coupons or gift certificates.
It seems that coupons are handled by the Merchant Calculations API which at the moment UK Merchants don't get.
So that along with Zen not posting group discounts probably explains why it won't work for us at the moment. We can't really release the GC integration on our site until this is working as trade customers can't buy via it as they get different prices to joe public.
If anyone knows if the mod is likely to change anytime soon to integrate discounts being posted to GC then it would be great to hear. In the meantime I may have a look at the code myself but I fear it's going to be a little bit above my talent.
Cheers
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
Issac, I have retested. Now it's working like mine, only Priority Mail International is showing.
Do you what could be the reason the others aren't showing?
At least one is working, but I really would like 1st-class international to show up, most of the packages I ship are small 2 to 5 ounces so it does make a big difference.
Please retest but using this product to test the check: http://www.clevershoppers.com/index....oducts_id=7994
Make sure that's the only product in your shopping cart and then try GC and let me know the result.
Thanks!
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Ollie2
With a bit more digging I've found a couple of references to coupons and discounts which may explain my problems.
The first mentions as tj1 has to setup coupons in GC seller account under settings, well there are no options in there that I can find to do this in either our sandbox or real sellers account.
Next I reread the developer notes and noticed
http://code.google.com/apis/checkout..._and_discounts
The key part being
It seems that coupons are handled by the Merchant Calculations API which at the moment UK Merchants don't get.
So that along with Zen not posting group discounts probably explains why it won't work for us at the moment. We can't really release the GC integration on our site until this is working as trade customers can't buy via it as they get different prices to joe public.
If anyone knows if the mod is likely to change anytime soon to integrate discounts being posted to GC then it would be great to hear. In the meantime I may have a look at the code myself but I fear it's going to be a little bit above my talent.
Cheers
Regular ZC coupon works for us using GC. The only problem is it doesn't follow the restrictions in ZC. For example if you create a coupon in ZC that is suppose to be a one time use GC will allow the customer to use it more than one time. I am in the US so this may explain the difference in our coupon usage.
It appears that the folks at Google are really not detail oriented when it comes to programming. Google terminated the $10 promotion on 5/15/07 and our customers are still getting $10 off from Google even though the button for the promotion has been updated with the standard button. I pointed this out to say that Google doesn't even do it right even when it cost then millions of dollars let alone a free mod to support the program.
-
Double Entries
I'm getting two entries for each new customer and order. The message from Sandbox is
"We encountered an error trying to access your server at http://www.brianmccorkle.us/store/go...nsehandler.php -- the error we got is: java.net.SocketTimeoutException: Read timed out"
I suspect, that this is the first order and the second order is entered on retry.
Using "Ropus ResponseHandler Test," the first gave an immediate error (sorry, I didn't write it down), subsequent attempts responded with "200 OK."
I'm not sure where the problem is occurring.
May be related? I had checkout_success as the continue shopping URL. That generated a Session Expired on return.
Any hints or pointers?
-
Re: Double Entries
Quote:
Originally Posted by
Brian the Brain
I'm getting two entries for each new customer and order. The message from Sandbox is
"We encountered an error trying to access your server at
http://www.brianmccorkle.us/store/go...nsehandler.php -- the error we got is: java.net.SocketTimeoutException: Read timed out"
I suspect, that this is the first order and the second order is entered on retry.
Using "Ropus ResponseHandler Test," the first gave an immediate error (sorry, I didn't write it down), subsequent attempts responded with "200 OK."
I'm not sure where the problem is occurring.
May be related? I had checkout_success as the continue shopping URL. That generated a Session Expired on return.
Any hints or pointers?
Your return page cannot be checkout_success. The reason for this has been discussed in previous posts. I am not sure if that's related to your problem or not but I will start there by changing the return to page to another page that DOES NOT require custom login.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
BlessIsaacola
No, retested with that product, still the same, this is the only available option:
USPS: Priority Mail International ($21)
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
No, retested with that product, still the same, this is the only available option:
USPS: Priority Mail International ($21)
Hmm...I am lost for answers. I am just glad that we get less than 1% international sales so for us this is really not a critical problem. Hopefully, when someone else takes over this mod they will fix this or perhaps Woody and Chain_Man can provide a solution.
-
Re: Google Checkout Installation Problems
Quote:
Originally Posted by
shawnd
I am trying to install the latest version of the the Google Checkout module (google-checkout-zencart-v1.3RC2). I mod'ed the files as per the instructions. When intalling the module I get the following error:
Fatal error: Call to undefined function: zen_cfg_select_shipping() in /home/content/e/o/v/eoverhead/html/store/admin/modules.php(283) : eval()'d code on line 1
Any ideas? Thanks in advance.
*edit* man, so blind LOL. forgot to change the admin folder, uploaded the "admin" folder to a wrong path....how blind :p
-
Attention required: order notification failing
Help!
I installed Google Checkout - had problems with it and decided to give up on it for now. But the errors from the test orders I ran are still coming. I deleted the orders and have selected to not receive e-mail notifications for orders - but they just won't stop.
It has been three or four weeks and I've tried everything I can think of to stop the error notifications. What am I missing?
Help!
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Ollie2
If anyone knows if the mod is likely to change anytime soon
Yes it will. Not sure how soonest but still in development...
Quote:
Originally Posted by
Ollie2
to integrate discounts being posted to GC then it would be great to hear.
And not sure if discounts are being worked on at the moment.
Google Checkout mod does not process "order totals" mods as we want/need. As I've posted previously, I hope to see the "Better Together" mod discount which is an "Order Totals" type mod, supported by Google Checkout.
Wish I could be of assist.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
BlessIsaacola
Hmm...I am lost for answers. I am just glad that we get less than 1% international sales so for us this is really not a critical problem. Hopefully, when someone else takes over this mod they will fix this or perhaps Woody and Chain_Man can provide a solution.
I will be testing USPS Air Mail (international) soon. If I learn anything significant will let you know.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Thanks for the help guys, I look forward to the mod being updated in due course.
-
Re: Google Checkout module for Zen Cart (beta)
Woodymon, thanks and please do let us know if you get USPS international working.
On another note, sorry about not replying to the PM. I meant to, but I'm almost always very busy trying to manage 3 sites, plus sales on eBay and other third-party sites and keep being sidetracked by one thing or another.
Unfortunately, because of this busy schedule, I wouldn't be able to commit to help with the Google Group, not to mention I haven't even figured out how it all works; I haven't really used groups before, just used to the usual forums.
It does seem like a great idea until GC can have its own section here in ZenCart like PayPal does.
I saw Ropu posting in the other cart's forum yesterday about creating a Google Groups to offer better support.
You and the other guys have already done a great job at setting up the one for ZenCart, perhaps it's time to start promoting it now or is it not ready yet?
-
Re: Double Entries
Quote:
Originally Posted by
BlessIsaacola
Your return page cannot be checkout_success. The reason for this has been discussed in previous posts. I am not sure if that's related to your problem or not but I will start there by changing the return to page to another page that DOES NOT require custom login.
This seems to fix that problem. I tried the ordering with "shopping_cart" and "checkout_success." The "checkout-success" was associated with the double entry.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
Woodymon, thanks and please do let us know if you get USPS international working.
Will do. Was hoping to get to it before I leave off for vacation. But now doubtful.
Quote:
Originally Posted by
tj1
It does seem like a great idea until GC can have its own section here in ZenCart like PayPal does.
Founders said that could not happen until GoogleCheckout becomes part of core distribution. So were doing the best we can to prepare a new support area. Supporting distinct multiple threads is a base requirement.
Quote:
Originally Posted by
tj1
I saw Ropu posting in the other cart's forum yesterday about creating a Google Groups to offer better support.
I think both ropu and Jacob liked what we are doing so they want the same for OSC. Understandable.
Quote:
Originally Posted by
tj1
You and the other guys have already done a great job at setting up the one for ZenCart, perhaps it's time to start promoting it now or is it not ready yet?
It's just been me and Doug. Its taken a far larger chunk of my time than expected. And still not halfway done with fleshing out the docs. The online docs (aka Pages) will be the center piece of the support forum so it is important they are professional before going live. Was hoping to make the docs at least well enough before I head on vacation but not enough time. So I'm resisting recommending or promoting the new community support forum until Doug and I can get the docs in respectable shape AND the management processes are in place to moderate the group. But we don't have enough free time in our day to dedicate to preparing the site to be ready quickly so I've requested both Ropu and Doug to not promote the group yet. I know Ropu is chomping at the bit wanting to go live with new support site. But as he well understands it's ready when it's ready. Probably you will see a new mod update before the official support site rollout announcement.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
This has been asked a couple of times before, but there hasn't really been an answer to it.
Does anyone know if GoogleCheckout works with shared SSL?
I have my own SSL certificate on the site on which I'm currently using GC. However, I want to add GC to a couple more websites I have and would like to know if I could use a shared SSL instead of having to purchase and install additional certificates for the sole purpose of using GC.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
This has been asked a couple of times before, but there hasn't really been an answer to it.
Does anyone know if GoogleCheckout works with shared SSL?
I have my own SSL certificate on the site on which I'm currently using GC. However, I want to add GC to a couple more websites I have and would like to know if I could use a shared SSL instead of having to purchase and install additional certificates for the sole purpose of using GC.
Apparently not.
http://groups.google.com/group/googl...879132bd96dccb
-
Re: Google Checkout module for Zen Cart (beta)
Thanks Brian, knowing that should save me some headaches. [:)]
-
Re: Google Checkout module for Zen Cart (beta)
Hi, I installed Google Checkout, and I turned it on from the Admin Screen. Per the installation notes, I got a blank page when I went to the URL referencing responsehandler.php. I had the label without the radio button on step 2 of the checkout process, and I uploaded the file found elsewhere in this thread.
My question is, where exactly are the Google Checkout graphics and images supposed to show up? I installed everything (verifying I installed things in my custom directory) but I'm not sure what's wrong. My cart is located here.
I have a non-shared SSL certificate, I double-checked that I have the merchant number and key entered correctly, etc. Any advice of what I should be looking for? Thanks.
-
Re: Google Checkout module for Zen Cart (beta)
Out of curiosity and really with no sarcasm meant, but has anyone really gotten the Goggle Checkout to work the way it is supposed to? I would love to use it, however my to-do BINDER (not to-do list anymore) just doesnt afford me the time to get this thing set-up. I tried for almost a week with no luck and was just wondering if it does indeed work?
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
aaelghat
My question is, where exactly are the Google Checkout graphics and images supposed to show up? I installed everything (verifying I installed things in my custom directory) but I'm not sure what's wrong.
You should only see the Google Checkout button in the shopping cart and in the login screen, except when using a split login screen.
I did see the button in your shopping cart page.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
rwment
Out of curiosity and really with no sarcasm meant, but has anyone really gotten the Goggle Checkout to work the way it is supposed to?
Yes. No sarcasm taken.
You will have better luck with a basic zen-cart installation. The more mods you add and the more customization you have in your cart, the less likely your GCO will work. If you use only a few straight-forward shipping methods, your chances of GCO working for you are better, too.
-
Re: Google Checkout module for Zen Cart (beta)
Hi. Sales Tax is not being added to Google Checkout total. Anyone know why? I have added a Sales Tax called VAT at 17.5%. This for ALL Zones. It adds it OK when going through other, normal payment methods like Paypal/Credit Card, it just does NOT get applied when checking the Google button due to it being before all Tax and Coupon calculations. (Coupons not being added either but we're going to live with that as I did not get fix to this before).
We'll have to abandon Google checkout if we can't fix this as we're losing money.
Thanks
-
Not sending to Sandbox?
I'm using the sandbox for testing. I can receive new orders at zen cart ok.
But, when I try to send a change from ZC, nothing happens in the Sandbox. The information is written to my message response log. No error messages are issued in the log. The browser has a page with the message "error setting certificate verify locations."
I've checked all the id numbers etc.
I'm not sure where to go with this. Are other sandboxees able to send changes from their cart to the Google Sandbox?
-
Re: Google Checkout module for Zen Cart (beta)
-
Re: Google Checkout module for Zen Cart (beta)
Ok, first let me say that I am NOT a coder at all. php, lmnop, it's all the same to me!
I've got the google checkout mod installed. I've changed the chmod on the files specified. Checked the file specified in the instructions and got the blank page. From there, I'm not sure what to do.
I've tested google checkout and it only shows the rates that I specified in admin instead of pulling rates from USPS and UPS.
In addition, it shows all kinds of shipping options that I don't use with a 0.00 value next to them making it seem like they're free! Yikes!
The final problem is that it shows the old terms from USPS and not the new May 14th updated terms for USPS shipping (I'm wondering if this could be part of the problem).
Can anyone please patiently help me fix these problems?
Thanks in advance,
Billie
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
zabara1
The obvious first question is: Do you have a SSL certificate and is SSL enabled on your zen cart?
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
bbemis
Ok, first let me say that I am NOT a coder at all. php, lmnop, it's all the same to me!
I've got the google checkout mod installed. I've changed the chmod on the files specified. Checked the file specified in the instructions and got the blank page. From there, I'm not sure what to do.
I've tested google checkout and it only shows the rates that I specified in admin instead of pulling rates from USPS and UPS.
In addition, it shows all kinds of shipping options that I don't use with a 0.00 value next to them making it seem like they're free! Yikes!
The final problem is that it shows the old terms from USPS and not the new May 14th updated terms for USPS shipping (I'm wondering if this could be part of the problem).
Can anyone please patiently help me fix these problems?
Thanks in advance,
Billie
What shipping options do you have enabled in the Admin shipping config?
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
bbemis
Ok, first let me say that I am NOT a coder at all. php, lmnop, it's all the same to me!
I've got the google checkout mod installed. I've changed the chmod on the files specified. Checked the file specified in the instructions and got the blank page. From there, I'm not sure what to do.
I've tested google checkout and it only shows the rates that I specified in admin instead of pulling rates from USPS and UPS.
In addition, it shows all kinds of shipping options that I don't use with a 0.00 value next to them making it seem like they're free! Yikes!
The final problem is that it shows the old terms from USPS and not the new May 14th updated terms for USPS shipping (I'm wondering if this could be part of the problem).
Can anyone please patiently help me fix these problems?
Thanks in advance,
Billie
This most likely indicates one of the following:
- A time out
- GoogleCheckout cannot access response handler
Please log in to your GoogleCheckout account Integration>Settings and look if you see any errors listed there.
-
Re: Google Checkout module for Zen Cart (beta)
Hi Chain Man,
I'm using USPS and UPS...both work perfectly as long as google checkout is not selected.
-
Re: Google Checkout module for Zen Cart (beta)
Hi TJ1
I am helping a friend with this so I've emailed him to check to see if there are errors and I'll post them just as soon as he gets back to me.
However, I really feel like I just don't have it set up right. Should every mail option known to man be showing up in google?
Last night, I turned off USPS shipping and just ran it with UPS to see if that would work and it didn't work.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
bbemis
Hi Chain Man,
I'm using USPS and UPS...both work perfectly as long as google checkout is not selected.
Have you installed the Shipping module update of May 14 from ZenCart? The link is: http://www.zen-cart.com/forum/showthread.php?t=65732
If you have, then you may have to reconfigure your /includes/modules/payment/googlecheckout.php file. Check page 153 of this thread for hints.
-
Re: Google Checkout module for Zen Cart (beta)
No, all options only show when one the things I mentioned happens, either a time out or unable to access responsehandler.php
When there's no time out and GC is able to access responsehandler.php, then it should work correctly.
-
Re: Google Checkout module for Zen Cart (beta)
Yes I did install the new May 14th rates for USPS. I will check around 153 to fix any problems.
That still doesn't explain why UPS wasn't working by itself when I uninstalled USPS though...something else must be wrong.
-
Re: Google Checkout module for Zen Cart (beta)
I am making the changes to the new international shipping terms (i.e. from airmail parcel post to first class international). Do I need to get rid of the services that I don't use or should I just leave them there?
-
Re: Google Checkout module for Zen Cart (beta)
Ok so I changed over the international USPS options and now they don't show up at all in google checkout and google is still not pulling shipping rates from USPS or from UPS.
-
Re: Google Checkout module for Zen Cart (beta)
bbemis, have you set your callback url in GoogleCheckout? Are you using a sandbox account?
You really need to check your GC account Integration>Settings and see what errors you have listed there.
-
Re: Google Checkout module for Zen Cart (beta)
I checked the response_error.log file and here's what it says:
20:41:25 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Mon May 21 21:18:39 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Mon May 21 21:38:09 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Mon May 21 21:49:38 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Mon May 21 21:51:35 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Mon May 21 21:53:14 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Mon May 21 22:00:28 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Tue May 22 11:17:23 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Tue May 22 11:23:05 MST 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
Does this mean that his merchant ID and Key are wrong or not working?
-
Re: Google Checkout module for Zen Cart (beta)
Exactly what I suspected.
First check that you have entered your merchant id and key correctly, sometimes there can be an extra space and this can cause this problem.
If you're running PHP over CGI, you most likely are, have you correctly created the .htaccess and .htpassword files??
Make sure you're using a sandbox account if you have selected sandbox in the settings or use a production account if you have selected production.
-
Re: Google Checkout module for Zen Cart (beta)
checked the passwords and production server and both are set correctly. I found the instructions for the .htaccess file but I don't understand them. What do I need to do? Here's the instructions:
.htaccess Basic Authentication Mode with PHP over CGI? If your site is
installed on a PHP CGI you must disable Basic Authentication over PHP.
To avoid spoofed messages (only if this feature is enabled) reaching
responsehandler.php, set the .htaccess file with the script linked
(http://your-site/admin/htaccess.php).
Set permission 777 for http://your-site/googlecheckout/ before running
the script. Remember to turn back permissions after creating the files.
-
Re: Google Checkout module for Zen Cart (beta)
...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.
-
Re: Google Checkout module for Zen Cart (beta)
Ok...I've done this and still having the same problems. What should I try next?
-
Re: Google Checkout module for Zen Cart (beta)
OMG it's almost working!!! My UPS rates show and my domestic USPS rates work, but my international USPS rates don't....those are the ones I just changed the names to....
-
Re: Google Checkout module for Zen Cart (beta)
ok I'm soooo close....here's my googlecheckout.php where I changed the names for the USPS international shipping choices...did I do something wrong here? They are the only ones not showing up in google checkout now...
'usps' => array(
'domestic_types' =>
array(
'Express' => 'Express Mail',
'First Class' => 'First-Class Mail',
'Priority' => 'Priority Mail',
),
'international_types' =>
array(
'Express Mail Int' => 'Express Mail International (EMS)',
'Priority Mail International' => 'Priority Mail International',
'First-Class Mail Int' => 'First-Class Mail International',
),
),
-
Re: Google Checkout module for Zen Cart (beta)
First, obvious question, are you testing with an international address?
Second, does the products you are testing with have weight?
Third does any of the USPS international options show up?
For some reason, even if correctly configured, only Priority Mail International will show up.
Hopefully, Ropu will show up one of this days with an update that addresses this and several other issues.
-
Re: Google Checkout module for Zen Cart (beta)
Hi,
Yes, I'm using an international address & the product has weight. And, no...no international options are showing up at all. Not even priority international.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
bbemis
ok I'm soooo close....here's my googlecheckout.php where I changed the names for the USPS international shipping choices...did I do something wrong here? They are the only ones not showing up in google checkout now...
'usps' => array(
'domestic_types' =>
array(
'Express' => 'Express Mail',
'First Class' => 'First-Class Mail',
'Priority' => 'Priority Mail',
),
'international_types' =>
array(
'Express Mail Int' => 'Express Mail International (EMS)',
'Priority Mail International' => 'Priority Mail International',
'First-Class Mail Int' => 'First-Class Mail International',
),
),
Remove the commas from the end of this line:
'Priority' => 'Priority Mail',
and from this line:
'First-Class Mail Int' => 'First-Class Mail International',
and try again.
-
Re: Google Checkout module for Zen Cart (beta)
Ok...I was testing it wrong.
I was using a canadian account from my website, but my same google account so it still thought i was in the us. I made a new google account with a canadian address and get the priority mail international option only. We don't have a fix beyond that right?
-
Re: Google Checkout module for Zen Cart (beta)
I am trying to run the GOOGLE CHECKOUT Automatic shipping generator v0.1 but when I do all I get is:
It took (Average) 0.05840 Secs.
I have 14 active shipping options and none are showing up.... suggestions? The shipping options do not show up as green but all work. They are orange colored. If I uninstall the shipping option and reinstall, no matter what I do it seems once I associate a shipping region it goes from green to orange.
GOOGLE CHECKOUT MODULE FOR ZEN-CART (v1.3RC2)
Thanks,
Michael
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
kenaniah
I am trying to run the GOOGLE CHECKOUT Automatic shipping generator v0.1... I have 14 active shipping options and...they are orange colored.... no matter what I do it seems once I associate a shipping region it goes from green to orange.
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
-
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
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
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
-
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
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
kenaniah
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.
-
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
...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
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
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
dkerfoot
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
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
kenaniah
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.
-
Re: Difficultly Configuring Google Checkout
Quote:
Originally Posted by
kenaniah
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.
-
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.
-
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
-
problems with Tax calculation, and CDN conversion
The tax that is going to Google checkout is wrong, I have two tax zones, one for ontario and other one for rest of Canada, Ontario is 14% and rest of Canada is 6% however Google is only charging tax for rest of canada even though the customers address is from Ontario.
How do I fix this???
Also if my cart is in CDN how do I send the total to Google in USD after converting it to USD, i had to disable Google CO if a customer selects CDN currency, i should be able to convert it to USD using the conversion rate and send USD amount to google CO
My site is currently running on sandbox
its www.globalsatfta.com/store
thanks
-
Re: Google Checkout module for Zen Cart (beta)
Hey guys, need a little help with something. Google Checkout works great, but I have an issue. After a bit of work I got it up and running flawlessly, but just now I installed two custom shipping modules. Now I see this error during checkout:
Warning: Invalid argument supplied for foreach() in DirectoryPath/googlecheckout/gcheckout.php on line 389
And also in the back end when I edit the Google Checkout Module I see this:
Default Values for Real Time Shipping Rates
Default values for real time rates in case the webservice call fails.
Expedited expedited not configured!
Standard standard not configured!
Both Standard and Expedited are the new modules I came up with. Nothing fancy, basically just clones of Per Item. I have looked through gcheckout.php and I can not see any call to the Per Item module. I did see a call to the Table module. I am not sure how to configure the new modules with google checkout. Anyone have any ideas?
-
Re: Google Checkout module for Zen Cart (beta)
Can anyone answer this?
Thanks!
Quote:
Originally Posted by
dkerfoot
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
-
Re: Google Checkout module for Zen Cart (beta)
Yes, that's normal. That's what the .htaccess and .htpasswords files do.
This happens after you configure your GC setting and set the basic authentication for php running over CGI.
It's a good thing too, if you didn't have those set up, anyone would be able to access the files on your /googlecheckout folder.
The user name and password are your GC merchant ID and key.
-
Re: Google Checkout module for Zen Cart (beta)
Long time lurker,, thanks for tolerating my post.
I've used the search feature but have not found this error on this specific line. I hope someone can help.
I am getting an error when I attempt to verify google checkout in the payment-modules in the admin panel.
"Cannot redeclare class googlecheckout line 507.bmp" includes/modules/payment/googlecheckout.php
the only think in this line is a }
I'm am attempting to install v1.3.7 v1.3RC2
Thanks for any help.
-
Re: Google Checkout module for Zen Cart (beta)
Have added anything to that file?
I'm checking that file and I only have 481 lines.
-
Re: Google Checkout module for Zen Cart (beta)
I just downloaded it again here at work, opened the same file and the last line on this file is line 509, and it looks the same as the one that I loaded.. but to specifically answer your question, no, I have not added anything to this file.
:frusty:
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
Yes, that's normal. That's what the .htaccess and .htpasswords files do.
This happens after you configure your GC setting and set the basic authentication for php running over CGI.
It's a good thing too, if you didn't have those set up, anyone would be able to access the files on your /googlecheckout folder.
The user name and password are your GC merchant ID and key.
Thanks for the reply! When I enter the GC merchant ID and key I get a Page not Found 404 error.
I searched for the problem in this thread with no luck. Any suggestions?
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
dkerfoot
Thanks for the reply! When I enter the GC merchant ID and key I get a Page not Found 404 error.
I searched for the problem in this thread with no luck. Any suggestions?
Follow-up:
I used responsehandler_test_v1.2.php and got this response:
Quote:
SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
My CA - Equifax Secure Global eBusiness CA-1 is on the approved list.
I follow the directions for checking the certificate chain, but don't know if my chain is good or not!
It shows:
Equifax Secure Global eBusiness CA-1
- keyllama.com (my website)
How can you know if there is supposed to be more to it? If there is a problem, how do I communicate it to my sitehost?
Thanks!
-Doug
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
DarkAzrael
Hey guys, need a little help with something. Google Checkout works great, but I have an issue. After a bit of work I got it up and running flawlessly, but just now I installed two custom shipping modules. Now I see this error during checkout:
Warning: Invalid argument supplied for foreach() in DirectoryPath/googlecheckout/gcheckout.php on line 389
And also in the back end when I edit the Google Checkout Module I see this:
Default Values for Real Time Shipping Rates
Default values for real time rates in case the webservice call fails.
Expedited expedited not configured!
Standard standard not configured!
Both Standard and Expedited are the new modules I came up with. Nothing fancy, basically just clones of Per Item. I have looked through gcheckout.php and I can not see any call to the Per Item module. I did see a call to the Table module. I am not sure how to configure the new modules with google checkout. Anyone have any ideas?
Can anyone help me with this? I am not sure what is going on with it...