Page 169 of 394 FirstFirst ... 69119159167168169170171179219269 ... LastLast
Results 1,681 to 1,690 of 3932
  1. #1681
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

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

    Woodymon - you are a mind reader - came here specifically to ask you 'when' - WOW! How did you do that ?

    jund

  2. #1682
    Join Date
    May 2007
    Posts
    6
    Plugin Contributions
    0

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

    I read somewhere in the past few pages that all the backend incorporation in zen should work properly, but I still run into the problem of Google Checkout not changing my inventory count whenever I get an order. Thanks for all your work guys!

  3. #1683
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Hi

    this is the change log for v1.4 alpha (not ready for production, but almost)

    http://groups.google.com/group/googl...c2ef1aa3d34d0d


    06/08/2007 v1.4 apha (ropu)
    - Refactor all code using PHP Sample Code as the base library (under googlecheckout/library)
    - Handles Logging, added log levels (error, request, response)
    - Configuration from UI (comming soon), needed??
    - Handles Basic authentication, add support for IIS (See TROUBLESHOOTING)
    - Handles all XML parsing and building (New xml parsed used)
    - Added OT support (low order fees, group discounts and any other custom OT module)
    - feedback needed. Calculating tax for this, still an issue.
    - Fixed Split login template
    - Add GC button in timeOut login page
    - Remove GC from step 2
    - Fixed freeshipper bug
    - Add warning messages when GC is disabled.
    - Add stack message in Admin UI with GC orders state changes and errors
    - Added configuration to also use Zencarts email system for GC orders
    - Added a fix to avoid regular checkout with GC if no template is applied (or wrongly applied)
    - Added a metric tester for shipping times feedback (optional)
    - Added 3rd party tracking
    - Added a coustom Continue shopping url with GC bought items.
    - Moved logs to a .htacces protected dir (googlecheckout/logs)
    - Added Correct HTTP status (2xx, 4xx, 5xx) return when errors occurrs with the correct message
    - All strings are defined in the language include (only english right now)
    - Use DEFAULT_CURRENCY as the currency in GC cart, not buyers session one
    - Added version number to all files
    - ?

    Missing things
    - Refactor new-order-notification handling to use more Zencart functions
    - Merge the GC return page with the zencart default one
    - Use OT to calculate coupons and gift certs.
    - Currect coupon calculation feedback on not honored restrictions.
    - Add GC special order states?? (feedback)
    - ?
    Thx

    ropu

  4. #1684
    Join Date
    Jun 2007
    Posts
    105
    Plugin Contributions
    0

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

    Quote Originally Posted by chain_man View Post
    I got a similar message when my site was temporarily unavailable.

    You may also get it when the call back url that you entered in your Google account integration information is not valid. This is the one that specifies where to find your responsehandler.php.

    If you supply some more detail, we might be able to help. Maybe the entries from your error files too.

    Could this error occur if I don't have SSL on the site? My orders still go through.
    Also, what details would you like? which error files ? google just says that and when I click on the error no other information shows up.

  5. #1685
    Join Date
    May 2007
    Location
    Yorkshire UK
    Posts
    53
    Plugin Contributions
    0

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

    Quote Originally Posted by chain_man View Post
    It depends...

    If you have basic zc functionality, use only a few shipping methods, don't have a multiple tax requirement, and have an SSL certificate, then yes. Definitely! My site has been working with GCO for months now.

    Exceptions to the above may make the implementation a bit more challenging but may still be done.

    Be sure to go to the zen-cart downloads and pick up the version there.
    Hi Doug and thanks for the reply - I have all of the above with the exception of SSL - currently rely on Paypal . I can't yet afford SSL so what do you advise?
    xchris

  6. #1686
    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 teebo View Post
    Could this error occur if I don't have SSL on the site? My orders still go through.
    Also, what details would you like? which error files ? google just says that and when I click on the error no other information shows up.
    Yes, the lack of SSL could definitely cause your messages. What happens is that your zen cart can send your order information to Google Checkout and GCO can accept payment. But GCO will only return information to your zen-cart if you have a secure connection - provided by the SSL certificate. So the orders should still be good but you will not get the order information returned to your Admin.

    The error info I was asking for would be in the response_error.log and the response_message.log file in your /googlecheckout folder. If you don't have SSL, then there's probably no need to supply the error info at this time.

  7. #1687
    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 kiamyka View Post
    Hi Doug and thanks for the reply - I have all of the above with the exception of SSL - currently rely on Paypal . I can't yet afford SSL so what do you advise?
    xchris
    PayPal Express checkout offers the same functionality. GCO is a nice to have, but not a need to have.

  8. #1688
    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 jumpropeguy View Post
    I read somewhere in the past few pages that all the backend incorporation in zen should work properly, but I still run into the problem of Google Checkout not changing my inventory count whenever I get an order. Thanks for all your work guys!
    Yes, your inventory counts should automatically adjust when the GCO order is processed. Are there any hints in your response_error.log or response_message.log files in your /googlecheckout folder?

  9. #1689
    Join Date
    Mar 2005
    Location
    California
    Posts
    663
    Plugin Contributions
    0

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

    Quote Originally Posted by kiamyka View Post
    Hi Doug and thanks for the reply - I have all of the above with the exception of SSL - currently rely on Paypal . I can't yet afford SSL so what do you advise?
    xchris
    ...just wanted to add that you can still use this mod without SSL, you just won't have level 2 integration, which means orders won't appear in ZenCart, only in your GoogleCheckout account.

  10. #1690
    Join Date
    Jun 2007
    Posts
    17
    Plugin Contributions
    0

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

    Hi,

    I've installed this plugin into my zen cart, and on the last checkout page shows my paypal payment boxes and also shows "google checkout" with no check box or anything. If I then go on to not select anything it processes the transaction as if I have paid. Is this because I don't have an SSL certificate on my site yet?

 

 

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