Page 68 of 394 FirstFirst ... 1858666768697078118168 ... LastLast
Results 671 to 680 of 3932
  1. #671
    Join Date
    Jun 2006
    Posts
    21
    Plugin Contributions
    0

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

    GC 1.5 is installed & working, but orders are still not showing up in Admin. responsehandler.php opened directly returns the error:

    Fatal error: Call to a member function on a non-object in /home/mpayson/public_html/zc137/includes/languages/english/credit_cards.php on line 57

    That error doesn't appear to be mentioned in any other post in this thread. That file has not been edited in my install. Here is line 57 for reference:

    Code:
    define('IMAGE_CC_ENABLED_VISA', zen_image($template->get_template_dir('cc1.gif', DIR_WS_TEMPLATE, $current_page_base,'images/icons'). '/' . 'cc1.gif'));
    Since I don't accept credit cards directly, I can't imagine why this is even being called. No additional payment modules are even installed.

    response_error.log reports:

    Sun Feb 18 0:23:46 EST 2007:- Shopping cart not obtained from session.

    Please forgive me for not reading through the entire 68 pages of this thread before posting. I've read many of the posts, particularly from around p32 and through p49 to this point (plus roughly p60+). Based on the recommendations on those pages I've upgraded from 1.04r to 1.5, but I'm still getting the same error. I'll keep reading through the rest of the thread, but if anyone has any suggestions in the meantime, I would really appreciate it.

  2. #672
    Join Date
    Jun 2006
    Location
    Midlothian, Virginia, United States
    Posts
    111
    Plugin Contributions
    0

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

    Ok, i got the admin working with the latest revision. i have sizes, colors, etc. working also.

    Basically Comment out these lines like below in the responsehandler.php:

    /*if(isset($HTTP_SERVER_VARS['PHP_AUTH_USER']) &&

    isset($HTTP_SERVER_VARS['PHP_AUTH_PW'])) {
    $compare_mer_id = $HTTP_SERVER_VARS['PHP_AUTH_USER'];
    $compare_mer_key =

    $HTTP_SERVER_VARS['PHP_AUTH_PW'];
    } else {
    error_func("Line 119: headers['Authorization'] is NULL.\n");


    exit(1);
    }*/

    $googlepayment = new googlecheckout();
    $merchant_id = $googlepayment->merchantid;
    $merchant_key =

    $googlepayment->merchantkey;

    /*if($compare_mer_id != $merchant_id || $compare_mer_key != $merchant_key) {


    error_func("Line 127: merchant_id or merchant_key does not match.\n");
    exit(1);
    }*/

  3. #673
    Join Date
    Jan 2007
    Location
    MO
    Posts
    24
    Plugin Contributions
    0

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

    I got the Google checkout button on my checkout. But when you go through it to order something it goes all the way to the last step you click Confirm the Order and you get a page that says "Email Error: SMTP Error: Could not connect to SMTP host." Now what do I do? Please help.

  4. #674
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by anjordan77 View Post
    Ok, i got the admin working with the latest revision. i have sizes, colors, etc. working also.

    Basically Comment out these lines like below in the responsehandler.php:

    /*if(isset($HTTP_SERVER_VARS['PHP_AUTH_USER']) &&

    isset($HTTP_SERVER_VARS['PHP_AUTH_PW'])) {
    $compare_mer_id = $HTTP_SERVER_VARS['PHP_AUTH_USER'];
    $compare_mer_key =

    $HTTP_SERVER_VARS['PHP_AUTH_PW'];
    } else {
    error_func("Line 119: headers['Authorization'] is NULL.\n");


    exit(1);
    }*/

    $googlepayment = new googlecheckout();
    $merchant_id = $googlepayment->merchantid;
    $merchant_key =

    $googlepayment->merchantkey;

    /*if($compare_mer_id != $merchant_id || $compare_mer_key != $merchant_key) {


    error_func("Line 127: merchant_id or merchant_key does not match.\n");
    exit(1);
    }*/
    anjordan77, hi

    Thanks for your comment. This will work because u take out the security measures to authenticate the messages sent. With out that code any one could send spoofed messages to ur responsehandler. Please, have a look to this post where i explain how to set .htaccess for those with PHP over CGI, where Basic Authentication is Not supported.

    http://www.zen-cart.com/forum/showpo...&postcount=665

    Try it and let us know how it worked.

    ropu

  5. #675
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by jhaase83 View Post
    I got the Google checkout button on my checkout. But when you go through it to order something it goes all the way to the last step you click Confirm the Order and you get a page that says "Email Error: SMTP Error: Could not connect to SMTP host." Now what do I do? Please help.
    jhaase83, hi

    Could you explain a little more ur issue.

    I can understand if the error arises in ur zencart page or google's one.

    If it is in your site, the error is somewhere else. u shouldnt have any "Confirm the order" button in zencart, that must be in the GC site

    thanks,
    ropu

  6. #676
    Join Date
    Jan 2007
    Location
    MO
    Posts
    24
    Plugin Contributions
    0

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

    Ropu,

    I believe it is on my zen cart. The page looks like my web site. I think the problem is when it is trying to leave my site to go to GC to get the credit card info. I was not asked for any payment info before the error page.

    Here is what I did.
    I picked an item to order, added to cart, went to checkout, confirmed address, picked payment option, confirm the order, then error page. The order did show up on my admin.

    Is that enough info? Or is there something else you need?

  7. #677
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by jhaase83 View Post
    Ropu,

    I believe it is on my zen cart. The page looks like my web site. I think the problem is when it is trying to leave my site to go to GC to get the credit card info. I was not asked for any payment info before the error page.

    Here is what I did.
    I picked an item to order, added to cart, went to checkout, confirmed address, picked payment option, confirm the order, then error page. The order did show up on my admin.

    Is that enough info? Or is there something else you need?
    Well, thats a problem with your installation. Do you see in any place of your shopping cart or login page the GC button like this ones
    http://code.google.com/apis/checkout...generator.html ?

    if not, double check the template installation, you must rename the dir YOUR_TEMPLATE with the name of your own template.

    you should not use regular checkout to use GC, u only need to add items to the cart, and then click GC button. Google handles all the rest of the checkout.

    any doubt, feel free to ask.

    ropu

  8. #678
    Join Date
    Jan 2007
    Location
    MO
    Posts
    24
    Plugin Contributions
    0

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

    Ropu,

    I think I understand now. Let me know if this is right.

    Yes I have it set up wrong. When I uploaded the files I did not put them in my Custom folder. Which is where my custom template is. This is where the files need to be.

  9. #679
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by jhaase83 View Post
    Ropu,

    I think I understand now. Let me know if this is right.

    Yes I have it set up wrong. When I uploaded the files I did not put them in my Custom folder. Which is where my custom template is. This is where the files need to be.

    The files under YOUR_TEMPLATE dir yes, you put them under ur custom template folder

    ropu

  10. #680
    Join Date
    Jan 2007
    Location
    MO
    Posts
    24
    Plugin Contributions
    0

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

    Ropu,

    Ok. Once I have done this is there anything else that needs done to get the button on my site? Or will it just be there?

 

 

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