Page 37 of 394 FirstFirst ... 2735363738394787137 ... LastLast
Results 361 to 370 of 3932
  1. #361
    Join Date
    Jul 2006
    Posts
    40
    Plugin Contributions
    0

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

    i loaded 1.0.5 .... this took care of the problem of getting past the error of invalid shipping methods ...but now we get

    Error parsing XML; message from parser is: Error on line -1: Premature end of file.

    and an xml output like this

    <?xml version="1.0" encoding="UTF-8"?>
    <merchant-calculation-callback xmlns="http://checkout.google.com/schema/2" serial-number="23412341234123412341234">
    <shopping-cart>
    <merchant-private-data>
    <session-data>231412342234234123;zenid</session-data>
    <product-data>;57</product-data>
    <ip-address>xx.xx.xx.xx</ip-address>


    </merchant-private-data>
    <items>
    <item>
    <quantity>1</quantity>
    <unit-price currency="USD">25.95</unit-price>
    <item-name>6” Heat Resistant Cover</item-name>
    <item-description></item-description>
    <tax-table-selector>Taxable Goods</tax-table-selector>
    </item>
    </items>
    </shopping-cart>
    <buyer-id>xxxxxxxxxxxxxx</buyer-id>
    <calculate>
    <addresses>
    <anonymous-address id="xxxxxxxxxxxxxxx">
    <country-code>US</country-code>
    <city>Atlanta</city>
    <region>GA</region>
    <postal-code>234234</postal-code>
    </anonymous-address>
    <anonymous-address id="xxxxxxxxxxxxxxxxxxx">
    <country-code>US</country-code>
    <city>Atlanta</city>
    <region>GA</region>
    <postal-code>234324</postal-code>
    </anonymous-address>
    </addresses>
    <merchant-code-strings />
    <tax>false</tax>
    <shipping>
    <method name="Table: Table Rate (vary by weight/price)" />
    <method name="UPS: Next Day Air Early AM" />
    <method name="UPS: Next Day Air Early AM Letter" />
    <method name="UPS: Worldwide Expedited" />
    </shipping>
    </calculate>
    <buyer-language>en_US</buyer-language>
    </merchant-calculation-callback>

    Any clues ? Much thanks

  2. #362
    Join Date
    Oct 2006
    Location
    Hanover, PA
    Posts
    71
    Plugin Contributions
    0

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

    Quote Originally Posted by anjordan77 View Post
    Install the table rates for shipping and that should work
    What's a table rate?

  3. #363
    Join Date
    Oct 2006
    Location
    Hanover, PA
    Posts
    71
    Plugin Contributions
    0

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

    Ok, I see what you mean by table rate. It's FLAT RATE shipping, which I do not want. It will not be the same shipping price as if you were useing Paypal, which is a BIG problem.

  4. #364
    Join Date
    Dec 2006
    Posts
    2
    Plugin Contributions
    0

    red flag Google Checkout Error***Help!!!

    I have tried to install the google payment module and I have received this error. Does anyone know anything about how to solve this issue?

    We encountered an error trying to access your server at https://www.jercocomputers.com -- the error we got is:

    sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Warnings:

    XML We Sent:<?xml version="1.0" encoding="UTF-8"?><order-state-change-notification xmlns="http://checkout.google.com/schema/2" serial-number="a9066db2-2995-4141-91e3-597df527a0d7"> <timestamp>2006-10-26T16:25:53.759Z</timestamp> <google-order-number>264229364221993</google-order-number> <new-fulfillment-order-state>PROCESSING</new-fulfillment-order-state> <new-financial-order-state>CHARGING</new-financial-order-state> <previous-fulfillment-order-state>NEW</previous-fulfillment-order-state> <previous-financial-order-state>REVIEWING</previous-financial-order-state></order-state-change-notification>

  5. #365
    Join Date
    Nov 2006
    Posts
    43
    Plugin Contributions
    0

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

    ok everything was working fine, but now when i try to checkout with google it gives me this error.

    <error serial-number="c21664a6-1d98-47ac-802c-e91c0e799d81">
    <error-message>No seller found with id 121418258075668</error-message>
    </error>

    is this a problem on google's side or mine?

    you can check it out at www.airinfantry.com/catalog
    Last edited by blackinches; 13 Dec 2006 at 10:34 PM.

  6. #366
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

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

    I tried v1.0.5.

    Many problems, starting with shipping choices. Had a full string of mailing options from USPS. I only offer a couple... There was a textbox pre-filled with a zero for each option. No explanation in README or INSTALLATION about what this all means or how to decide what entries to make.

    Had a large label with Multi-zone, multi-table description (which is the method I prefer) but no way to select it. Also had Table shipping option configured and activated but no way to select it in GCO setup.

    Tried test customer. Got error message in checkout screen about invalid parameter in foreach function in gcheckout.php. Could still use GCO button, but shipping options in Google screen each showed $14.70 when at least media mail (which wasn't an option) should only be $2.50.

    Had to roll back all files except responsehandler.php, xmlparser.php and xmlbuilder.php to 1.0.4 versions. Reselected Table shipping option. Was successful in sending order through sandbox.

    The merchant-defined shipping is a great concept and I wish it worked...

  7. #367
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Thanks for those posting experiences with v.105. I will await implementing GCO for ZC mod into production until better news is posted in regards to Zen Cart shipping tables support and instant downloads support. But I will continue testing.

    Below is a helpful resource for general GCO info:
    http://groups.google.com/group/googl...erchants-forum

    Woody

  8. #368
    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 Woodymon View Post
    Thanks for those posting experiences with v.105. I will await implementing GCO for ZC mod into production until better news is posted in regards to Zen Cart shipping tables support and instant downloads support. But I will continue testing.

    Woody
    On the other hand - I got a sale from the v1.0.4 install the same day I deployed it into production...!

  9. #369
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by chain_man View Post
    On the other hand - I got a sale from the v1.0.4 install the same day I deployed it into production...!
    My issue with 1.04 is GCO would not work correctly without applying the fix (commenting out the code) as krypton1 posted.

    However ropu previously reported in this thread:
    as anjordan77 suggested, the fix works, but with security issues. anyone can post you a order emulating Google checkout.
    So are you using v.1.04 with or without the krypton1 "fix"? And if you applied the "fix" then are you ok with security issue as suggested by ropu?

    Woody

  10. #370
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by chain_man View Post
    Had to roll back all files except responsehandler.php, xmlparser.php and xmlbuilder.php to 1.0.4 versions. Reselected Table shipping option. Was successful in sending order through sandbox.
    Quote Originally Posted by Woodymon View Post
    So are you using v.1.04 with or without the krypton1 "fix"? And if you applied the "fix" then are you ok with security issue as suggested by ropu?
    Chain_man stated above he is using responsehandler.php from v.1.05, replacing the patched 1.04 file. So I assume this fixes security issues?

    Thus I configured the install as chain_man suggests (using v.1.04 except for the three files from v.1.05). And I found the order was processed and and two email messages sent to customer (Order receipt and Purchase receipt) and email sent to store-owner (purchase receipt) were delivered.

    However order did not show up in Zen Cart admin.

    Then I observed v. 105 contains two new files in /googlecheckout :
    - googleresult.php
    - googlemerchantcalculations.php

    So I uploaded those files also.

    And submitted a new order. Order processed successfully, email messages delivered to customer and store-owner AND order with product details displayed in admin.

    Follows is the order status table on order page in Zen Cart admin.

    Date Added Customer Notified Status Comments

    12/12/2006 14:52:27 True Pending
    Google Checkout Order No: ###############
    Merachnat Calculations:

    12/12/2006 14:52:30 False Pending
    Risk Information:
    Elegible for Protection: true
    Avs Response: U
    Cvn Response: U
    Partial CC number: 1111
    Buyer account age: 1

    12/12/2006 14:52:50 False Processing
    Time: 2006-12-12T02:18:49.635Z
    New state: CHARGED

    12/12/2006 14:52:50 False Processing
    Latest charge amount: USD 25.0
    Total charge amount: USD 25.0

    12/12/2006 14:59:34 True Delivered
    Testing 1,2,3... My Comments here

    12/12/2006 14:59:34 True Delivered
    Time: 2006-12-14T02:23:34.291Z
    New state: DELIVERED
    Not sure about the blank entry for "Merachnat Calculations: " (sic). I selected Table Rate for shipping in both the GCO mod configuration and on Google Accounts admin website.

    (I have not tested ordering products with attributes since the only need I have per attributes is supporting instant downloads, which GCO does not).

    My wishlist:

    1. "zone" based table-rate shipping support;
    2. instant download support.

    Woody

 

 

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