-
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?
Try again, sometimes if you take too long too enter your the user and password your server might time out and give you the 404 error.
Try to access the googlecheckout folder again. If it's configure correctly, you should be able to use your merchant id as user and merchant key as password.
If it doesn't work, you probably did not set up the .htaccess and .htpassword files correctly.
Are you running php over cgi?
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
DarkAzrael
Can anyone help me with this? I am not sure what is going on with it...
You need to add the new shipping methods to includes/modules/payment/googlecheckout.php
Code:
Script to create new shipping method
http://your-site/zencart_dir/googlecheckout/shipping_generator
More Info
http://your-site/zencart_dir/googlecheckout/shipping_generator/README
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
Try again, sometimes if you take too long too enter your the user and password your server might time out and give you the 404 error.
Try to access the googlecheckout folder again. If it's configure correctly, you should be able to use your merchant id as user and merchant key as password.
If it doesn't work, you probably did not set up the .htaccess and .htpassword files correctly.
Are you running php over cgi?
I've tried it a dozen times, cutting and pasting the Merch id and key, so I am confident it isn't timing out.
Yes running php over cgi
I do think that I filled everything out correctly creating .htaccess and .htpassword I even did it a 2nd time to be sure.
-
Re: Google Checkout module for Zen Cart (beta)
I've been a bit of lurker in here and have found much help with this module, thanks all! Quick question. I've finally got things working where Google checkout posts everything back to the admin, orders are showing up fine, the only issue is that Google orders don't affect my product quantity counts and thus don't show up in my products purchased tab under reports. On the orders page it lists the products and product id's properly, but for some reason they don't affect the actual product quantities.
I've done a search and haven't been able to find anything on this. Is there something I need to change in the code to make this happen or is this a feature they're still working on? This is definitely the least of all the evils I've been having, but it would be nice to have the products show up on my bestseller lists as I get about half my orders coming through Google. Thanks!
-
Re: Google Checkout module for Zen Cart (beta)
I was kind of hesitant to install Google checkout due to the long and not guaranteed to work process like other Mod.
Today, i installed the files and updated the ones need to be updated on a site that i use to test new installation on, i have a couple of errors:
1) when i have credit cards enable i get an error that say:
Fatal error: Cannot break/continue 1 level in
D:\<<Site Directory>>\includes\templates\template_default\templates\tpl_checkout_payment_d efault.php on line 134
<?php
$selection = $payment_modules->selection();
if (sizeof($selection) > 1) {
// ** GOOGLE CHECKOUT **
if($selection[$i]['id'] == "googlecheckout")
continue; <<Line 134>>
// ** END GOOGLE CHECKOUT **
?>
2)when i disable the credit card i am able to see Google checkout as a payment option, but when i pay for the item i am testing with it display the thank you page from my site and never took me to google to finalize the payment.
I did not read all 161 pages but i tried to search for the error an i could not find any thing of help.
Any idea? i am using the the latest Zen Cart 1.3.7 and GCO v1.2RC4rev1 which worked for some people. Thanks.
Note: i set up my Google checkout account today, my bank is not verified yet, could that has any thing to do with it?
-
Re: Google Checkout module for Zen Cart (beta)
This is my own unique experience with Google Checkout. You may or may not be having the same issues and came up with the same solutions as me, but in the event that you are stuck, this is what I have learned.
1. The only checkout option I give my customers is Google Checkout. I removed the normal Checkout option because too many customers found it confusing that if they clicked the normal checkout button they couldn't then checkout through Google. Of course, Google is the only credit card processing service I offer and it works well for me. I have been strictly using Google Checkout for a month now and so far no problems. Since Google Checkout isn't charging any fees until 2008, this is also the most cost effective solution for me.
2. The shipping integration has just never seemed to work right, therefore, I decided to just charge a flat shipping fee and flat handling fee per item. I disabled all other shipping options including Free Shipping and this seems to work. I would like to, at some point, integrate with USPS and have it calculate correctly in Google Checkout, but right now it just doesn't seem to work right.
3. I've never had any problems with my sales tax. They seem to calculate correctly in Google Checkout. I do not like, however, how Google adds the sales tax to the price of the item and then in small font says THIS INCLUDES 8.25% SALES TAX. I think the Sales Tax should be a separate line item like Shipping and Handling.
4. I also wish that I didn't have to enter my coupon codes separatley in Google Checkout. This means if I want to offer a new coupon, I have to add it in Zen Cart and then add it in Google Checkout. Seems like my customers could just enter it before Checkout and it pass through to Google Checkout.
Don't know if this info will come in handy to anyone, but if you have a question, feel free to email me using the form on my site.
Thanks
www.infaithwear.com
INSPIRE CHANGE...
##############################___
Jennifer
www.infaithwear.com
Inspire Change...
-
Re: Google Checkout module for Zen Cart (beta)
I am keep getting this error,
Jun 1, 2007 1:19:09 AM EDT Error 578014902684527 We encountered an error trying to access your server at https://store.globalsatfta.com/googl...nsehandler.php -- the error we got is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
The order process at Google, but I dont see anything in my admin and the cart is still there with the items in there.
-
Re: No Radio selection for Google Checkout
I removed the line which was giving an error, i now able to see the credit card payment option and the check/Money order, one problem though, Google checkout appear without the radio selection, Any Idea?
Also, is it ok to remove line 134 from the file? see in red below.
<?php
$selection = $payment_modules->selection();
if (sizeof($selection) > 1) {
// ** GOOGLE CHECKOUT **
if($selection[$i]['id'] == "googlecheckout")
continue; <<Line 134 Where the error is>>
// ** END GOOGLE CHECKOUT **
?>
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
zabara1
I am keep getting this error,
Jun 1, 2007 1:19:09 AM EDT Error 578014902684527 We encountered an error trying to access your server at
https://store.globalsatfta.com/googl...nsehandler.php -- the error we got is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
The order process at Google, but I dont see anything in my admin and the cart is still there with the items in there.
It appears that your SSL certificate is not valid. Do you have one? Are you using the sand box? If so, do you have the 'https:' option checked in your Admin > Payments > GCO configuration but don't have SSL enabled in your cart?
-
Re: Google Checkout module for Zen Cart (beta)
Ummm. Just found out that PayPal is offering free credit card transaction processing until 1/31/2008 as well. If you can't get Google Checkout to work, you might be interested in knowing this.
You can sign up here: http://www.zen-cart.com/getpaypal
jnetmcp
www.infaithwear.com
Inspire Change
-
Re: Google Checkout module for Zen Cart (beta)
Wow, it looks like Google gave up on this mod, lots of errors that has no answer to!! and when you think one error got fixed another one pops up or is it just me?
i desperately trying any thing since i wasted more than a day one it, i finally clicked on the demo in ropu's signature and that really did it for me, code all over the place which tells me one thing that this mod does not even work with a clean cart installation, imagine if you have a cart with 10 -20 mods installed. Good Luck, i think the paypal offer is very appealing to me now and it is free until 2/28/2008.
Sorry ropu, nothing personal but google demand quality sites and we demand something that at least work or someone to provide answers for these errors.
-
Re: Google Checkout module for Zen Cart (beta)
The module, with its current limitations, works without any errors if you follow instructions step by step. Unfortunately, instructions are not laid out properly and can be confusing sometimes.
When I first found out about this mod, I really gave it a lot of thought whether I should even try to install it because of the many issues people were reporting. However, I gave it a shot and to my surprise, it was very easy to install and got it working without any errors on the first try.
I have contacted Google a couple of times asking whether support or development on this module has stopped.
This is the reply:
"...While the Google Checkout team is actively working to improve this module,
please understand that we cannot configure or debug merchants' code on an
individual basis since each merchant has various configurations and add-on
modules installed on his website..."
I totally agree with that, but I told them it should support all of ZenCart's standard features and was told they'll incorporate my feedback as they continue to improve the product.
This mod works perfectly with a clean installation, as long as the sometimes confusing instructions are followed correctly. When you have additional add-ons, then there might be some issues.
Regarding the paypal offer, that sounds good, and should be another reason for Google to fix and improve current issues. But if they continue at this pace, they'll probably have to offer another year of free processing.
Check paypal terms though, I couldn't completely undestand them. You will also need to sign up for yahoo marketing.
-
Re: Google Checkout module for Zen Cart (beta)
Thanks TJ,
I really want to have this as another option for my customers, i got as far as showing the button on my shopping cart and when you click on it it will take you to google and show the items in the shopping cart and ask you to sign in. I did not complete the process since i do not have a sandbox account set up yet.
The problems i am facing is when you delete the items from the shopping cart and have an empty cart, an error will display saying duplicate deceleration of the function strleft (i do not have the exact error now since i disabled the GC option),
i tried the if (!function_exists('strleft')) then another function gave an error and i did that to all the functions and then the xmlbuilder was givin me an error and that is when i throw the towel.
Quote:
This mod works perfectly with a clean installation, as long as the sometimes confusing instructions are followed correctly. When you have additional add-ons, then there might be some issues.
I do not think so, have you seen the demo site in Ropu's Signature? you can see code (PHP code) in the shopping cart and other pages that use the GC.
Anyway, thanks for your reply and i am happy for you that you got it to work.
-
Re: Google Checkout module for Zen Cart (beta)
TamyA,
Yes, I've used the demo sites (there are two of them actually). Sometimes they work, sometimes they do not. Keep in mind those aren't clean installations and that several people can be using the demo at the same time and changing settings and configurations and you don't even realize that.
I once tried to test a new feature in his demo sites, but by the time I finished configuring it, someone else had changed it to something else.
-
Re: Google Checkout module for Zen Cart (beta)
Hey all,
Just wanted to relay a message from Ropu that he is hard at work further developing the Google Checkout mod for Zen Cart.
This last week I was able to assist Ropu in testing some patch code to make the 'freeshipper' and 'per item' (national/international) shipping mods behave well together with Google Checkout. And freeshipping works great for me now. (again the fixes are applicable to per item shipping, they do not necessarily apply to freeshipper compatibility with other shipping methods, but they could but I did not test). I will soon document the fixes Ropu provided so if you are having similar issues you can apply to your installation.
Also Ropu assisted me in altering how the order status change email messages are processed, so that I can now insert more than 255 characters within the comments when sending order status change emails.
This last week Ropu was on the verge of announcing a new beta of the mod update he has been developing. But he decided to step back and implement some code restructuring as the mod has become overly difficult to maintain and develop.
Specifically he is now in the middle of "refactoring" the mod code and is attempting to use as much of the "php sample code" as possible. Once he's done with the refactoring it will be much more straight forward to test and repair existing issues and to add new features and further develop the mod. And it will become easier for us merchants to customize, patch and upgrade the mod as the code will be much better documented.
When Ropu is ready for the next version to be beta tested it will be announced here. Ater that time main support for the mod will move to the new Google Groups support forum (but not yet... will report the URL when ready).
While Ropu does his work, we merchants can help him by indexing the current significant issues with the mod. If you have already posted an issue which is still not resolved, please repost the issue to this thread, and/or post the URL of the original problem post, and include any additional background info which may help Ropu and others understand and troubleshoot your issue. Will start tracking and prioritizing these issues in this thread, which then will help Ropu prioritize his development efforts.
Please be very detailed in your problem reports and observations, include any errors appearing in either the error or response logs, and state which shipping mods you have installed/enabled at the time you observe an issue. Eventually we'll provide a checklist of details you should submit with your initial problem reports.
And if you are reporting more than one issue, unless your problems are related to each other, please try to keep it to one issue per post . This will help tracking the issues.
To reiterate what chain_man has often posted, if you are having issues with a particular shipping method the best thing you can do to troubleshoot your issue is to temporarily disable all other shipping mods except for the ship mod you are having troubles with. Then if the issue goes away re-enable one shipping mod at a time but only re-enable the mods you are using. (keep any shipping mods you will not be using disabled). On a related not if you are having specific issues with merchant calculations (specific to USPS, UPS, FedEx, etc), edit googlecheckout.php payment mod to remove all other shipping methods from the mc_shipping_methods array. It is easiest to do this running the shipping generator provided with the mod. I'm not stating this will solve your issue, but it will help you narrow down the testing configuration which wuill help narrow down the source of the errors.
Finally a special thanks to tj1 for his continued assistance in this thread helping Zen Cart merchants with the Google Checkout mod.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Hi - I just did the v1.3.7 update for paypal IPN/express checkout and it seems to have removed the google checkout contribution from my site. Is there a way that I can add checkout back in or are there plans to update the module so that we don't have to choose between paypal and checkout?
-
Re: Google Checkout module for Zen Cart (beta)
Lisk, the googlecheckout mod and paypal express touch some of the same files, so you will have to follow the instructions from the GC Installation file to edit and add the required code to the existing files. You don't have to choose between the two.
-
Re: Google Checkout module for Zen Cart (beta)
Woodymon, thanks for the update.
The only issues I see at the moment is that the GoogleCheckout mod doesn't support all the standard feature of ZenCart.
The ones that come to mind at the moment are:
- Low Order Fee- the mod has no support for this.
- Group Discounts- the mod has no support for this.
- Restrictions on Discounts Coupons- the mod supports most, but not all restrictions.
- USPS international calculated shipping- not working completely. For some reason the only option that shows up is priority mail international.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
The only issues I see at the moment is that the GoogleCheckout mod doesn't support all the standard feature of ZenCart.
The ones that come to mind at the moment are:
- Low Order Fee- the mod has no support for this.
- Group Discounts- the mod has no support for this.
- Restrictions on Discounts Coupons- the mod supports most, but not all restrictions.
Can you give specific examples of "restrictions"? Please provide more details.
Quote:
Originally Posted by
tj1
- USPS international calculated shipping- not working completely. For some reason the only option that shows up is priority mail international.
Yes Google Checkout does not process results of "Order Totals" mods. Definitely on the "known issues list. Thanks for reporting.
Would you know if Paypal Express Checkout (PPEC) supports most of Zen Cart's Order Totals mods?
Regarding shipping issues could you provide more specific details on how you are testing, your USPS mod configuration, if any other shipping mods enabled, the format of your shipping array code, and other specific observations. I know this is has been an ongoing issue for you so if you can (once again) post full details that will help.
When testing implement one at a time each of the USPS international mailing options in your GC MC array and then report back your observations. Be sure to quote your array code.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Well good, I'm about to turn GC off for now because it's problematic for me. Here are the issues... They may be "just me" but since you asked, I'll tell ya.
1. Charges too much for UPS ground. Orders processed through Zen and PayPal work out perfectly with shipping prices, through GC they come out about $10 too much.
2. On the Payment Options page along the 'regular' checkout route GC is listed, albeit with no radio button, and I think that looks sloppy and confusing, particularly since I only offer one other payment option, but the user must click it. I think this has been covered before but when the code to change was given, my files didn't match the ones given by the helpful folks here.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
mzeblu
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.
desperate bump,, anyone??
also,, anyone using google checkout without this mod, any suggestions?
thx! :cool:
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Kokonutmama
1. Charges too much for UPS ground. Orders processed through Zen and PayPal work out perfectly with shipping prices, through GC they come out about $10 too much.
When you say "charges too much" can you provide specific examples? What is being charged with GC? What is suppose to be charged? What are your product details (weight, product price) and shipping config (handling fee, tare weight, etc)?
The assumption here is you are testing in the Sellers sandbox?
When you obtain the UPS "quote" is the ship cost actually coming from UPS? Or is the amount quoted the default shipping cost you yourself have configured in the GC payment mod?
Whenever you attempt to obtain ship quote from UPS what appears in your GC response and/or error logs?
As stated above for tj1, please post your configuration details... as much info you can provide about your shipping configuration, merchant calculations set-up, and observed errors the better.
For testing, when you run the shipping generator to create the shipping code for UPS ground only, did you leave out all other shipping methods and other USP shipping options? Then manually edit the two merchant calculation arrays within /modules/includes/payment/googlecheckout.php
mc_shipping_methods
mc_shipping_methods_names
Please post your code for the above. The point here is test each shipping option individually. Then add back shipping options, to help find which options may be negatively effecting each other.
Quote:
Originally Posted by
Kokonutmama
2. On the Payment Options page along the 'regular' checkout route GC is listed, albeit with no radio button, and I think that looks sloppy and confusing, particularly since I only offer one other payment option, but the user must click it..
Yes this has been previously discussed. The code to patch Zen Cart 1.37 has been posted here by me and others.
Quote:
Originally Posted by
Kokonutmama
I think this has been covered before but when the code to change was given, my files didn't match the ones given by the helpful folks here.
The posted patch for tpl_checkout_payment_default.php works well with default Zen Cart 1.37.
Post snippets of your code where it is different from the patch. Or attach your file to your post and someone can run a quick compare. Again the assumption here is you are patching a copy of the default Zen Cart 1.37, and copying to your template directory and have not made any other modifications to the template file.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
I have been reading through this thread for days trying to find a solution for the problem I am having. Unfortunately, I have been unable to do so.
Every time an order is placed via Google Checkout no data is sent back to my administration section for the order. When I pull up the Intergration section of Google Checkout, I am presented with the following error:
Quote:
Your server returned no data in its response; Checkout requires data of type merchant-calculation-results in response to merchant-calculation-callback
I have done a ton of searching through Google as well as this forums search functions and I cannot find anything that can help me tackle this problem. I have also contacted Google themselves and all they said was:
Quote:
The merchant calculation callback is when Google Checkout sends information to your server regarding the address of the buyer so your server can calculate shipping costs, taxes, etc and return it to Google Checkout. Your server is not returning information in the reply to the merchant calculation callback.
It looks like you're using Zen Cart, please refer to the Zen Cart manual to correctly set up the merchant calculation callback for Google Checkout.
If anyone can help me out here, I would really appreciate it!
Thanks in advance!
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
optikalsaint
I have been reading through this thread for days trying to find a solution for the problem I am having. Unfortunately, I have been unable to do so.
Every time an order is placed via Google Checkout no data is sent back to my administration section for the order. When I pull up the Intergration section of Google Checkout, I am presented with the following error:
I have done a ton of searching through Google as well as this forums search functions and I cannot find anything that can help me tackle this problem. I have also contacted Google themselves and all they said was:
If anyone can help me out here, I would really appreciate it!
Thanks in advance!
I fixed it! It turns out it was a problem with my version of PHP (version 5.2.2). For some reason, the $HTTP_RAW_POST_DATA was not being populated. After adding the following code my responsehandler.php file, everything was working wonderfully!
Quote:
$HTTP_RAW_POST_DATA = isset($HTTP_RAW_POST_DATA) ? $HTTP_RAW_POST_DATA : file_get_contents("php://input");
-
Re: Google Checkout module for Zen Cart (beta)
Hi forum.
I just got into the zen cart thing, and wanted to implement GCO. I just installed zen, and followed the information in the readme, but when I goto modules-payment to see if its there I get
Fatal error: Cannot redeclare class googlecheckout in /home/.houston/site/http/www.site.com/includes/modules/payment/googlecheckout.php on line 507
Anyone have any ideas?
[/B]
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
teebo
Hi forum.
I just got into the zen cart thing, and wanted to implement GCO. I just installed zen, and followed the information in the readme, but when I goto modules-payment to see if its there I get
Fatal error: Cannot redeclare class googlecheckout in /home/.houston/site/http/www.site.com/includes/modules/payment/googlecheckout.php on line 507
Anyone have any ideas?
[/B]
I can't find a file named googlecheckout.php with 507 lines in it. What version of GCO are you using? Did it come from the zen-cart downloads?
Did you use the shipping configuration tool to set up your shipping options? The filed named in your error message is the one that would be affected.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
optikalsaint
I fixed it! It turns out it was a problem with my version of PHP (version 5.2.2). For some reason, the $HTTP_RAW_POST_DATA was not being populated. After adding the following code my responsehandler.php file, everything was working wonderfully!
I do not fully understand your 'added code.' I am not good with the code.
Are you changing the entire line from $HTTP_RAW_POST_DATA to $HTTP_RAW_POST_DATA = isset($HTTP_RAW_POST_DATA) ? $HTTP_RAW_POST_DATA : file_get_contents("php://input");
or are you making the line $HTTP_RAW_POST_DATA become isset($HTTP_RAW_POST_DATA) ? $HTTP_RAW_POST_DATA : file_get_contents("php://input");
thank you,
jund
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by mzeblu
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.
Quote:
Originally Posted by
teebo
Hi forum.
I just got into the zen cart thing, and wanted to implement GCO. I just installed zen, and followed the information in the readme, but when I goto modules-payment to see if its there I get
Fatal error: Cannot redeclare class googlecheckout in /home/.houston/site/http/www.site.com/includes/modules/payment/googlecheckout.php on line 507
Anyone have any ideas?
[/B]
OK - I found the version you are using. It was from the Google code site rather than the zen-cart download site.
My suggestion is that you use the zen-cart down load instead of the Google version. It is the one that works for those of us not having problems. http://www.zen-cart.com/index.php?ma...roducts_id=314
-
Re: Google Checkout module for Zen Cart (beta)
Just a side note -
I got confirmation that the USPS International Priority Shipping option works fine in GCO. I got an order in my zen-cart for 2 books. The customer info was there, the shipping address was all there, the quantities were properly decremented, and the status was Pending. All was as it should be!
The kicker was that I had to go to Google site to find out that the payment had been denied as the credit card was not accepted. I cancelled the order through the Google interface.
-
Re: Google Checkout module for Zen Cart (beta)
chain_man, Priority Mail International is the only USPS international option that shows up for USPS. Issac and I were trying to figure why this is the only that shows up, but couldn't figure out why.
I just tested your shop and Priority Mail International is also the only option available.
It would be nice if we could get first-class international and express showing up as well.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
chain_man, Priority Mail International is the only USPS international option that shows up for USPS. Issac and I were trying to figure why this is the only that shows up, but couldn't figure out why.
I just tested your shop and Priority Mail International is also the only option available.
It would be nice if we could get first-class international and express showing up as well.
tj,
I believe I read something in the shipping modules area about the problem being more with USPS than zen-cart or GCO. Of course those posts were right around the time the PO cut over to its new rates, but it might still apply...
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
Yes it is correct for PayPal to show up on step 2 page, just not GC. See my other post regarding removing the C label from the GC step 2 page (the template file that needs editing is tpl_checkout_payment_default.php).
Woody, Are you sure about this? I removed the couple of lines that the old GC asked to add to this file but the GoogleCheckout still showing in page 2 of 3 of the payment, then i replaced the file with the original file that was never been edited and this GoogleCheckout is not going a way:lamo: I think it is reading from a database or another file, any idea? Thanks
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
chain_man
OK - I found the version you are using. It was from the Google code site rather than the zen-cart download site.
My suggestion is that you use the zen-cart down load instead of the Google version. It is the one that works for those of us not having problems.
http://www.zen-cart.com/index.php?ma...roducts_id=314
Chain_man, i did not see any difference between the 2 sets of files, the date and the size are exactly the same.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
TamyA
Chain_man, i did not see any difference between the 2 sets of files, the date and the size are exactly the same.
I did a Winmerge compare on the file that is giving the problem (includes/modules/payment/googlecheckout.php). The Google code has 509 lines, the zen download has 481. The difference is that the Google code is trying to implement a function to select which zen file to use when returning to zen from GCO.
-
Re: Google Checkout module for Zen Cart (beta)
I downloaded the latest from the zen downloads area and when I go to http://www.doodlebuckets.com/store/g..._generator.php and click Generate, I get the following output:
Warning: Invalid argument supplied for foreach() in /home/doodlebu/www/www/store/googlecheckout/shipping_generator/multigenerator.php on line 18
Warning: Invalid argument supplied for foreach() in /home/doodlebu/www/www/store/googlecheckout/shipping_generator/multigenerator.php on line 61
<?php
/**
* File: includes/modules/payment/googlecheckout.php class
* Add this code to the correct properties
*/
$this->mc_shipping_methods = array(
);
$this->mc_shipping_methods_names = array(
);
?>
Am I doing something wrong? Please advise. I have freeoptions, store pickup and usps shipping enabled.
Thanks! Amy
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
chain_man
tj,
I believe I read something in the shipping modules area about the problem being more with USPS than zen-cart or GCO. Of course those posts were right around the time the PO cut over to its new rates, but it might still apply...
The USPS shipping module works perfectly. Initially there were some problems with the naming of some international options that caused them not to show up, but that issue was quickly addressed.
I have updated the GC mod with the new USPS naming, but still, I'm not sure what prevents first-class international and Express international from showing up.
All the ZC shops with the GC mod that I've seen show this same issue.
I ship a lot of packages weighing as little as 2 ounces. I don't think many people would want to pay $22 for shipping a small two ounce package. I would've preferred that if only one international shipping option was going to be available, that it'd be first-class.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
I have updated the GC mod with the new USPS naming, but still, I'm not sure what prevents first-class international and Express international from showing up.
TJ1-
It's been repeatedly requested that you post the content of the two arrays in your GC payment module file. But you have yet to do that. Why?
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
TamyA
Woody, Are you sure about this?
Ummm...yes.
Quote:
Originally Posted by
TamyA
I removed the couple of lines that the old GC asked to add to this file but the GoogleCheckout still showing in page 2 of 3 of the payment, then i replaced the file with the original file that was never been edited and this GoogleCheckout is not going a way
Did you download and install the patch code I recommended? From your above statement it appears you have not.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Doodlebuckets
I get the following output:
[B]Warning: Invalid argument supplied for foreach() in /home/doodlebu/www/www/store/googlecheckout/shipping_generator/multigenerator.php on line 18
Warning: Invalid argument supplied for foreach() in /home/doodlebu/www/www/store/googlecheckout/shipping_generator/multigenerator.php on line 61
Amy-
1. At first glance It appears you don't have the GC mod uploaded/installed correctly.
Note the path in the above errors. /www is repeated in the path in both errors
2. Also, generally when hard coding the store path anywhere (e.g. your two Zen Cart configure.php files) should use /public_html instead of "/www". But you may have have a non-standard hosting configuration (check with your hosting provider if not sure).
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Doodlebuckets
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
1. I don't observe GoogleCheckout (GC) is installed on your site. The GC does not appear on either the login or shopping cart pages.
Maybe you have a development site where you are testing GC mod?
2. Also on your live site the add to cart button is not not redirecting to the shopping cart page.If not certain how to resolve that may want to ask on one of the Configuring Zen Cart boards.
3. The error above appears related to the other errors you reported today. I suspect you have some code from different GC mod versions uploaded. Possibly did not overwrite an older mod file when upgrading the mod?
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
Amy-
1. At first glance It appears you don't have the GC mod uploaded/installed correctly.
Note the path in the above errors. /www is repeated in the path in both errors
2. Also, generally when hard coding the store path anywhere (e.g. your two Zen Cart configure.php files) should use /public_html instead of "/www". But you may have have a non-standard hosting configuration (check with your hosting provider if not sure).
Woody
That must be my hosting setup b/c I didn't config it that way. How should I go about fixing it?
Amy
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
1. I don't observe GoogleCheckout (GC) is installed on your site. The GC does not appear on either the login or shopping cart pages.
Maybe you have a development site where you are testing GC mod?
2. Also on your live site the add to cart button is not not redirecting to the shopping cart page.If not certain how to resolve that may want to ask on one of the Configuring Zen Cart boards.
3. The error above appears related to the other errors you reported today. I suspect you have some code from different GC mod versions uploaded. Possibly did not overwrite an older mod file when upgrading the mod?
Woody
I just turned it back on for you. It was off. I had a customer actually order through the sandbox and ignored the sandbox info. Once my shipping is working, I expect the whole thing will work well. But right now, anyone can choose free shipping even though on my site freeshipping only applies for certain scenarios.
Also, another question, will this mod deduct what someone orders from my inventory? It appears that will be something that I need to do manually.
Thanks for all your help! Amy
-
Re: Google Checkout module for Zen Cart (beta)
Woodymon:
Is anyone in the Zen Cart Support team testing the GC module using a Windows host?
My hosting is via Windows II6.0. (other apps - PHP 5.2.1 and ZEN-CART 1.3.7). Early in this forum (back when Ropu was involved) someone mentioned an issue using Windows' Servers - I tried to find it again and could not...
Anyway, back to my original question regarding Windows hosting. I attempted to install and test the latest version; google-checkout-zencart-v1.3RC2.zip. I am not asking how to fix the current version of the GC. I know that you and others are working very hard to get this module up to speed - and believe me, I personally thank you for the effort and the energy - wow. All I am asking is concerning the use of Windows servers... am I waiting for something that will not happen, or is there someone looking into the Windows side of the module?
Thank you,
jund
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Doodlebuckets
That must be my hosting setup b/c I didn't config it that way. How should I go about fixing it?
Contact your web hosting provider to confirm that directory path to both your "home directory" and your "webroot". The path might be ok but looks strange/incorrect to me.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Doodlebuckets
I just turned it back on for you. It was off. I had a customer actually order through the sandbox and ignored the sandbox info. Once my shipping is working, I expect the whole thing will work well. But right now, anyone can choose free shipping even though on my site freeshipping only applies for certain scenarios.
I would turn off and install a second test verion of Zen Cart along with the GC mod. Then test on that set-up. Then when you have GC working as you need move those GC config settings over to your live shop.
Yes there are issues with FreeSHipper and GC. Ropu is working on those issues right now. Watch for another posting on the subject.
Quote:
Originally Posted by
Doodlebuckets
Also, another question, will this mod deduct what someone orders from my inventory? It appears that will be something that I need to do manually.
When customers purchase with Google Checkout, inventory control and other back-end operations should work normally (Zen Cart still controls stockeeping functionality).
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
Contact your web hosting provider to confirm that directory path to both your "home directory" and your "webroot". The path might be ok but looks strange/incorrect to me.
Woody
This is what they gave me:
The system path to your home directory (where all your account files are located) is:
/home/doodlebu
The system path to the webroot (where the web files for your main domain are located) is:
/home/doodlebu/www/www
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
jund
Is anyone in the Zen Cart Support team testing the GC module using a Windows host?
I donl;t think the ZC Support team are testing or even utilzing Google Checkout at this time. They are PayPal people now.
Quote:
Originally Posted by
jund
My hosting is via Windows II6.0. (other apps - PHP 5.2.1 and ZEN-CART 1.3.7). Early in this forum (back when Ropu was involved) someone mentioned an issue using Windows' Servers - I tried to find it again and could not...
Ropu is still actively developing the mod. Watch for an announce soon.
Not actively testing on IIS but I'm certain once the mod development has settled down then IIS testing will occur.
There were indeed some posts in the last several months from merchants whom had issues with IIS and posted solutions. If I recall had they had to customize the server authentication code and/or adjust cURL proxy or similar.
Maybe search this thread (since the beginning of this year) on "authentication" or "IIS******" (asterisks are wildcards as this forum does not support search on short words... argh).
Will update the mod knowledge base and FAQ with IIS related info in the near future.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Doodlebuckets
The system path to the webroot (where the web files for your main domain are located) is:
/home/doodlebu/www/www
Ok. as long as your host says it is correc that is what matters.
Normally you would see something like:
/home/doodlebu/public_html/
Reagrads to your reported "functions previously declared" errors, this means that duplicate function code is already loaded in server memory. So you likely have duplicate functions in code from Google Checkout mod versions installed which is causing this.
Suggest uninstalling the mod, downloading the latest "current" 1.2RC3 version and re-upload EACH mod file and overwriting any previous GC files installed and remove no longer used GC mod files. Of course back up before doing this. And if you have customized any of the Zen Cart core files or template files which are also included in the mod you will want to merge the code together.
Again best to not test on a live/production.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
A new TEST version will be available very soon.
Currently titled: v1.4-Alpha
Available from the SVN site (branches/1.4-alpha).
Not yet available as a .zip file.
PLEASE do not download until tomorrow (appx 24 hours) as Ropu is making last minute changes. Will post the updated SVN URL and the zip archive download URL when ready.
1. v1.4-Alpha is for testing on a DEVELOPMENT server only. Not intended for a live/production environment.
2. If you do not like to test and troubleshoot then DO NOT INSTALL the new version.
3. After v1.4-Alpha version is thoroughly tested by the "community" with satisfactory results, a post will be made to the mod support forum regards to the "status" of the mod and updated recommends regarding installing in a live environment. (Of course the "alpha" moniker will not longer apply then).
In the meantime, if you want to roll-out GC into a production shop (with the limitations documented in this thread) then install 1.3RC2 and apply the fixes posted to this thread.
4. No updater is provided with v1.4-Alpha. So if not installing the mod fresh you should, AFTER BACKING UP, COMPLETELY remove your previous GC mod version directories/files on your test shop set-up before installing the new version. More details to come.
5. No documentation is provided with the v1.4 alpha version. A changelog and other documentation will be forthcoming.
6. DO NOT MIX v1.4 alpha version code with previous mod version code.
7. Please post issues with the alpha version here to this thread, identifying the version you have installed. Please be very specific in your observations and error reports. Review this thread if you need to know what types of info is helpful when posting issues to this support thread.
Stay tuned,
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
Ok. as long as your host says it is correc that is what matters.
Ajax spell checker not working for me today.
correc = correct
Quote:
Originally Posted by
Woodymon
Reagrads to your reported "functions previously declared" errors, this means that duplicate function code is already loaded in server memory.
Reagrads = Regards
Quote:
Originally Posted by
Woodymon
Again best to not test on a live/production.
Meant to say: best to not test the mod on a live/production shop. It is still beta (and the new 1.4 version is alpha).
Woody
-
Re: Google Checkout module for Zen Cart (beta)
I look forward to hearing what changes have been made and testing it out.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
TJ1-
It's been repeatedly requested that you post the content of the two arrays in your GC payment module file. But you have yet to do that. Why?
Woody
Sorry about that, missed your post. I did post this before a while back, along with Isaac, but it got buried with all the new post, just before you went on vacation I think.
Anyway, below is what I have. The USPS and Free Shipping Option Module are the only two mods I use. Have you had a chance to test yourself if it works on your site?
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)
Quote:
Originally Posted by
Woodymon
A new TEST version will be available very soon.
Currently titled: v1.4-Alpha
Available from the SVN site (branches/1.4-alpha).
Not yet available as a .zip file.
Woody
I'll be happy to test once available.
What's the 'SVN site'? Can you give a link please?
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
I'll be happy to test once available.
What's the 'SVN site'? Can you give a link please?
Not ready yet. Will post the TESTING version SVN URL and zip URL on Friday as many updates are happening to the code right now and which have yet to be committed to SVN.
The 1.4-alpha code may include support for "Orders Totals" mods, including "Low Order Fee". There are complexities in supporting other ZC OT modules (besides tax, ship and coupons), since GC does not natively support them. Ropu is still working out the logic.
You should install an SVN client to retrieve (checkout) the various code commits via SVN (Tortoise is a good Windows SVN client). Can use to manage separate "repositories" including both the current SVN "trunk" (1.3RC2) and the various SVN "branches" (including the testing 1.4-alpha).
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
Below is what I have. The USPS and Free Shipping Option Module are the only two mods I use.
As previously requested it is best to post the COMPLETE code for the two arrays.
And as suggested previously, for "testing" please UNINSTALL the 'Free Shipping' shipping mod, then try USPS with GC (ensuring mentions of Free SHipping is removed from the two arrays).
Then also test the following two set-ups (also without Free Shipping installed):
PHP Code:
'international_types' =>
array(
'First-Class Mail Int' => 'First-Class Mail International',
),
AND
PHP Code:
'international_types' =>
array(
'Express Mail Int' => 'Express Mail International (EMS)',
),
Let us know how the results of the testing for the above THREE configurations.
The more info we can provide Ropu the better.
Woody
-
GC always "not available for these items"
Hi, I've got a new installation of GC 1.3 RC2 here:
http://www.ssri.biz/cart/
When I add items to my cart and go to the 'checkout' page, I always get a greyed out disabled "Google Checkout not available for these items" button.
It's in production mode. I've triple-checked my merchant ID/Key and other configuration options, made sure I'm not on a PHP over CGI host.
I've crawled through this thread quite a bit looking for help, but I'm not finding anything especially useful, except to be sure my configuration settings are correct.
Can anyone point me in the right direction?
Thanks!
- canton becker
SSRI.biz / Ottmar Liebert
-
Re: GC always "not available for these items"
Quote:
Originally Posted by
canton
Hi, I've got a new installation of GC 1.3 RC2 here:
http://www.ssri.biz/cart/
When I add items to my cart and go to the 'checkout' page, I always get a greyed out disabled "Google Checkout not available for these items" button.
It's in production mode. I've triple-checked my merchant ID/Key and other configuration options, made sure I'm not on a PHP over CGI host.
I've crawled through this thread quite a bit looking for help, but I'm not finding anything especially useful, except to be sure my configuration settings are correct.
Can anyone point me in the right direction?
Thanks!
- canton becker
SSRI.biz / Ottmar Liebert
How did things go when you were testing?
Can you supply logs from the error files?
-
Re: GC always "not available for these items"
Quote:
Originally Posted by
chain_man
How did things go when you were testing?
Can you supply logs from the error files?
Hi actually I figured out the issue with this one from a forum on google's support pages:
Quote:
* A disabled button is displayed in the following cases:
* 1. If merchant id or merchant key is not set
* 2. If there are multiple shipping options selected and they use different
shipping tax tables
* or some dont use tax tables
* 3. The cart is empty
My case was #2 -- I had two different shipping options with two different tax tables - which worked fine for zencart checkout but not GC.
But now I'm on to a new problem! Read below... :)
-
Re: GC always "not available for these items"
Quote:
Originally Posted by
canton
Hi actually I figured out the issue with this one from a forum on google's support pages. My case was #2 -- I had two different shipping options with two different tax tables - which worked fine for zencart checkout but not GC.
But now I'm on to a new problem! Read below... :)
Thanks for the report. Yes that is an issue with Google Checkout, nothing to do with the mod itself. As we go along here we discover the Google Checkout API engineers have mysteriously left out support for some common ecommerce functionality. Recommend posting your wishlist of desired features and functions to both the Google Checkout Merchants And Developer support forums. The more merchants that do this the better.
Read below?
-Woody
-
Google Checkout not allowing international orders
My zen cart's native checkout has no trouble doing international USPS shipping (two methods: Express Mail International & First-Class Mail International)
If I try to use GC to ship to any address outside of USA, GC "does not ship to this address" -
I have the may 14 USPS update installed.
I've tried using the shippings methods generator to insert new arrays into my googlecheckout.php -- but no joy. It broke everything *Except* shipping to New Mexico (my taxable state.)
You can see my installed methods by hitting
https://www.ssri.biz/cart/googlechec...ping_generator
or by doing a regular checkout from http://www.ssri.biz/cart
Thanks for any ideas,
- canton
-
Re: GC always "not available for these items"
Quote:
Originally Posted by
Woodymon
Thanks for the report.
Read below?
-Woody
Sorry, you're faster than me :) It took a while for me to post the new problem. It's there now, thanks for your help!
-
Re: Google Checkout not allowing international orders
Quote:
Originally Posted by
canton
My zen cart's native checkout has no trouble doing international USPS shipping (two methods: Express Mail International & First-Class Mail International)
If I try to use GC to ship to any address outside of USA, GC "does not ship to this address" -
I have the may 14 USPS update installed.
I've tried using the shippings methods generator to insert new arrays into my googlecheckout.php -- but no joy. It broke everything *Except* shipping to New Mexico (my taxable state.)
You can see my installed methods t[/url]
1. Observing your ship gen is available to the general public indicates you have not secured your googlecheckout directory.
2. With that said strip down the two arrays and disable ALL other shipping modules including free shipping (as I've suggested to tj1 and others above) and test each shipping option by itself one at a time. And for testing disable tax zones. And then add back various tax and ship zone combinations and ship option and method combinations Then report back your observations.
Others are reporting similar USPS shipping issues and I have just again informed Ropu of the ongoing USPS "international" issues. Hope to hear back tomorrow. But at the same time we merchants need to provide him with as much info as possible to investigate. So please report back.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
As previously requested it is best to post the COMPLETE code for the two arrays.
And as suggested previously, for "testing" please UNINSTALL the 'Free Shipping' shipping mod, then try USPS with GC (ensuring mentions of Free SHipping is removed from the two arrays).
Then also test the following two set-ups (also without Free Shipping installed):
PHP Code:
'international_types' =>
array(
'First-Class Mail Int' => 'First-Class Mail International',
),
AND
PHP Code:
'international_types' =>
array(
'Express Mail Int' => 'Express Mail International (EMS)',
),
Let us know how the results of the testing for the above THREE configurations.
The more info we can provide Ropu the better.
Woody
Woody, I have uninstalled the 'freeoptions' module and left only the USPS and still only get priority international as the only choice. Also, I don't think this makes any difference, but please note that I was using the 'freeoptions' module and not the 'freeshipper' which I think you were referencing and many people report problems with that.
Anyway, I also tried using the two set-ups you mentioned, but by doing that I got the 'Company Sandbox does not ship to this address'. I can't figure out why only priority international works.
Here are the two complete I have arrays:
PHP Code:
'usps' => array(
'domestic_types' =>
array(
'Express' => 'Express Mail',
'First Class' => 'First-Class Mail',
'Priority' => 'Priority Mail',
'Parcel' => 'Parcel Post',
),
'international_types' =>
array(
'Express Mail Int' => 'Express Mail International (EMS)',
'Priority Mail International' => 'Priority Mail International',
'First-Class Mail Int' => 'First-Class Mail International',
),
),
'freeoptions' => array(
'domestic_types' =>
array(
'freeoptions' => 'Free Options'
),
'international_types' =>
array(
'freeoptions' => 'Free Options intl'
),
),
Please let me know if you have any other suggestions.
-
Re: Google Checkout module for Zen Cart (beta)
I just installed Google Checkout 1.3.2.
It works as far as accepting credit card, charging it and updating Google Checkout accounts for both customer and store owner.
However I have the following issues with it:
- Customer's name, address etc. information has not been saved in Zen Cart
- Order information has not been saved in Zen Cart customer's account nor in store owner's order history.
- Customer has to enter billing and shipping address twice, once in Zen Cart and then in Google checkout. I would prefer that customer would only enter it in Zen Cart and it will then be copied to Google.
- When customer returns to the store the purchased item is still in the shopping cart.
- My store's order number is blank in the Google checkout store owners view.
- Google checkout is not integrated with USPS the way PayPal is.
I am using Hostmonster.com shared SSL certificate, not sure if that affects anything.
Was anyone able to resolve issues listed above?
Thank you
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
I have uninstalled the 'freeoptions' module and left only the USPS and still only get priority international as the only choice. Also, I don't think this makes any difference, but please note that I was using the 'freeoptions' module and not the 'freeshipper' which I think you were referencing and many people report problems with that.
Yes I was actually meaning to disable ALL other shipping methods including both freeoptions and freeshipper. Thanks for clarification.
Quote:
Originally Posted by
tj1
Anyway, I also tried using the two set-ups you mentioned, but by doing that I got the 'Company Sandbox does not ship to this address'. I can't figure out why only priority international works.
So you tested with "First-Class Mail Int" option ONLY, and you received the error?
Then you tested with "Express Mail Int" only and you received the same error?
What country is your shops home address? And what city, state, country address were you attempting to ship TO when you attempted the tests?
Does the shipping estimator in the shopping cart page work for the same address when selecting any of the three selected USPS international ship types?
Did you have any shipping or tax zones applied to the USPS methods?
Quote:
Originally Posted by
tj1
Here are the two complete I have arrays:
PHP Code:
'usps' => array()
'freeoptions' => array()
When I requested you to post the TWO arrays I meant to post what you have inclusive of both the mc_shipping_methods arrays (from beginning to end).
PHP Code:
$this->mc_shipping_methods = array ()
AND
$this->mc_shipping_methods_names = array ()
Need the above array info for EACH test you perform. Just copy and paste.
The reason I'm rushing on this as hoping to gather enough info for Ropu in that he might be able to pinpoint a commonality and possibly solve this before the 1.4-alpha release is made available.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
ericny
I just installed Google Checkout 1.3.2... I am using Hostmonster.com shared SSL certificate, not sure if that affects anything.
Contact Google at the Google Checkout support site and explain your SSL configuration. My bet is you will need your own SSL certificate for Live/production purposes.
But you don't need SSL to test GC in the Sellers sandbox. You did not say if you Were you testing in the sandbox when you observed the results?
Did you set the responsehandler for http (not https) in both Google Checkout Sellers Account profile and in the GC payment mod configuration in ZC?
In the Google Checkout profile did you select XML (not HTML)?
What relevant info displays within both your error and response logs in /googlecheckout.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Woody,
Yes, I did first test with First-Class Mail Int only, then removed that and tried with Express Mail Int. On both occasions I got that error 'Company Sandbox does not ship to this address'.
My store's home address is Los Angeles, CA, U.S.
I've done shipping tests with address from the UK, Canada and Australia, but I'm pretty sure it applies to all other countries as well.
The shipping estimator on the shopping cart page works perfectly for any address.
No shipping or tax zones applied here.
Here's what I have in the file, nothing special really, the only changes I have done is updating the USPS names to reflect the new ones and removed USPS international options I don't use.
PHP Code:
$this->mc_shipping_methods = array(
'usps' => array(
'domestic_types' =>
array(
'Express' => 'Express Mail',
'First Class' => 'First-Class Mail',
'Priority' => 'Priority Mail',
'Parcel' => 'Parcel Post',
),
'international_types' =>
array(
'Express Mail Int' => 'Express Mail International (EMS)',
'Priority Mail International' => 'Priority Mail International',
'First-Class Mail Int' => 'First-Class Mail International',
),
),
'fedex1' => array(
'domestic_types' =>
array(
'01' => 'Priority (by 10:30AM, later for rural)',
'03' => '2 Day Air',
'05' => 'Standard Overnight (by 3PM, later for rural)',
'06' => 'First Overnight',
'20' => 'Express Saver (3 Day)',
'90' => 'Home Delivery',
'92' => 'Ground Service'
),
'international_types' =>
array(
'01' => 'International Priority (1-3 Days)',
'03' => 'International Economy (4-5 Days)',
'06' => 'International First',
'90' => 'International Home Delivery',
'92' => 'International Ground Service'
),
),
'ups' => array(
'domestic_types' =>
array(
'1DM' => 'Next Day Air Early AM',
'1DML' => 'Next Day Air Early AM Letter',
'1DA' => 'Next Day Air',
'1DAL' => 'Next Day Air Letter',
'1DAPI' => 'Next Day Air Intra (Puerto Rico)',
'1DP' => 'Next Day Air Saver',
'1DPL' => 'Next Day Air Saver Letter',
'2DM' => '2nd Day Air AM',
'2DML' => '2nd Day Air AM Letter',
'2DA' => '2nd Day Air',
'2DAL' => '2nd Day Air Letter',
'3DS' => '3 Day Select',
'GND' => 'Ground',
'GNDCOM' => 'Ground Commercial',
'GNDRES' => 'Ground Residential',
'STD' => 'Canada Standard',
'XPR' => 'Worldwide Express',
'XPRL' => 'worldwide Express Letter',
'XDM' => 'Worldwide Express Plus',
'XDML' => 'Worldwide Express Plus Letter',
'XPD' => 'Worldwide Expedited'
),
'international_types' =>
array(
),
),
'zones' => array(
'domestic_types' =>
array(
'zones' => 'Zones Rates'
),
'international_types' =>
array(
'zones' => 'Zones Rates intl'
),
),
'fedexexpress' => array(
'domestic_types' =>
array(
'01' => 'FedEx Priority Overnight',
'03' => 'FedEx 2Day',
'05' => 'FedEx Standard Overnight',
'06' => 'FedEx First Overnight',
'20' => 'FedEx Express Saver'
),
'international_types' =>
array(
),
),
'fedexground' => array(
'domestic_types' =>
array(
'92' => 'FedEx Ground Service'
),
'international_types' =>
array(
),
),
'freeoptions' => array(
'domestic_types' =>
array(
'freeoptions' => 'Free Options'
),
'international_types' =>
array(
'freeoptions' => 'Free Options intl'
),
),
'freeshipper' => array(
'domestic_types' =>
array(
'freeshipper' => 'Free Shipper'
),
'international_types' =>
array(
'freeshipper' => 'Free Shipper intl'
),
),
'perweightunit' => array(
'domestic_types' =>
array(
'perweightunit' => 'Perweight Unit'
),
'international_types' =>
array(
'perweightunit' => 'Perweight Unit intl'
),
),
'storepickup' => array(
'domestic_types' =>
array(
'storepickup' => 'Store Pickup'
),
'international_types' =>
array(
'storepickup' => 'Store Pickup intl'
),
),
'flat' => array(
'domestic_types' =>
array(
'flat' => 'Flat Rate Per Order'
),
'international_types' =>
array(
'flat' => 'Flat Rate Per Order intl'
),
),
'item' => array(
'domestic_types' =>
array(
'item' => 'Flat Rate Per Item'
),
'international_types' =>
array(
'item' => 'Flat Rate Per Item intl'
),
),
'table' => array(
'domestic_types' =>
array(
'table' => 'Vary by Weight/Price'
),
'international_types' =>
array(
'table' => 'Vary by Weight/Price intl'
),
),
'itemnational' => array(
'domestic_types' =>
array(
'itemnational' => 'Item National',
),
'international_types' =>
array(
),
),
'iteminternational' => array(
'domestic_types' =>
array(
),
'international_types' =>
array(
'iteminternational' => 'Item International',
),
),
);
$this->mc_shipping_methods_names = array(
'usps' => 'USPS',
'fedex1' => 'FedEx',
'ups' => 'UPS',
'zones' => 'Zones',
'fedexexpress' => 'Fedex Express',
'fedexground' => 'Fedex Ground',
'freeoptions' => 'Free Options',
'freeshipper' => 'Free Shipper',
'perweightunit' => 'Perweight Unit',
'storepickup' => 'Store Pickup',
'flat' => 'Flat Rate',
'item' => 'Item',
'table' => 'Table',
'itemnational' => 'Per Item National',
'iteminternational' => 'Per Item International',
);
-
Re: Google Checkout module for Zen Cart (beta)
Just went to your site - Google was nice and bright blue - clicked on it and it was ready to check me out.
jund
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
I did first test with First-Class Mail Int only, then removed that and tried with Express Mail Int. On both occasions I got that error 'Company Sandbox does not ship to this address'.
Quote:
Originally Posted by
tj1
Here's what I have in the file, nothing special really, the only changes I have done is updating the USPS names to reflect the new ones and removed USPS international options I don't use.
So the two arrays you posted above is your normal setup?. Do you truly offer each one of those shipping methods and options? I understood previously you were only offering USPS and freeoptions?
At any rate I wanted to to see the two arrays you used for EACH limited test so I could copy and paste into my module file and attempt to emulate your scenario (and Ropu needs the same). But so far you have not offered that information.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Update: Monday is the new date for both the 1.4-alpha SVN commit and zip availability.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
Woody,
Yes, I did first test with First-Class Mail Int only, then removed that and tried with Express Mail Int. On both occasions I got that error 'Company Sandbox does not ship to this address'.
My store's home address is Los Angeles, CA, U.S. I've done shipping tests with address from the UK, Canada and Australia, but I'm pretty sure it applies to all other countries as well.
The shipping estimator on the shopping cart page works perfectly for any address.
No shipping or tax zones applied here.
Here's what I have in the file, nothing special really, the only changes I have done is updating the USPS names to reflect the new ones and removed USPS international options I don't use.
The shipping estimator worked for each of the three USPS International options you selected, when you tested each option individually and also when you tested all USPS options at the same time (in same array build)?
And when you tested Priority Intl via GC sandbox, it would work (only item in the arrays)? But when First Class Intl and Express Mail Intl were tested all by themselves (again, only items in the array) you received the shipping error?
What happens when you test in USPS option with GC Live, not in GC sandbox?
Again, unless I see the stripped down arrays you actually used for testing it is difficult to test.
Have you used those two USPS International options with other payment modules (PP IPN or PPEC, etc)? I would check with other International shippers on the ZC Shipping related forums to see if others are having any similar issues with those shipping options.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
1.4-alpha update...
1. New 1.4 alpha code is up for testing at the demo2 site.
http://demo.globant.com/~brovagnati/zen_demo2/
2. Ignore the debug info. Because debug is enabled, MC (Merchant Carrier/Calculations) won't work.
(Note: I've requested debug be disabled. But since Ropu is still developing the code until code freeze tomorrow, so not sure when debug will be disabled).
3. 'Low order fee' and 'freeshipper' are now "working".
4. Reports GC mod should now work with "any" ZC Order Totals (OT) module. And he has proposed the OT features to Google for incorporation into the Google Checkout API.
5. Please add products to test the new group "discount". This will help Ropu test.
6. Ropu has yet to investigate USPS International ship issues. It is a top priority of his so keep on posting USPS troubleshooting reports.
7. Please provide feedback to the demo ASAP.
1.4-alpha release & Support...
1.4-alpha code freeze is tomorrow and updated change log will be available soon. Look for the updated 1,.4-alpha SVN commit and a zip to be available Monday.
The 1.4-alpha SVN branch is here:
http://google-checkout-zencart.googl...ches/1.4-alpha
If you don't understand how SVN works then wait and download the zip. But it is best to download and install a SVN client and learn how SVN checkout works. Process is straight forward... if using Windows I recommend 'Tortoise' client. SVN checkout is recommended for testers as zips with new updated features will not often be made available during the alpha and early beta testing phase.
IMPORTANT: Support for 1.4-alpha will NOT occur here. Support will be at
http://groups.google.com/group/googl...rt-mod-support
So please do NOT post questions or issues regarding 1.4-alpha in this thread.
However, support for 1.3RC2 will continue in this thread, until 1.4 emerges from beta. Then support for 1.3RC2 will eventually be discontinued.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
So the two arrays you posted above is your normal setup?. Do you truly offer each one of those shipping methods and options? I understood previously you were only offering USPS and freeoptions?
At any rate I wanted to to see the two arrays you used for EACH limited test so I could copy and paste into my module file and attempt to emulate your scenario (and Ropu needs the same). But so far you have not offered that information.
Woody
Woody, the only two shipping modules I use and have installed are USPS and freeoptions. You understood correctly the first time.
Now I'm just using the USPS module for the sake of simplifying things.
I was simply copying and pasting what's in my includes/modules/payment/googlecheckout.php file, which is pretty much what you find in the file by default, the only changes I have made to it is the new USPS naming.
When you mention you want to attempt to emulate my scenario, does that mean you have USPS international options working just fine on your shop?
I really don't have any custom coding in the file. It's just what's there by default plus the update for the new naming of the usps options.
When I did those tests, everything in the file stayed the same except for the usps part when I changed to the following for the one test:
PHP Code:
'usps' => array(
'domestic_types' =>
array(
'Express' => 'Express Mail',
'First Class' => 'First-Class Mail',
'Priority' => 'Priority Mail',
'Parcel' => 'Parcel Post',
),
'international_types' =>
array(
'Express Mail Int' => 'Express Mail International (EMS)',
),
),
and this for the other test:
PHP Code:
'usps' => array(
'domestic_types' =>
array(
'Express' => 'Express Mail',
'First Class' => 'First-Class Mail',
'Priority' => 'Priority Mail',
'Parcel' => 'Parcel Post',
),
'international_types' =>
array(
'First-Class Mail Int' => 'First-Class Mail International',
),
),
I don't think it makes any difference, but did you want me to remove or comment out all the arrays for the modules I don't have installed?
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
tj1
did you want me to remove or comment out all the arrays for the modules I don't have installed?
Not comment out. REMOVE THE CODE! I don't know how I could be more clear on this. Remove anything from those two arrays not related to the specific module and ship option you are testing. Remove even if disabled in Zen Cart.
This basic testing and troubleshooting process has been repeated in this thread many times.
So if you want me to test for you please provide me with the two MC arrays you are using for each specific shipping option so I can copy and paste into my module file and test. Otherwise I will have to drop this subject as I have other things I should be doing. And then you can test with 1.4-alpha (but the testing process, in the new version will be the same).
Woody
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Woodymon
The shipping estimator worked for each of the three USPS International options you selected, when you tested each option individually and also when you tested all USPS options at the same time (in same array build)?
And when you tested Priority Intl via GC sandbox, it would work (only item in the arrays)? But when First Class Intl and Express Mail Intl were tested all by themselves (again, only items in the array) you received the shipping error?
What happens when you test in USPS option with GC Live, not in GC sandbox?
Again, unless I see the stripped down arrays you actually used for testing it is difficult to test.
Have you used those two USPS International options with other payment modules (PP IPN or PPEC, etc)? I would check with other International shippers on the ZC Shipping related forums to see if others are having any similar issues with those shipping options.
Woody
Sorry Woody, I think I might be getting confused now.
I really don't have any 'special custom' configurations. Every ZenCart store I've seen with the GC module has the same issue, the only international option that shows up is priority international.
To see this, simply install the USPS module, configure the GoogleCheckout settings, and you will see what I mean.
Does Ropu have a USPS account yet? He mentioned he didn't have one last time he posted. Can't really test without an account.
The shipping estimator in ZenCart works perfectly. However, the only option that shows in the GoogleCheckout cart is priority international. If priority international is not present in the array, then the "Company does not ship to..." message appears.
I'm testing in both a live shop and a test shop with sandbox account. Same thing happens in both.
All USPS international options work with PayPal IPN/PayPal Express.
Again, I think I should make it clear that I'm not the only one with this issue. Regardless of configuration, any ZenCart store that offers USPS international options and has GC module installed, the only USPS international option that will show up in the GC cart is priority international.
I apologize I misunderstood what you wanted, I'm always multi-tasking and sometimes miss somethings. However, I think you are also making it more complicated to understand what this issue really is. All you have to do is install the USPS module and configure the settings for in GC settings and then you'll see what I'm seeing.
Thanks for the notification about the new 1.4 alpha code.
Please do forget about the USPS issue for now as it might be taking much of your time and if we can't figure it out we can always use the 'per weight' module to sort of emulate it.
-
Re: Google Checkout module for Zen Cart (beta)
I will no longer be supporting 1.3RC2. My focus will be with testing the 1.4 base.
Woody
-
Re: Google Checkout module for Zen Cart (beta)
What advice would you offer to me regarding Google checkout? As yet I have not attempted to add it to my store. Is it best to wait? :mellow:
xxchrisxx
-
Re: Google Checkout module for Zen Cart (beta)
Google keeps emailing me about my call back url.
This is the error
java.net.SocketTimeoutException: Read timed out
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
kiamyka
What advice would you offer to me regarding Google checkout? As yet I have not attempted to add it to my store. Is it best to wait? :mellow:
xxchrisxx
It depends...
If you have basic zc functionality, use only a few shipping methods, don't have a multiple tax requirement, and have an SSL certificate, then yes. Definitely! My site has been working with GCO for months now.
Exceptions to the above may make the implementation a bit more challenging but may still be done.
Be sure to go to the zen-cart downloads and pick up the version there.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
teebo
Google keeps emailing me about my call back url.
This is the error
java.net.SocketTimeoutException: Read timed out
I got a similar message when my site was temporarily unavailable.
You may also get it when the call back url that you entered in your Google account integration information is not valid. This is the one that specifies where to find your responsehandler.php.
If you supply some more detail, we might be able to help. Maybe the entries from your error files too.
-
Re: Google Checkout module for Zen Cart (beta)
Woodymon - you are a mind reader - came here specifically to ask you 'when' - WOW! How did you do that :clap:?
jund
-
Re: Google Checkout module for Zen Cart (beta)
I read somewhere in the past few pages that all the backend incorporation in zen should work properly, but I still run into the problem of Google Checkout not changing my inventory count whenever I get an order. Thanks for all your work guys!
-
Re: Google Checkout module for Zen Cart (beta)
Hi
this is the change log for v1.4 alpha (not ready for production, but almost)
http://groups.google.com/group/googl...c2ef1aa3d34d0d
06/08/2007 v1.4 apha (ropu)
- Refactor all code using PHP Sample Code as the base library (under googlecheckout/library)
- Handles Logging, added log levels (error, request, response)
- Configuration from UI (comming soon), needed??
- Handles Basic authentication, add support for IIS (See TROUBLESHOOTING)
- Handles all XML parsing and building (New xml parsed used)
- Added OT support (low order fees, group discounts and any other custom OT module)
- feedback needed. Calculating tax for this, still an issue.
- Fixed Split login template
- Add GC button in timeOut login page
- Remove GC from step 2
- Fixed freeshipper bug
- Add warning messages when GC is disabled.
- Add stack message in Admin UI with GC orders state changes and errors
- Added configuration to also use Zencarts email system for GC orders
- Added a fix to avoid regular checkout with GC if no template is applied (or wrongly applied)
- Added a metric tester for shipping times feedback (optional)
- Added 3rd party tracking
- Added a coustom Continue shopping url with GC bought items.
- Moved logs to a .htacces protected dir (googlecheckout/logs)
- Added Correct HTTP status (2xx, 4xx, 5xx) return when errors occurrs with the correct message
- All strings are defined in the language include (only english right now)
- Use DEFAULT_CURRENCY as the currency in GC cart, not buyers session one
- Added version number to all files
- ?
Missing things
- Refactor new-order-notification handling to use more Zencart functions
- Merge the GC return page with the zencart default one
- Use OT to calculate coupons and gift certs.
- Currect coupon calculation feedback on not honored restrictions.
- Add GC special order states?? (feedback)
- ?
Thx
ropu
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
chain_man
I got a similar message when my site was temporarily unavailable.
You may also get it when the call back url that you entered in your Google account integration information is not valid. This is the one that specifies where to find your responsehandler.php.
If you supply some more detail, we might be able to help. Maybe the entries from your error files too.
Could this error occur if I don't have SSL on the site? My orders still go through.
Also, what details would you like? which error files ? google just says that and when I click on the error no other information shows up.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
chain_man
It depends...
If you have basic zc functionality, use only a few shipping methods, don't have a multiple tax requirement, and have an SSL certificate, then yes. Definitely! My site has been working with GCO for months now.
Exceptions to the above may make the implementation a bit more challenging but may still be done.
Be sure to go to the zen-cart downloads and pick up the version there.
Hi Doug and thanks for the reply - I have all of the above with the exception of SSL - currently rely on Paypal . I can't yet afford SSL so what do you advise?
xchris
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
teebo
Could this error occur if I don't have SSL on the site? My orders still go through.
Also, what details would you like? which error files ? google just says that and when I click on the error no other information shows up.
Yes, the lack of SSL could definitely cause your messages. What happens is that your zen cart can send your order information to Google Checkout and GCO can accept payment. But GCO will only return information to your zen-cart if you have a secure connection - provided by the SSL certificate. So the orders should still be good but you will not get the order information returned to your Admin.
The error info I was asking for would be in the response_error.log and the response_message.log file in your /googlecheckout folder. If you don't have SSL, then there's probably no need to supply the error info at this time.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
kiamyka
Hi Doug and thanks for the reply - I have all of the above with the exception of SSL - currently rely on Paypal . I can't yet afford SSL so what do you advise?
xchris
PayPal Express checkout offers the same functionality. GCO is a nice to have, but not a need to have.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
jumpropeguy
I read somewhere in the past few pages that all the backend incorporation in zen should work properly, but I still run into the problem of Google Checkout not changing my inventory count whenever I get an order. Thanks for all your work guys!
Yes, your inventory counts should automatically adjust when the GCO order is processed. Are there any hints in your response_error.log or response_message.log files in your /googlecheckout folder?
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
kiamyka
Hi Doug and thanks for the reply - I have all of the above with the exception of SSL - currently rely on Paypal . I can't yet afford SSL so what do you advise?
xchris
...just wanted to add that you can still use this mod without SSL, you just won't have level 2 integration, which means orders won't appear in ZenCart, only in your GoogleCheckout account.
-
Re: Google Checkout module for Zen Cart (beta)
Hi,
I've installed this plugin into my zen cart, and on the last checkout page shows my paypal payment boxes and also shows "google checkout" with no check box or anything. If I then go on to not select anything it processes the transaction as if I have paid. Is this because I don't have an SSL certificate on my site yet?
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
timryc01
Hi,
I've installed this plugin into my zen cart, and on the last checkout page shows my paypal payment boxes and also shows "google checkout" with no check box or anything. If I then go on to not select anything it processes the transaction as if I have paid. Is this because I don't have an SSL certificate on my site yet?
The "google checkout" without a button should not be there. This is a known issue and will be addressed in the next version. The fact that you don't have SSL at this time does not affect this incorrect display. It will affect whether you get order information returned to your cart from Google. See the previous post.
You will only get orders processed at Google Checkout if your customer clicks on the button that should appear in the "your shopping cart" page.
-
Re: Google Checkout module for Zen Cart (beta)
I know that this problem has been identified earlier but I've sifted through many of the pages of this thread and I haven't identified the solution to the problem if it exists.
My problem is that GC times out and doesn't get shipping rates from the USPS and therefore doesn't properly apply the shipping rates.
Here is the error that shows up in the integration issues section of my Google checkout account:
Code:
We timed out waiting for your server at
https://....../googlecheckout/responsehandler.php
-- the error we got is: Read timed out. Your server
must respond faster to merchant calculation callback
requests.
I'm currently running Zen Cart v. 1.3.7 and
GOOGLE CHECKOUT PLUGIN FOR ZEN CART v1.3RC2
If there is a solution to this problem I'd greatly appreciate someone pointing me in the correct direction for it. If this is still an open issue then I'll guess I'll wait until a solution is provided.
Thanks in advance for any help.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
Caveman
I know that this problem has been identified earlier but I've sifted through many of the pages of this thread and I haven't identified the solution to the problem if it exists.
My problem is that GC times out and doesn't get shipping rates from the USPS and therefore doesn't properly apply the shipping rates.
Here is the error that shows up in the integration issues section of my Google checkout account:
Code:
We timed out waiting for your server at
https://....../googlecheckout/responsehandler.php
-- the error we got is: Read timed out. Your server
must respond faster to merchant calculation callback
requests.
I'm currently running Zen Cart v. 1.3.7 and
GOOGLE CHECKOUT PLUGIN FOR ZEN CART v1.3RC2
If there is a solution to this problem I'd greatly appreciate someone pointing me in the correct direction for it. If this is still an open issue then I'll guess I'll wait until a solution is provided.
Thanks in advance for any help.
I believe this is still a problem. It is most noticeable if you have multiple shipping carriers. It is usually not an issue if you have 1 or maybe 2 carriers.
-
Re: Google Checkout module for Zen Cart (beta)
-
Re: Google Checkout module for Zen Cart (beta)
At the shopping cart page where it has your regular checkout, and than the
- Or use -
where do I edit the - Or use - I want to change it to something else.
I'm going crazy over this
-
Re: Google Checkout module for Zen Cart (beta)
teebo,
You will find most of the 'English' (or other language) files under includes>languages>english>modules>payment> ---
In your case (provided you installed correctly) you will find it in includes>languages>english>modules>payment>googlecheckout.php around line 25 or so... between single quotes; e.g. '- Or Use '
You can change the text to whatever you want -
But, it really does not end there. When you cannot find something, the ZEN-CART folks have done a great job of providing good tools for all of us to work with - including search tools. Just go to admin>tools>developers tool kit>Look-Up in all files>Key or Name: and PULLDOWN the area you wish to search in - and in your case it is >Pulldown>Catalog and enter what you are looking for - in your case it is - Or Use -
Be aware, you may get lots of results - what I do is print the results, because I have trouble remembering the path - and sometimes the page is very long -
Another Tip... when the search engine provides a really long list - and you are looking for a specific word or phrase - EVERY BROWSER has a built in search capability - for example, IE you just click on Edit>Find on this page> and check "Match whole word..."
or
In Firefox you can do a similar thing, but Firefox helps you by providing a 'green' search results box if you are entering something it has, or it will turn a light red if not...
Go fo it!
jund
-
Re: Google Checkout module for Zen Cart (beta)
hi
u can change it here
YOUR_ZENCART_FOLDER/includes/languages/english/modules/payment/googlecheckout.php
for questions regarding v1.4
http://groups.google.com/group/googl...rt-mod-support
ropu
Quote:
Originally Posted by
teebo
At the shopping cart page where it has your regular checkout, and than the
- Or use -
where do I edit the - Or use - I want to change it to something else.
I'm going crazy over this
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
chain_man
Yes, your inventory counts should automatically adjust when the GCO order is processed. Are there any hints in your response_error.log or response_message.log files in your /googlecheckout folder?
I checked the logs and there is nothing in the error log and all I see in the message log is the info sent back from google. Is there anything specific in the log that should be there to adjust my stock status? When I view the order in admin everything is there just like any other order I get. It has the model number, price, etc. it's just not affecting my stock status at all. Nothing that's ordered through gc shows up in my products purchased table. I appreciate the help.
-
Re: Google Checkout module for Zen Cart (beta)
Quote:
Originally Posted by
jumpropeguy
I checked the logs and there is nothing in the error log and all I see in the message log is the info sent back from google. Is there anything specific in the log that should be there to adjust my stock status? When I view the order in admin everything is there just like any other order I get. It has the model number, price, etc. it's just not affecting my stock status at all. Nothing that's ordered through gc shows up in my products purchased table. I appreciate the help.
I just looked at my Products Purchased report and saw that my GCO purchases did not show up there either. As I don't usually use that report, it was not something I noticed previously. I thought you were talking about your on-hand quantities not adjusting in your Products table. This DOES work as expected on my site.
We'll pass this info along.
-
Re: Google Checkout module for Zen Cart (beta)
Thanks! I don't necessarily use the quantity counts per-se, but I like to have the products purchased updated as it gives me an accurate representation of how much of each product I've been selling.