Page 86 of 394 FirstFirst ... 3676848586878896136186 ... LastLast
Results 851 to 860 of 3932
  1. #851
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by LADG View Post
    Installed the latest and greatest. Copied all files to server, making sure to chagne the 'your_template' name to my template. I get the Google checkout cart showing up in the shopping cart. I don't get any Google Checkout option after that if I select the Zen check out method. The problem with this is that my shipping rates do not show up during the Google check out process. I have seen a lot of the same comments as mine, but see no resolution to this. Is there one yet?

    I have table rates set up for shipping and in the Admin panel, it says "No merchant calculation shipping selected" and gives no option for me to select my shipping method.
    hi ladg,
    Table rates are a flat rate method, so there is no need of merchant calculations neither to set Default Values.

    do you have any tax table selected? or a tax zone? that can filter that shipping?

    ropu

  2. #852
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by blumcafe View Post
    Ropu,
    Added the "gc_" but did not fix error displayed in shopping cart. I'll wait to hear from you. Thanks, Blum
    blum, try commenting one of the declarations (gcheckout.php or multisocket.php)

    if this works, trace where multisocket is included in gcheckout.php... because that an error.

    ropu

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

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

    Quote Originally Posted by jhaase83 View Post
    I am using the default template.
    I did just replace the code. So what else could be the problem? I have the google checkout option clicked on my payment module. Which lets you pick google checkout at checkout. But there is not a blue google checkout button anywhere on my site. If you need I can give you my url so you can see what I am talking about.
    Jhaase,
    the problem is in the template dir, please send me ur template dir tree


    ropu

  4. #854
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by jwoodall View Post
    Can someone help me get rid of the radio button on step 2 of the checkout?

    I have GCO installed and working (well..some things I still need to work on).

    I need to remove the radio button for GCO on step 2.

    There are several references about changing this via this code:

    <?php
    $radio_buttons
    = 0;
    for (
    $i=0, $n=sizeof($selection); $i<$n; $i++) {
    // ** GOOGLE CHECKOUT **
    if($selection[$i]['id'] == "googlecheckout")
    continue;
    // ** END GOOGLE CHECKOUT **
    ?>

    Can someone help me modify my code? Every time I modify it, I trash my checkout.

    I'm running in sandbox mode right now if someone wants to test it.

    A customer can just choose GCO from the radio button and get an order confirmation without being sent to GCO.

    Should they be sent to GCO when choosing the radio button? If they choose the GCO icon on the login page, it works fine.

    I also can't get GCO orders to show up in admin. In fact, my orders.php is trashed too, so I need to fix that.

    I'm a Zen newbie so please point me in the right direction.

    Thanks!

    Joseph Woodall
    http://www.hollywoodmoviemall.com
    Joseph, as far a i can see u haven't setted up the templates correctly.

    u can see the GC button in the login page, but not in the shopping cart page. double check that.

    in the templates is the code to avoid GC radio button in step 2

    ropu

    MOST COMMON MISTAKES
    ====================
    4. The folder YOUR_TEMPLATE in the package refers to the folder that contains
    your templates, you must put the files in /includes/templates/YOUR_TEMPLATE/
    in your own templates dir

  5. #855
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by BlessIsaacola View Post
    Actually that was an error on my part. The file I meant to reference for clean up was includes/modules/payment/googlecheckout.php mc_shipping_methods.

    Thanks!

    Hi bless, thx for ur comments again.

    could u give me some tips on how would u like to clean up that code?

    im not sure that i understand u

    ropu

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

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

    Quote Originally Posted by Dave Wilson View Post
    Thank Ropu,
    Disabling multisocket feature from the Admin UI seem to work as I now have real time shipping rates for UPS Ground. I thought that we had changed the code in mcshipping to enable GNDCOM, GNDRES and STD as well. Perhaps I have not enabled them somewhere else, but this is excellent progress. Can you foresee whether I should want to enable the multisocket feature in the future?
    I ran an order through Sandbox, but it does not show up in the order inbox. Is it possible that Sandbox orders should NOT show up there?
    Could you please explain how to test my implementation with the responsehandler_test.php in your signature? Sorry, I'm pretty php code challenged.

    Dave

    Dave, i good to hear that is working.

    Multisocket is needed if u have more that one shipping provider (say, usps, ups, fedex) if not, there is no need to.

    but the truth is that the feature is not working as i expected. and im not able right now to refactor it. there are also other ways in progress to get rid of with the timeout issue.

    regarding orders, i dont know with inbox u are referring, GC one, or Zencart?

    The idea of the responsehandler test is to emulate GC requests (merchant-calculation-callbacks, new order notifications, or any request that hits responsehandler.php)
    as the README in the code says, u need to add the resphand.php url, ur merchant id/key, and an xml with the request (response_message.php should have plenty of them)

    after filling this info, run the code and u should see the XML response


    if u need more help, just ask

    ropu

  7. #857
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by SophWise.com View Post
    In following a bit more with Zen conventions its even better to switch it to:

    PHP Code:
    <script src="' . <?php echo (($request_type == 'SSL') ? 'https://ssl.google-analytics.com/urchin.js' 'http://www.google-analytics.com/urchin.js' ); ?> . '" type="text/javascript">

    Taking note, adding it to the trunk dev code

    thx SophWise and GDOrn

    ropu

  8. #858
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Hi all

    i finished installing a Demo Server with Google Checkout module installed

    here is the URL

    http://demo.globant.com/~brovagnati/zen_demo1/

    have a look to it.

    Also play with MC Log Viewer and the Notification log viewer (links are in the header) to see how messages are passed to Google Checkout server and how GC send notifications to Zencart

    ropu

  9. #859
    Join Date
    Jan 2007
    Location
    MO
    Posts
    24
    Plugin Contributions
    0

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

    Quote Originally Posted by ropu View Post
    Jhaase,
    the problem is in the template dir, please send me ur template dir tree


    ropu

    Where would you like me to send it to? And what would be my template dir tree. Is it the folders and files I have in that folder?

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

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

    Quote Originally Posted by jhaase83 View Post
    Where would you like me to send it to? And what would be my template dir tree. Is it the folders and files I have in that folder?
    yes jhaase83

    send my ur template directory structure form includes/templates/classic (u told me u are using clasic template, arent u?)

    u can PM me

    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