Page 63 of 394 FirstFirst ... 1353616263646573113163 ... LastLast
Results 621 to 630 of 3932
  1. #621
    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 aharper78 View Post
    Hello,

    I have had trouble with the install of google checkout for 1.3.7 . Every time I install the google checkout mod, it seems to overwrite my paypal EC buttons and displaying the GC button where the paypal EC button goes. Has this been happening to anyone else? I have read the install directions and done everything to the letter. Please let me know if there is a fix to this or if I may have done something wrong.

    Thanks in advance.
    Re: Paypal Express checkout don't show button

    --------------------------------------------------------------------------------

    From http://www.zen-cart.com/forum/showth...=47318&page=47 :

    I've found that , if you want to use PayPal Express checkout too, you will have to do a bit of merging the GoogleCheckout code into the new versions of the 3 template files found in includes\templates\YOUR_TEMPLATE\templates. All of the 1.3.7 versions of those files have PayPal Express modifications in them. I found it easier to modify tpl_login_default.php and tpl_shopping_cart_default.php from the new versions by adding the GCO code. With the tpl_checkout_payment_default.php it was easier to add the PayPal Express code as it was better documented.

    From http://www.zen-cart.com/forum/showth...=47318&page=49 :

    It is probably easiest to use winmerge to compare the two files. But I don't have that tool, so did it the hard way.

    Essentially, it's probably easiest to start with the new 1.3.7 version as your base code. Search the comparable GCO version for "google". In two of the files, there are only a couple of lines in the GCO version. Copy and paste these lines into the 1.3.7 version. (I'm hedging about which files as I don't have them in front of me.)

    In the third file, there is a lot more "google" in the GCO code, and it is well commented. I used this at a base and compared the 1.3.7 version, picking out the PayPal Express sections and copying and pasting them into the CGO version.
    I think either way would be about the same.

    I placed all merged versions of the template files in the YOUR_TEMPLATE/templates folder, as specified in the Google Checkout mod. This will keep your mods in override mode and keep your 1.3.7 default template code intact.

  2. #622
    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 rosenblum68 View Post
    Problem: Orders with Zencart using googlecheckout do not show up in zencart/admin orders list.

    PLEASE HELP!
    jeff


    I'm using:

    zen-cart-v1.3.7-full-fileset-12302006
    (w/theme "silverfish")
    google checkout 1.04r

    I have doublechecked GoogleCheckout installation

    In "response_error.log" I get:
    Tue Feb 6 4:54:35 PST 2007:- Line 119: headers['Authorization'] is NULL.

    At GC, Am using callback:
    https://www.newenglandparkingcouncil...nsehandler.php

    have tried both XML and HTML settings.

    This has been covered a lot in this thread. Review the posts from about page 32 forward.

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

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

    Quote Originally Posted by rothkj1022 View Post
    I have a zen cart that only sells virtual products (downloadable software). The google checkout payment module still does not appear to support this. The orders go through, but the products_attributes and products_downloads records do not get inserted. I had been inserting these records manually after an order goes through so I could still use Google Checkout on my site, but this has become far too cumbersome to deal with.

    Is anyone working on this issue?
    hi rothkj1022.

    For now GC module does not support soft goods, because GC doesnt. But is in the agenda.

    If anyone has any idea on how to make it work or an alternative solution, i can code it.

    ropu

  4. #624
    Join Date
    Feb 2007
    Posts
    4
    Plugin Contributions
    1

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

    Quote Originally Posted by rosenblum68 View Post
    Problem: Orders with Zencart using googlecheckout do not show up in zencart/admin orders list.

    PLEASE HELP!
    jeff


    I'm using:

    zen-cart-v1.3.7-full-fileset-12302006
    (w/theme "silverfish")
    google checkout 1.04r

    I have doublechecked GoogleCheckout installation

    In "response_error.log" I get:
    Tue Feb 6 4:54:35 PST 2007:- Line 119: headers['Authorization'] is NULL.

    At GC, Am using callback:
    https://www.newenglandparkingcouncil...nsehandler.php

    have tried both XML and HTML settings.
    SOLVED: solved the problem with a previous post:

    ropu has the code posted at:

    http://google-checkout-zencart.googl...com/svn/trunk/

    You will have to package the files yourself.

    My suggestion is that you install 1.0.4 from the downloads then replace only these files - in the googlecheckout folder:

    responsehandler.com
    xmlbuilder.php
    xmlparser.php

    and add - in the googlecheckout folder:

    googlemerchantcalculations.php
    googleresult.php

    You will be able to select one of the shipping methods as in 1.0.4. I use the table method.

    This is the setup I have that works.

    I believe that the newer responsehandler.php resolves the issue of items not feeding back to Admin. The two new files contain functions called by the new responsehandler.php and are needed to prevent error messages. The 2 xml...php files have improved xml handling functions.

    The parts of 1.0.5 that don't seem to work - the merchant selectable shipping methods - are partly contained in gcheckout.php and the other files in the other folders that I don't recommend changing. ##############################___
    Doug

  5. #625
    Join Date
    Jun 2006
    Location
    Midlothian, Virginia, United States
    Posts
    111
    Plugin Contributions
    0

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

    has anyone gotten the google checkout to work with attributes yet?

    Like say i have a T-shirt, available in red, white, blue and s, m, l, xl

    when customers order they still choose the stuff, they see it as working and then when i go in my admin or google checkout it just says:

    T-shirt - -

    Shipping 8.50

    That's it no size or color. It sure would be a pain to load every single item's attribute by hand ...AGAIN!

    Please advise me how to take care of this.

    Checkout is working other than that for me.

  6. #626
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by anjordan77 View Post
    has anyone gotten the google checkout to work with attributes yet?

    Like say i have a T-shirt, available in red, white, blue and s, m, l, xl

    when customers order they still choose the stuff, they see it as working and then when i go in my admin or google checkout it just says:

    T-shirt - -

    Shipping 8.50

    That's it no size or color. It sure would be a pain to load every single item's attribute by hand ...AGAIN!

    Please advise me how to take care of this.

    Checkout is working other than that for me.
    anjordan77 hi,

    please tell me witch version are you using?

    i have 1.0.5, SVN latest, and attributes are shown.

    Have a look to googlecheckout/gcheckout.php line 149

    PHP Code:
        $gcheck->element('item-description'$products_description); 
    at that line attributes are passed as item description.

    as far a i can see, in ur implementation, item-description is empty.

    ropu

  7. #627
    Join Date
    Jun 2006
    Location
    Midlothian, Virginia, United States
    Posts
    111
    Plugin Contributions
    0

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

    nope, i have that exact statement there.

    Correct me if i'm wrong but Description is the description you type in about each product like for instance.

    T-shirt (name)

    This t-shirt is made of 50% cotton and 50% polyester and the sizes tend to run small. Choose Color and Size Below(description)

    Color Drop down: Size Drop Downattributes)


    Correct me if i'm wrong but the latest release for google checkout is 1.0.4.r

    I have whatever google checkout was included in zen 1.3.5 and i'm running zen 1.3.5
    Last edited by anjordan77; 7 Feb 2007 at 03:55 PM.

  8. #628
    Join Date
    Jun 2006
    Location
    Midlothian, Virginia, United States
    Posts
    111
    Plugin Contributions
    0

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

    I just reinstalled 1.0.4r, testing now:


    // ** GOOGLE CHECKOUT **
    Fatal error: Cannot redeclare class googlecheckout in /home/apbs77/public_html/includes/modules/payment/googlecheckout.php on line 26
    Last edited by anjordan77; 7 Feb 2007 at 04:28 PM.

  9. #629
    Join Date
    Jun 2006
    Posts
    14
    Plugin Contributions
    0

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

    Hi ropu,

    i downloaded codes from http://google-checkout-zencart.googl...com/svn/trunk/ and installed. I am using zen-cart 1.3.7. I am right now working on sandbox. when i click on google checkout button, i am getting error as

    <error serial-number="ea23ce78-bd0e-426a-88a2-606492a983d0">

    <warning-messages>

    <string>
    XML failed to validate against the schema at line: 26, column: 26, with error: cvc-datatype-valid.1.2.1: '' is not a valid value for 'decimal'.
    </string>

    <string>
    XML failed to validate against the schema at line: 26, column: 26, with error: cvc-complex-type.2.2: Element 'price' must have no element [children], and the value must be valid.
    </string>
    </warning-messages>

    <error-message>
    Error parsing XML; message from parser is: Invalid value for body of price in checkout-shopping-cart/checkout-flow-support/merchant-checkout-flow-support/shipping-methods/merchant-calculated-shipping: Required field must not be blank
    </error-message>
    </error>

    Can u please suggest what need to be done?

    Thanks,
    Dinkar

  10. #630
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by dinkar View Post
    Hi ropu,

    i downloaded codes from http://google-checkout-zencart.googl...com/svn/trunk/ and installed. I am using zen-cart 1.3.7. I am right now working on sandbox. when i click on google checkout button, i am getting error as

    <error serial-number="ea23ce78-bd0e-426a-88a2-606492a983d0">

    <warning-messages>

    <string>
    XML failed to validate against the schema at line: 26, column: 26, with error: cvc-datatype-valid.1.2.1: '' is not a valid value for 'decimal'.
    </string>

    <string>
    XML failed to validate against the schema at line: 26, column: 26, with error: cvc-complex-type.2.2: Element 'price' must have no element [children], and the value must be valid.
    </string>
    </warning-messages>

    <error-message>
    Error parsing XML; message from parser is: Invalid value for body of price in checkout-shopping-cart/checkout-flow-support/merchant-checkout-flow-support/shipping-methods/merchant-calculated-shipping: Required field must not be blank
    </error-message>
    </error>

    Can u please suggest what need to be done?

    Thanks,
    Try setting correct Default Values in the Admin UI for all shipping Methods.

    as far as i can see an empty string is sent in the price item

    ropu

 

 

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