Page 389 of 394 FirstFirst ... 289339379387388389390391 ... LastLast
Results 3,881 to 3,890 of 3933
  1. #3881
    Join Date
    Aug 2007
    Posts
    87
    Plugin Contributions
    0

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

    I just noticed that shipping charges are completely different between ZenCart and once it merges over to Google Checkout. I'm getting ready to give up on this mod.

  2. #3882
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    6,997
    Plugin Contributions
    27

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

    Quote Originally Posted by pityocamptes View Post
    OK, solved the $0.00 shipping issue from this link:

    http://www.zen-cart.com/forum/showthread.php?p=656187


    (I do not understand why the GC module which is recent did not incorporate this, since this issue seems to be around from quite a while ago).


    Still need help on the $1.00 shipping issue. Thanks.
    Goodness..

    Volunteers do this work.. on their own and in their free time.. they are people.. people are not perfect... (and neither is software..)
    My Site
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #3883
    Join Date
    Aug 2007
    Posts
    87
    Plugin Contributions
    0

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

    Anyone else having these issues?

  4. #3884
    Join Date
    Oct 2009
    Location
    New York, USA
    Posts
    71
    Plugin Contributions
    0

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

    I was getting the $1.00 shipping charges - because my Google Checkout was set to SANDBOX.

    Now, that that SSL is installed, and the store in a LIVE environment, everything works fine. YMMV

    The only "issue" I see, is whenever I check "Who's Online", the Google responsehandler.php is shown many times per day. Never noticed this before with previous versions of ZC, but perhaps it is normal with 1.5.0.

  5. #3885
    Join Date
    Aug 2007
    Posts
    87
    Plugin Contributions
    0

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

    Quote Originally Posted by willieWontGo View Post
    I was getting the $1.00 shipping charges - because my Google Checkout was set to SANDBOX.

    Now, that that SSL is installed, and the store in a LIVE environment, everything works fine. YMMV

    The only "issue" I see, is whenever I check "Who's Online", the Google responsehandler.php is shown many times per day. Never noticed this before with previous versions of ZC, but perhaps it is normal with 1.5.0.
    Thanks. It does not seem to make a difference in sandbox or live.

  6. #3886
    Join Date
    Aug 2009
    Location
    Milton Keynes
    Posts
    98
    Plugin Contributions
    1

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

    Quote Originally Posted by pityocamptes View Post
    Thanks. It does not seem to make a difference in sandbox or live.
    Hello there,
    Sorry for the delayed response! As others have noted I currently work on the Google Checkout Module for Zen Cart, and have been really busy with other projects. Also this forum doesn't always send me email notifications so I haven't received any details over the last few weeks.

    Ok - Thanks for the details, I have noted the first issue with the Free Shipping (via Free Options) as a bug, and have completed a bug fix which I am checking through now, before beginning the final testing on this to release.


    Quote Originally Posted by pityocamptes View Post
    Running newest version of zencart and just downloaded the GC module. Installed everything but for some reason I am getting $1.00 shipping prices for:

    Free Options: $0.00 (I only have this for orders over $75.00, yet its showing up for a $4.00 test order - GC Sandbox)

    UPS Next Day Air Early AM $1.00
    USPS Media Mail $1.00
    USPS Parcel Post $1.00
    USPS Express Mail $1.00


    How do I fix these?!?!?!? Thanks!
    If you go to http://sandbox.google.com/checkout/sell/ (or http://checkout.google.com/sell/ if you are using Live) and go to Tools > Integration Console

    Do have any errors listed here?
    Matt Clements
    Freelance Web Developer & Designer | Wholesale Party Supplies | Party Supplies
    Please note that the forum is free, but PMs and emails are treated as quote requests.

  7. #3887
    Join Date
    Aug 2007
    Posts
    87
    Plugin Contributions
    0

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

    Quote Originally Posted by mattclements View Post
    Hello there,
    Sorry for the delayed response! As others have noted I currently work on the Google Checkout Module for Zen Cart, and have been really busy with other projects. Also this forum doesn't always send me email notifications so I haven't received any details over the last few weeks.

    Ok - Thanks for the details, I have noted the first issue with the Free Shipping (via Free Options) as a bug, and have completed a bug fix which I am checking through now, before beginning the final testing on this to release.




    If you go to http://sandbox.google.com/checkout/sell/ (or http://checkout.google.com/sell/ if you are using Live) and go to Tools > Integration Console

    Do have any errors listed here?

    Thanks matt. Using sandbox. Here is the XML and error:


    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <error xmlns="http://checkout.google.com/schema/2" serial-number="xxxxxxxxxxxxxxxxxx">
      <error-message>Carrier calculated shipping options have not been provided. Must specify the carrier and delivery type.</error-message>
    </error>
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <checkout-shopping-cart xmlns="http://checkout.google.com/schema/2">
      <shopping-cart>
        <items>
          <item>
            <item-name>Compact - Lime Green</item-name>
            <item-description></item-description>
            <unit-price currency="USD">4</unit-price>
            <quantity>1</quantity>
            <merchant-private-item-data>
              <item>XXXXXXXXX</item>
            </merchant-private-item-data>
            <merchant-item-id>19</merchant-item-id>
            <item-weight unit="LB" value="0.114" />
          </item>
        </items>
        <merchant-private-data>
          <session-data>XXXXXXXXXXXXXX;zenid</session-data>
          <ip-address>XXXXXXXXXXX</ip-address>
        </merchant-private-data>
      </shopping-cart>
      <checkout-flow-support>
        <merchant-checkout-flow-support>
          <edit-cart-url>https://newworldtreasure.com/index.php?main_page=shopping_cart</edit-cart-url>
          <continue-shopping-url>https://newworldtreasure.com/index.php?main_page=checkout_success</continue-shopping-url>
          <shipping-methods>
            <flat-rate-shipping name="Free Options: Free Options">
              <price currency="USD">0</price>
              <shipping-restrictions>
                <allow-us-po-box>true</allow-us-po-box>
                <allowed-areas>
                  <us-country-area country-area="ALL" />
                </allowed-areas>
              </shipping-restrictions>
            </flat-rate-shipping>
            <flat-rate-shipping name="Free Options: Free Options intl">
              <price currency="USD">0</price>
              <shipping-restrictions>
                <allow-us-po-box>true</allow-us-po-box>
                <allowed-areas>
                  <world-area />
                </allowed-areas>
                <excluded-areas>
                  <postal-area>
                    <country-code>US</country-code>
                  </postal-area>
                </excluded-areas>
              </shipping-restrictions>
            </flat-rate-shipping>
            <carrier-calculated-shipping>
              <carrier-calculated-shipping-options>
              </carrier-calculated-shipping-options>
              <shipping-packages>
                <shipping-package>
                  <ship-from id="Store_origin">
                    <city></city>
                    <region>AZ</region>
                    <postal-code>85746</postal-code>
                    <country-code>US</country-code>
                  </ship-from>
                  <width unit="IN" value="1" />
                  <length unit="IN" value="1" />
                  <height unit="IN" value="1" />
                  <delivery-address-category>RESIDENTIAL</delivery-address-category>
                </shipping-package>
              </shipping-packages>
            </carrier-calculated-shipping>
          </shipping-methods>
          <request-buyer-phone-number>true</request-buyer-phone-number>
          <merchant-calculations>
            <merchant-calculations-url>https://newworldtreasure.com/googlecheckout/responsehandler.php</merchant-calculations-url>
            <accept-merchant-coupons>true</accept-merchant-coupons>
            <accept-gift-certificates>false</accept-gift-certificates>
          </merchant-calculations>
          <tax-tables merchant-calculated="false">
            <default-tax-table>
              <tax-rules>
                <default-tax-rule>
                  <shipping-taxed>false</shipping-taxed>
                  <rate>0</rate>
                  <tax-area>
                    <world-area />
                  </tax-area>
                </default-tax-rule>
              </tax-rules>
            </default-tax-table>
          </tax-tables>
          <rounding-policy>
            <mode>UP</mode>
            <rule>PER_LINE</rule>
          </rounding-policy>
        </merchant-checkout-flow-support>
      </checkout-flow-support>
    </checkout-shopping-cart>

  8. #3888
    Join Date
    Jan 2012
    Location
    New England
    Posts
    243
    Plugin Contributions
    0

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

    Quote Originally Posted by mattclements View Post
    Sorry for taking so long to get back to everybody - I have been working flat-out on various projects including the new version with support for Adv Shipper.
    What is the ETA on getting this to work with Advanced Shipper? I'm finishing up my dad's site and his shipping is so specialized and weird that CEON had to write in a little hack to make even Advanced Shipper calculate it correctly... it's the ONLY shipping module I can use. I really need to get GC working with Advanced Shipper...

    I appreciate that you're doing this at all--thank you so much for all the time you've already put into it. I use it on my own site and it works fine with the USPS shipping module... but I really want to get it going on my dad's site.

  9. #3889
    Join Date
    Jul 2007
    Posts
    1,881
    Plugin Contributions
    12

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

    Quote Originally Posted by WebKat View Post
    What is the ETA on getting this to work with Advanced Shipper? I'm finishing up my dad's site and his shipping is so specialized and weird that CEON had to write in a little hack to make even Advanced Shipper calculate it correctly... it's the ONLY shipping module I can use. I really need to get GC working with Advanced Shipper...

    I appreciate that you're doing this at all--thank you so much for all the time you've already put into it. I use it on my own site and it works fine with the USPS shipping module... but I really want to get it going on my dad's site.
    Quote Originally Posted by mattclements View Post
    Not yet i'm afraid guys, my plan was to get this out as the next release, but I had to get a version out compatible with ZenCart v1.5.0.

    I will keep you both posted on this, drop me a quick email to zencart@mattclements.co.uk and I will drop you an email when I have a pre-release version ready if you would like to trial for me....

    Read this here.

  10. #3890
    Join Date
    Aug 2007
    Posts
    87
    Plugin Contributions
    0

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

    Hey, Matt. Just checking back in to see if you know of a resolution to the problem I am having? Thanks!

 

 

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
  •