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