Page 172 of 394 FirstFirst ... 72122162170171172173174182222272 ... LastLast
Results 1,711 to 1,720 of 3932
  1. #1711
    Join Date
    Jun 2007
    Posts
    12
    Plugin Contributions
    0

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

    i have isntalled the new 1.4 version of GC. It is giving me an error that says:
    Error parsing XML; message from parser is: Invalid value for attribute url in checkout-shopping-cart/checkout-flow-support/merchant-checkout-flow-support/parameterized-urls/parameterized-url: URL contains illegal characters
    im guessing that the problem is here somewhere:
    <parameterized-urls>
    <parameterized-url url="MODULE_PAYMENT_GOOGLECHECKOUT_3RD_PARTY_TRACKING">
    <parameters>
    <url-parameter name="buyer-id" type="buyer-id" />
    <url-parameter name="order-id" type="order-id" />
    <url-parameter name="order-subtotal" type="order-subtotal" />
    <url-parameter name="order-subtotal-plus-tax" type="order-subtotal-plus-tax" />
    <url-parameter name="order-subtotal-plus-shipping" type="order-subtotal-plus-shipping" />
    <url-parameter name="order-total" type="order-total" />
    <url-parameter name="tax-amount" type="tax-amount" />
    <url-parameter name="shipping-amount" type="shipping-amount" />
    <url-parameter name="coupon-amount" type="coupon-amount" />
    <url-parameter name="coupon-amount" type="coupon-amount" />
    <url-parameter name="billing-city" type="billing-city" />
    <url-parameter name="billing-region" type="billing-region" />
    <url-parameter name="billing-postal-code" type="billing-postal-code" />
    <url-parameter name="billing-country-code" type="billing-country-code" />
    <url-parameter name="shipping-city" type="shipping-city" />
    <url-parameter name="shipping-region" type="shipping-region" />
    <url-parameter name="shipping-postal-code" type="shipping-postal-code" />
    <url-parameter name="shipping-country-code" type="shipping-country-code" />
    </parameters>
    </parameterized-url>
    </parameterized-urls>
    If anybody can see what is wrong please let me know, Thanks in advacne for your help.

    http://www.stonecitycollectibles.com

  2. #1712
    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
    Did your quantity go to zero, but left the status as in stock? If so, you might check your stock>configurations in your admin to see that they are set to do what you expect.

    In my store, the product quantity is decremented correctly with gco sales, but I have my configuration set to not change the status to out of stock when the quantity reaches zero.

    If neither applies, describe the action you get and the action you expect. If you have any log entries that apply, please include them.

    It did not reset to 0, I have it set to subtract, and as I said in my OP I had only 1, so one order should have made it display out of stock.

  3. #1713
    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
    It did not reset to 0, I have it set to subtract, and as I said in my OP I had only 1, so one order should have made it display out of stock.
    Any messages in your logs that might help? Did the order quantity come back as 1?

    Where are you checking the quantity? On the product page? In the Products sold report? Other?

    Any other add-ins on your cart?

  4. #1714
    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 seth04 View Post
    i have isntalled the new 1.4 version of GC. It is giving me an error that says:
    Error parsing XML; message from parser is: Invalid value for attribute url in checkout-shopping-cart/checkout-flow-support/merchant-checkout-flow-support/parameterized-urls/parameterized-url: URL contains illegal characters
    im guessing that the problem is here somewhere:
    <parameterized-urls>
    <parameterized-url url="MODULE_PAYMENT_GOOGLECHECKOUT_3RD_PARTY_TRACKING">
    <parameters>
    <url-parameter name="buyer-id" type="buyer-id" />
    <url-parameter name="order-id" type="order-id" />
    <url-parameter name="order-subtotal" type="order-subtotal" />
    <url-parameter name="order-subtotal-plus-tax" type="order-subtotal-plus-tax" />
    <url-parameter name="order-subtotal-plus-shipping" type="order-subtotal-plus-shipping" />
    <url-parameter name="order-total" type="order-total" />
    <url-parameter name="tax-amount" type="tax-amount" />
    <url-parameter name="shipping-amount" type="shipping-amount" />
    <url-parameter name="coupon-amount" type="coupon-amount" />
    <url-parameter name="coupon-amount" type="coupon-amount" />
    <url-parameter name="billing-city" type="billing-city" />
    <url-parameter name="billing-region" type="billing-region" />
    <url-parameter name="billing-postal-code" type="billing-postal-code" />
    <url-parameter name="billing-country-code" type="billing-country-code" />
    <url-parameter name="shipping-city" type="shipping-city" />
    <url-parameter name="shipping-region" type="shipping-region" />
    <url-parameter name="shipping-postal-code" type="shipping-postal-code" />
    <url-parameter name="shipping-country-code" type="shipping-country-code" />
    </parameters>
    </parameterized-url>
    </parameterized-urls>
    If anybody can see what is wrong please let me know, Thanks in advacne for your help.

    http://www.stonecitycollectibles.com
    You will have better luck getting 1.4 version support at: http://groups.google.com/group/googl...t-mod-support/
    as indicated in this thread: http://www.zen-cart.com/forum/showthread.php?t=67776

  5. #1715
    Join Date
    Jun 2007
    Posts
    17
    Plugin Contributions
    0

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

    Quote Originally Posted by ropu View Post
    hi, this error means that u havent configured those shipping providers in the includes/modules/payment/googlecheckout.php class

    double check README file. Try using the googlechekkout/shipping_generator/ script to add them

    ropu
    Thank you for this, its now working.

    One other thing i've noticed... if I have a weight based shipping rules in place then google checkout doesn't take the weight based calculations.. just uses the default over riders.... is this a known limitation? This is based on the table rate calculations.

    Thanks

  6. #1716
    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 timryc01 View Post
    Thank you for this, its now working.

    One other thing i've noticed... if I have a weight based shipping rules in place then google checkout doesn't take the weight based calculations.. just uses the default over riders.... is this a known limitation? This is based on the table rate calculations.

    Thanks
    Weight based rules should work. If GCO is using the defaults, then there is still a problem. Sometimes it is because there is a time-out when communicating with the shipping provider. Do you see any messages in your logs that might help?

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

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

    I respectfully ask... Have I misunderstood from the beginning?
    Are Google Checkout and Google Checkout Express two entirely independent modules? RE: google-checkout-zencart-v1.4Alpha and google-checkout-zencart-v1.3RC2

    Somehow I have lost my way through this
    jund

  8. #1718
    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 jund View Post
    I respectfully ask... Have I misunderstood from the beginning?
    Are Google Checkout and Google Checkout Express two entirely independent modules? RE: google-checkout-zencart-v1.4Alpha and google-checkout-zencart-v1.3RC2

    Somehow I have lost my way through this
    jund
    I don't believe there is a Google Checkout Express. At least I haven't heard of one...

    The two versions you are refering to are an earlier and later version of the same product. v1.3RC2 is the current stable release. v1.4 is a test version of the same product that includes bug fixes, re-engineering and additional functionality.

    If you are confused about the support model, several of us who have been helping support the product thought that supplying support through http://groups.google.com/group/googl...t-mod-support/ for the 1.4 version during testing would leave this thread less cluttered for support of the stable product.

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

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

    chain_man,

    Your answer was exactly what I needed - thank you.
    And, Google Checkout 'Express' is a creation of my own mind - what is left of it

    Thank you, and thank you for not treating me like an idiot.

    Sincerely,
    jund
    Last edited by jund; 17 Jun 2007 at 02:43 AM. Reason: Forgot sumpin'

  10. #1720
    Join Date
    Jun 2007
    Posts
    105
    Plugin Contributions
    0

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

    Will google checkout use the zen cart coupons? I created a coupon for free shipping, but it didn't work.


    I can't make one on the checkout admin either, they only allow dollars/%

    I figured there must be a way to deduct all shipping?

 

 

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