Page 10 of 394 FirstFirst ... 891011122060110 ... LastLast
Results 91 to 100 of 3932
  1. #91
    Join Date
    Oct 2005
    Location
    Chattanooga
    Posts
    62
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Yes, they are showing up in the sandbox. It seems everything works except the updating of my database from the google call back.

  2. #92
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

    Default Re: Google Checkout module for Zen Cart released

    Please clarify what you mean by updating.
    Do you mean that new orders are not being sent to admin interface?
    Or do you mean that the order status is not being updated?

    Currently, I can not get the orders to update the order status of each order. I was able to fix a few bugs and add more options to make it more ZenCart friendly. I am currently having someone else testing it out and I will release it soon.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  3. #93
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Google Checkout module for Zen Cart released

    So this may have already been asked, but any chance in the near future of getting this working with USPS/UPS/FEDEX rate based shipping? I know it kinda defeats the normal design of google checkout, but can't the button be hidden until step 2 when u select a payment method and take the total price including shipping before it sends to the google site to follow TOS?

    Or perhaps a middle man. When you click "Checkout quickly with Google Checkout" have it link to a shipping estimator type window where the customer can enter his postal code and select his shipping choice based on usps/ups/fedex/ etc rates, then click submit and it sends the new full price to google checkout where the customer can continue.
    Last edited by qhome; 13 Oct 2006 at 06:45 AM.

  4. #94
    Join Date
    Oct 2005
    Location
    Chattanooga
    Posts
    62
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by colosports View Post
    Please clarify what you mean by updating.
    Do you mean that new orders are not being sent to admin interface?
    Or do you mean that the order status is not being updated?
    Sorry about that, I mean both. I am not having any tables uptaded or inserted into by google checkout once an order is made.

  5. #95
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

    Default Re: Google Checkout module for Zen Cart released

    If you are getting orders in Google but it's not in your database or admin, the problem lies in googlecheckout/responsehandler.php

    The most common issue seems to be the getallheaders() error or people forgetting to set the the file attributues to 777 for response_error.log and response_message.log
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  6. #96
    Join Date
    Aug 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    I had an interesting problem with Google Checkout

    A customer used the GC checkout and when they added an address to ship to they go this error message:

    (My Store) does not ship to this address:

    I thought that maybe it was because the shipping address and the bill to address were different but they were the same.

    Also has anyone from Google been back here to the board to address the bugs and issues or has it just been the ZenCart staff and users?

    I know that it is impolite to perhaps question the coder that hands you something like this MOD but it's not like Google doesn't get something for their efforts.

    I would think that maybe they could put some of their code staff to really put an effort into getting this MOD functioning well, it's not like they don't' have the resources to just that?

  7. #97
    Join Date
    Oct 2005
    Location
    Chattanooga
    Posts
    62
    Plugin Contributions
    0

    Re: Google Checkout module for Zen Cart released

    Yeah, I had initially was unaware of the 777, which was why at one point I was having nothing written to those files. Now I am though.

    I get all these steps being written out to the file:
    Fri Oct 13 14:23:03 EDT 2006:- new-order-notification
    Fri Oct 13 14:23:06 EDT 2006:- order-state-change-notification
    Fri Oct 13 14:23:07 EDT 2006:- risk-information-notification
    Fri Oct 13 14:23:25 EDT 2006:- order-state-change-notification
    Fri Oct 13 14:23:26 EDT 2006:- charge-amount-notification



    I was looking at line 250 where it says:
    global $db;

    Does anyone know where $db gets set? Looking at the code it looks like my issues are taking place in: function process_new_order_notification

    I just don’t think it is hitting my database for some reason. It is almost like it does not have a connection.

  8. #98
    Join Date
    Oct 2005
    Location
    Chattanooga
    Posts
    62
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    GlobalVillage I did try and e-mail jacob13moon but never heard back from him. I am sure he is busy writing mods for other companies, and does not have the time come back here and answer our million + questions. I don't blame him :-)

  9. #99
    Join Date
    Aug 2006
    Posts
    20
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by gid View Post
    GlobalVillage I did try and e-mail jacob13moon but never heard back from him. I am sure he is busy writing mods for other companies, and does not have the time come back here and answer our million + questions. I don't blame him :-)
    Actually I think he and Google's code staff are obligated to not only answer questions but to also be proactive in getting the MOD to work correctly with ZenCart. Just because the MOD is "free" should not make it a hardship for those that want to use it.

    As I've already mentioned this greatly benefits Google for every ZenCart shop that sets up Google Checkout.

    How about it Jacob, some support and bug fixes and a better interface for shipping?

  10. #100
    Join Date
    Dec 2004
    Posts
    52
    Plugin Contributions
    0

    Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by colosports View Post
    If you are getting orders in Google but it's not in your database or admin, the problem lies in googlecheckout/responsehandler.php

    The most common issue seems to be the getallheaders() error or people forgetting to set the the file attributues to 777 for response_error.log and response_message.log
    Google Checkout is working fine for me with two exceptions:

    1. What is the API Callback URL. I have SSL on my site but not sure what URL to use here?

    2. No order is created in my admin order area. I'm using Super Orders but see no order at all when Google is used. Any suggestions?

    Yes, I have both response_error.log and response_message.log set to 777.

 

 
Page 10 of 394 FirstFirst ... 891011122060110 ... LastLast

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