Page 392 of 394 FirstFirst ... 292342382390391392393394 LastLast
Results 3,911 to 3,920 of 3933
  1. #3911
    Join Date
    Sep 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: Google Checkout module for ZC 1.3.x (beta)

    This is the snipit my cart sends to google
    Code:
    <shipping>
          <method name="USPS: Priority Mail International (6 - 10 days)" />
          <method name="USPS: First-Class Mail International" />
        </shipping>
    Only priority shows

    Any international order also has this error in googles log

    Your server returned no data in its response; Checkout requires data of type merchant-calculation-results in response to merchant-calculation-callback

    Yet there is data in the xml and the order processes. It is as if it does not recognize <method name="USPS: First-Class Mail International" />

    Below is the full log. Any sensitive info I have noted as #REMOVED#

    <?xml version="1.0" encoding="UTF-8"?>
    <merchant-calculation-callback xmlns="http://checkout.google.com/schema/2" serial-number="#REMOVED#">
    <shopping-cart>
    <merchant-private-data>


    <session-data>#REMOVED#</session-data>


    <ip-address>#REMOVED#</ip-address>


    </merchant-private-data>
    <items>
    <item>
    <item-weight value="0.5" unit="LB" />
    <tax-table-selector>Taxable Goods</tax-table-selector>
    <item-name>Samsung Galaxy Nexus Screen Protector</item-name>
    <item-description>[:- Screen] </item-description>
    <unit-price currency="USD">13.455</unit-price>
    <quantity>1</quantity>
    <merchant-item-id>#REMOVED#</merchant-item-id>
    <merchant-private-item-data>


    <item>#REMOVED#</item>


    </merchant-private-item-data>
    </item>
    <item>
    <item-weight value="0.1" unit="LB" />
    <tax-table-selector>Taxable Goods</tax-table-selector>
    <item-name>Replacement</item-name>
    <item-description></item-description>
    <unit-price currency="USD">0.01</unit-price>
    <quantity>1</quantity>
    <merchant-item-id>285</merchant-item-id>
    <merchant-private-item-data>#REMOVED#

    </merchant-private-item-data>
    </item>
    </items>
    </shopping-cart>
    <buyer-id>#REMOVED#</buyer-id>
    <calculate>
    <addresses>
    <anonymous-address id="#REMOVED#">
    <country-code>BE</country-code>
    <city>Eugies</city>
    <region></region>
    <postal-code>7080</postal-code>
    </anonymous-address>
    </addresses>
    <shipping>
    <method name="USPS: Priority Mail International (6 - 10 days)" />
    <method name="USPS: First-Class Mail International" />
    </shipping>
    <tax>false</tax>
    <merchant-code-strings />
    </calculate>
    <buyer-language>French</buyer-language>
    </merchant-calculation-callback>
    Last edited by new2u; 7 Jun 2012 at 09:33 PM.

  2. #3912
    Join Date
    Jun 2012
    Posts
    19
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    wow....almost 400 pages on this post.

    can someone help me with my problem?

    Im getting this message for my google checkout: GC is set to use SANDBOX. Order will be processed but NOT charged.

    i know someone said to ftp the installation file to a certain folder, i did that, but still no luck...

    please help!!!!!!

  3. #3913
    Join Date
    Jun 2011
    Posts
    74
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    If you are ready to go live with Google Checkout, go to your admin section, click on modules then payment.
    Find the GC module and click edit - change mode from sandbox to https://checkout.google.com/ - you will then be live
    with GC.

  4. #3914
    Join Date
    Mar 2010
    Location
    Green Bay, WI
    Posts
    318
    Plugin Contributions
    1

    Default Re: Google Checkout module for ZC 1.3.x (beta)

    Quote Originally Posted by new2u View Post
    This is the snipit my cart sends to google
    Code:
    <shipping>
          <method name="USPS: Priority Mail International (6 - 10 days)" />
          <method name="USPS: First-Class Mail International" />
        </shipping>
    Only priority shows

    Any international order also has this error in googles log

    Your server returned no data in its response; Checkout requires data of type merchant-calculation-results in response to merchant-calculation-callback

    Yet there is data in the xml and the order processes. It is as if it does not recognize <method name="USPS: First-Class Mail International" />

    Below is the full log. Any sensitive info I have noted as #REMOVED#

    <?xml version="1.0" encoding="UTF-8"?>
    <merchant-calculation-callback xmlns="http://checkout.google.com/schema/2" serial-number="#REMOVED#">
    <shopping-cart>
    <merchant-private-data>


    <session-data>#REMOVED#</session-data>


    <ip-address>#REMOVED#</ip-address>


    </merchant-private-data>
    <items>
    <item>
    <item-weight value="0.5" unit="LB" />
    <tax-table-selector>Taxable Goods</tax-table-selector>
    <item-name>Samsung Galaxy Nexus Screen Protector</item-name>
    <item-description>[:- Screen] </item-description>
    <unit-price currency="USD">13.455</unit-price>
    <quantity>1</quantity>
    <merchant-item-id>#REMOVED#</merchant-item-id>
    <merchant-private-item-data>


    <item>#REMOVED#</item>


    </merchant-private-item-data>
    </item>
    <item>
    <item-weight value="0.1" unit="LB" />
    <tax-table-selector>Taxable Goods</tax-table-selector>
    <item-name>Replacement</item-name>
    <item-description></item-description>
    <unit-price currency="USD">0.01</unit-price>
    <quantity>1</quantity>
    <merchant-item-id>285</merchant-item-id>
    <merchant-private-item-data>#REMOVED#

    </merchant-private-item-data>
    </item>
    </items>
    </shopping-cart>
    <buyer-id>#REMOVED#</buyer-id>
    <calculate>
    <addresses>
    <anonymous-address id="#REMOVED#">
    <country-code>BE</country-code>
    <city>Eugies</city>
    <region></region>
    <postal-code>7080</postal-code>
    </anonymous-address>
    </addresses>
    <shipping>
    <method name="USPS: Priority Mail International (6 - 10 days)" />
    <method name="USPS: First-Class Mail International" />
    </shipping>
    <tax>false</tax>
    <merchant-code-strings />
    </calculate>
    <buyer-language>French</buyer-language>
    </merchant-calculation-callback>
    UPSP only allows for Priority mail or higher for packages. They removed all First class International shipping about 2 months ago.
    Forums are for helping people!! if you don't want to help people then shut up and get off the forum!

  5. #3915
    Join Date
    Sep 2009
    Posts
    186
    Plugin Contributions
    0

    Default Re: Google Checkout module for ZC 1.3.x (beta)

    Why does it still work fine for paypal? We ship international first class packages every day

  6. #3916
    Join Date
    Jul 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Google Checkout module for ZC 1.3.x (beta)

    Hi All,

    I am new to zencart. I am trying to configure google checkout on my website. When I try to checkout, it loops through the process. When I press the button "confirm order", it goes back to step 1 of checkout.

    In GC, I have given the following API Callback URL:
    http://ukdiscountshop.com/googlechec...nsehandler.php

    Could someone help me with this please?

    Thanks,
    ZK

  7. #3917
    Join Date
    Jul 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Google Checkout module for ZC 1.3.x (beta)

    Further to my earlier message, I have configured my paypal account on my website. Now if I select paypal as the payment method on checkout, the customer is directed to paypal payment page.
    But Google Checkout is still not responding. Any ideas?

  8. #3918
    Join Date
    Jul 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Google Checkout module for ZC 1.3.x (beta)

    Not impressed with this forum. Nobody here bothers to reply.

  9. #3919
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Google Checkout module for ZC 1.3.x (beta)

    It's not the forum. Google checkout has been problematic for years with no support from Google at all It’s been left to forum members to try and get a workable mod, Matt took over a while back and did solve most of the issues but I think his own business has had to come first so he’s not been round much. On a personal note I did try to get it working and matt helped a lot but I gave up in the end and besides why should we support a payment method that apparently offers no help or support to either it’s users or developers willing to create a workable mod. I get the impression google arn't interested in helping open source carts like Zen so s*d them there loss. stick to paypal most people know and trust them and it's well supported here,
    Last edited by discoverytdi; 8 Jul 2012 at 12:58 PM.
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  10. #3920
    Join Date
    Jul 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Google Checkout module for ZC 1.3.x (beta)

    Thanks for your reply. Actually my focus market is Pakistan where paypal does not work but Google Checkout works. Other options are cash on delivery or payments into bank account but many customers want to pay online using debit/credit cards. I am not sure at this stage about what to do.

 

 

Similar Threads

  1. 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
  2. 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
  3. Google Checkout Module is not forwarding to Google?
    By cam94z28 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 27 Jun 2007, 08:16 AM
  4. Replies: 0
    Last Post: 9 Mar 2007, 01:08 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
  •