Page 164 of 394 FirstFirst ... 64114154162163164165166174214264 ... LastLast
Results 1,631 to 1,640 of 3932
  1. #1631
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by tj1 View Post
    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...

  2. #1632
    Join Date
    Feb 2007
    Posts
    284
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by Woodymon View Post
    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 I think it is reading from a database or another file, any idea? Thanks

  3. #1633
    Join Date
    Feb 2007
    Posts
    284
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by chain_man View Post
    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.

  4. #1634
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by TamyA View Post
    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.

  5. #1635

    Default 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

  6. #1636
    Join Date
    Mar 2005
    Location
    California
    Posts
    663
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by chain_man View Post
    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.

  7. #1637
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by tj1 View Post
    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
    Last edited by Woodymon; 6 Jun 2007 at 08:56 AM.

  8. #1638
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by TamyA View Post
    Woody, Are you sure about this?
    Ummm...yes.

    Quote Originally Posted by TamyA View Post
    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

  9. #1639
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by Doodlebuckets View Post
    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

  10. #1640
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by Doodlebuckets View Post
    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

 

 

Similar Threads

  1. v155 BETA feedback for Responsive-Classic in v155-beta
    By picaflor-azul in forum Addon Templates
    Replies: 51
    Last Post: 5 Mar 2016, 09:14 PM
  2. Google Checkout module support for ZC 1.5.0?
    By Woodymon in forum Addon Payment Modules
    Replies: 2
    Last Post: 21 Jan 2012, 03:18 AM
  3. Google Checkout - is there a module for 1.3.9g?
    By cchan in forum Addon Payment Modules
    Replies: 0
    Last Post: 9 Jan 2011, 05:04 AM
  4. Update Google Checkout Module or Custom Google Checkout?
    By pacificmanagment in forum Addon Payment Modules
    Replies: 1
    Last Post: 24 May 2010, 09:40 AM
  5. Replies: 1
    Last Post: 31 May 2009, 02:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR