Page 352 of 394 FirstFirst ... 252302342350351352353354362 ... LastLast
Results 3,511 to 3,520 of 3932
  1. #3511
    Join Date
    Aug 2010
    Posts
    8
    Plugin Contributions
    0

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

    DO we know if this is compatible with version 1.3.9g?

  2. #3512
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

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

    Quote Originally Posted by smilyspirit View Post
    DO we know if this is compatible with version 1.3.9g?
    I'm not seeing any problems with my 1.3.9g installation and this. I DO highly recommend you make the file changes I posted a moment back.

  3. #3513
    Join Date
    Nov 2008
    Posts
    39
    Plugin Contributions
    0

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

    Quote Originally Posted by retched View Post
    Sorry it wasn't on this forum thread where the change is mentioned.

    Go to /zencart/googlecheckout/responsehandler.php and make the following change.

    Find
    PHP Code:
    error_reporting(E_ALL); 
    and afterwards add the following:

    PHP Code:
    // temporal disable of multisocket
    define('MODULE_PAYMENT_GOOGLECHECKOUT_MULTISOCKET''False');
    define('SESSION_BLOCK_SPIDERS','False'); 
    did you make this change to this file?
    I made the changes. When Google Checkout is in sandbox and 'carrier calculated shipping' is set to 'false', it works. When I change it from sandbox, it stops calculating the shipping. However, if I change the 'carrier calculated shipping' to 'true' I get the 'oops' error again.

  4. #3514
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

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

    Quote Originally Posted by conspicuouschick View Post
    I made the changes. When Google Checkout is in sandbox and 'carrier calculated shipping' is set to 'false', it works. When I change it from sandbox, it stops calculating the shipping. However, if I change the 'carrier calculated shipping' to 'true' I get the 'oops' error again.
    That's completely fine. Is the shipping working though when you use this option? (Obviously the one that works.)

  5. #3515
    Join Date
    Nov 2008
    Posts
    39
    Plugin Contributions
    0

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

    Quote Originally Posted by retched View Post
    That's completely fine. Is the shipping working though when you use this option? (Obviously the one that works.)
    After I sent my response yesterday, I emailed my web assistant to check if she had uploaded the code (she was supposed to deal with it over the weekend). It seems that she hadn't, so she apologized and took care of it. This morning (after the new code was added), I checked again and the shipping is not calculating on 'false' or 'sandbox'. On 'true' it gives the error. On not sandbox, it gives the error.

  6. #3516
    Join Date
    Nov 2008
    Posts
    39
    Plugin Contributions
    0

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

    Quote Originally Posted by conspicuouschick View Post
    I made the changes. When Google Checkout is in sandbox and 'carrier calculated shipping' is set to 'false', it works. When I change it from sandbox, it stops calculating the shipping. However, if I change the 'carrier calculated shipping' to 'true' I get the 'oops' error again.
    Do I need to undo the code changes since it was calculating shipping prior to the code changes, but it isn't now?

  7. #3517
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

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

    Quote Originally Posted by conspicuouschick View Post
    Do I need to undo the code changes since it was calculating shipping prior to the code changes, but it isn't now?
    When you made these changes, did you upgrade the ENTIRE Zen-cart or just the one's I made previously?

    If you made the changes to the new ZenCart, I can certainly help you as I'm not encountering problems with my installation.

    But if you made JUST the change I suggested above, there's no need to change anything further. The code I told you to add actually does nothing but allow Google Checkout to reach your page

  8. #3518
    Join Date
    Nov 2010
    Posts
    2
    Plugin Contributions
    0

    bug Re: Google Checkout module for Zen Cart 1.3.x (beta)

    I have been trying to install google checkout on my site running zen cart version 1.3.9b and I am having errors with the payment modules. When I enter the payment module I see this message:

    Code:
    ERROR: module not loaded due to missing language file: [my site directory]/includes/languages/english/modules/payment/downloads.php
    ERROR: module not loaded due to missing language file: [my site directory]/includes/languages/english/modules/payment/show_google_components.php
    I haven't been able to find any info for this error in the zen forums or on google's code site and this has been one frustrating problem.
    I have followed the directions to the letter and I didn't have any other modules installed to interfere with the install. Any help would be appreciated!!

  9. #3519
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

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

    It means exactly what it says: it's looking for a language file for the module you've loaded, but can't find it.
    Payment modules consist of a minimum of two files: the module and its language file. You've evidently dumped stuff into /includes/modules/payment but failed to put corresponding files into /includes/languages/english/modules/payment. Thus the message telling you what files you've failed to put onto your server.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #3520
    Join Date
    Nov 2008
    Posts
    39
    Plugin Contributions
    0

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

    Quote Originally Posted by retched View Post
    When you made these changes, did you upgrade the ENTIRE Zen-cart or just the one's I made previously?

    If you made the changes to the new ZenCart, I can certainly help you as I'm not encountering problems with my installation.

    But if you made JUST the change I suggested above, there's no need to change anything further. The code I told you to add actually does nothing but allow Google Checkout to reach your page
    Only the code you indicated in a prior post was changed.

 

 

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