Page 192 of 394 FirstFirst ... 92142182190191192193194202242292 ... LastLast
Results 1,911 to 1,920 of 3932
  1. #1911
    Join Date
    Feb 2007
    Posts
    39
    Plugin Contributions
    0

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

    Quote Originally Posted by Redcinamn View Post
    So then I am back to square one with the above. I have no idea why this would not be working properly as we have followed the directions to the letter everything seems to be in correctly? But the orders do not show in google nor do they process. They show up in admin as pending.

    Any suggestions or something I can tell anyone to help in direction?

    ~Renee
    I've had similar issue that nagged me for months. The issue is your PHP is installed as a CGI instead of a module. If you can, reconfigure PHP to run as a module within Apache.
    -----------------------------------------------------------------------
    Do you Gogo?

  2. #1912
    Join Date
    Oct 2006
    Posts
    175
    Plugin Contributions
    0

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

    It's not a CGI it is built into apache as a module.
    [FONT="Comic Sans MS"]Red[/FONT]

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

    Idea or Suggestion Google Checkout module for Zen Cart v1.4

    [FONT=Courier, Monospaced]Hi All, as promised

    [/FONT][FONT=Courier, Monospaced]Here you can find the latest modules in .zip package:
    http://code.google.com/p/google-chec...downloads/list
    (It will also be available in the official ZC contribs page as soon as
    the upload is approved by ZC guys...)
    http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPat...
    [/FONT]
    [FONT=Courier, Monospaced]For SVN lovers, since is a stable version, it's been moved to trunk:
    http://google-checkout-zencart.googl...com/svn/trunk/
    [/FONT]
    [FONT=Courier, Monospaced]Here is the Full CHANGELOG from v1.3:
    06/11/2007 v1.4 alpha (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)
    - 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
    - Applied XSS patch to orders.php
    - Slipt README and CHANGELOG
    [/FONT]
    [FONT=Courier, Monospaced]07/07/2007 v1.4alpha3 (ropu)
    - Refactor new-order-notification handling using more Zencart
    functions
    - ZC DB 'orders' table fields 'order_total' and 'order_tax' are
    written.
    - Merged the GC return page with the zencart default one
    - Instant Downloads Support.
    - Support Google Refunds and Cancellations
    - GC Invoicing issue, fixed, not tested
    - If the customers e-mail address already exists in Zen then add
    the
    order placed to their account instead of creating a new
    customer.
    - If the GC exits in ZC but uses a different email then add the
    order placed to their account instead of creating a new
    customer.
    - New customers created are sent details of their account that
    is created on Zen Cart, e.g. the welcome e-mail
    - Check if new customers have <email-allowed> and activate
    newsletters
    - OT tax support
    - Existing ZC customer accounts are updated when GC orders
    processed
    - Improved support for ZC 1.37 split-login page (including
    cohabitation with PPEC).
    - No more need to know admin folders name
    - Add GC Module Version Control
    - Support for USPS International shipping method
    - Moved Shipping quotes definition from includes/modules/payment/
    googlecheckout.php
    to googlecheckout/shipping_methods.php
    - Support ZC coupons even using flat rate shipping
    - Added coupons to redeem track
    - Added coupons max user use and general max use
    - All restrictions are Honored???
    - Added ZC Order# to the GC Order when state changes from Pending
    to Processing
    - Added index.html to googlecheckout/* dirs.
    [/FONT]
    [FONT=Courier, Monospaced]23/07/2007 v1.4 (ropu)
    - Minor bug fixes
    - .zip package
    [/FONT]
    [FONT=Courier, Monospaced]
    For v1.4 support
    http://groups.google.com/group/googl...t-mod-support/

    Hope this helps
    Ropu [/FONT]
    Last edited by ropu; 23 Jul 2007 at 05:51 PM. Reason: Changes title

  4. #1914
    Join Date
    Oct 2006
    Posts
    9
    Plugin Contributions
    0

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

    I'm having problems with the addon that I downloaded and installed yesterday. Here is what my zencart admin looks like - did I mess up the install? I've done it twice. (I blacked out the two boxes, but the white boxes appear that way).

    It is not working, I get the
    XXXXXXXXX has sent Google a shopping cart with errors in it. We'll contact them to ask that they fix this problem. As this could be a temporary issue, you can go back in your browser to try checking out again.

  5. #1915
    Join Date
    Oct 2006
    Posts
    9
    Plugin Contributions
    0

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

    Nevermind, I'm going to try installing the latest version that was posted while I was typing.

  6. #1916
    Join Date
    Oct 2006
    Posts
    9
    Plugin Contributions
    0

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

    New version is installed and appears to be working. I was able to complete a transaction with only one minor problem (more on that later after I look in to it some more). Anyways, when I check https://<www.mysite.com>/googlecheckout/responsehandler.php, I get this:

    Failed to Get Basic Authentication Headers
    Any ideas as to what is causing that?

  7. #1917
    Join Date
    Oct 2006
    Posts
    175
    Plugin Contributions
    0

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

    Ropu,

    Is this upgrade to be used for 1.3.7 as well? If not could you maybe help with my problem as I have an established store but we cant seem to get google checkout to recognize their is an order and remains pending in the zen cart admin but nothing shows in the google account.
    ~Renee
    [FONT="Comic Sans MS"]Red[/FONT]

  8. #1918
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

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

    Quote Originally Posted by w00gle View Post
    The only ports you need to open really are port 80 for http and 8080 for https
    Is not Port 443 the secure port?

    http://en.wikipedia.org/wiki/List_of...orts_0_to_1023

  9. #1919
    Join Date
    Feb 2007
    Posts
    39
    Plugin Contributions
    0

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

    Quote Originally Posted by jund View Post
    jund,

    my bad, it's indeed 443 for https
    -----------------------------------------------------------------------
    Do you Gogo?

  10. #1920
    Join Date
    Feb 2007
    Posts
    39
    Plugin Contributions
    0

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

    Quote Originally Posted by Redcinamn View Post
    Ropu,

    Is this upgrade to be used for 1.3.7 as well? If not could you maybe help with my problem as I have an established store but we cant seem to get google checkout to recognize their is an order and remains pending in the zen cart admin but nothing shows in the google account.
    ~Renee
    Red,
    Your customers were probably proceeding with the "Go to checkout" button instead of clicking the GoogleCheckout button.

    Is GoogleCheckout the only method of payment you offer?
    -----------------------------------------------------------------------
    Do you Gogo?

 

 

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