Page 254 of 394 FirstFirst ... 154204244252253254255256264304354 ... LastLast
Results 2,531 to 2,540 of 3932
  1. #2531
    Join Date
    Aug 2007
    Posts
    59
    Plugin Contributions
    0

    Default Google Checkout added free shipping

    First, is there any active support on this thread. The Google group for Zen Cart Google Checkout looks dead (no recent posts).

    I had GC working properly until I added a free shipping option for orders over $100 in normal zen cart. Now a free shipping option shows up in Google regardless of the order total. I had the module set for carrier caluclated shipping with only fedex enablbed.

    I have disabled GC until (or if) I can resolve this.

    Mark
    www.essential-stuff-store.com

  2. #2532
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

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

    Quote Originally Posted by handkem View Post
    Has anyone run into the below problem(s):

    How can we get rid of the Checkout Button located on the shopping cart page. I have already disabled the credit card checkout process. If you do hit the Go To Checkout button, then you get the below message and if you try to go to Step 3, you get a warning box saying:

    "Errors have occurred during the processing of your form
    Please make the following corrections:
    *Please select a payment method for your order.."

    Sorry, we are not accepting payments from your region at this time.
    Please contact us for alternate arrangements.

    Also, if the customer clicks on the Checkout link on the top left of the website, they get taken to the default checkout option (Step 1 0f 3) every time. How can I get this button to go directly to the shopping cart contents, and then the customer can use Google checkout to finish their checkout process?

    How can I get rid of this option/button completely? If you have any questions, you can go to www.desertskyink.net. Please help!!! Thx much.

    <A href="http://desertskyink.net/index.php?main_page=checkout_shipping" target=_blank rel=nofollow>http://desertskyink.net/includes/tem...n_checkout.gif



    <A href="http://desertskyink.net/index.php?main_page=checkout_shipping" target=_blank rel=nofollow>http://desertskyink.net/includes/tem...n_checkout.gif

    If you are wanting to totally remove the 'Go to Checkout' button in your shopping cart and just leave the Google Checkout button, you need to do this:

    Open this file: /public_html/includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default.php

    Find:
    Code:
    <!--bof shopping cart buttons-->
    <div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . zen_image_button(BUTTON_IMAGE_CHECKOUT, BUTTON_CHECKOUT_ALT) . '</a>'; ?></div>
    <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_CONTINUE_SHOPPING, BUTTON_CONTINUE_SHOPPING_ALT) . '</a>'; ?></div>
    <?php
    // show update cart button
      if (SHOW_SHOPPING_CART_UPDATE == 2 or SHOW_SHOPPING_CART_UPDATE == 3) {
    ?>
    <div class="buttonRow back"><?php echo zen_image_submit(ICON_IMAGE_UPDATE, ICON_UPDATE_ALT); ?></div>
    <?php
      } else { // don't show update button below cart
    ?>
    <?php
      } // show update button
    ?>
    <!--eof shopping cart buttons-->
    Replace it with:
    Code:
    <!--bof shopping cart buttons-->
    <div class="buttonRow forward"><?php echo '<a href="' . zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . '</a>'; ?></div>
    <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_CONTINUE_SHOPPING, BUTTON_CONTINUE_SHOPPING_ALT) . '</a>'; ?></div>
    <?php
    // show update cart button
      if (SHOW_SHOPPING_CART_UPDATE == 2 or SHOW_SHOPPING_CART_UPDATE == 3) {
    ?>
    <div class="buttonRow back"><?php echo zen_image_submit(ICON_IMAGE_UPDATE, ICON_UPDATE_ALT); ?></div>
    <?php
      } else { // don't show update button below cart
    ?>
    <?php
      } // show update button
    ?>
    <!--eof shopping cart buttons-->
    Next part is optional depending on whether or not you want to remove the -Or Use- text above the Google Checkout button.

    Go to this file: /public_html/includes/languages/english/modules/payment/googlecheckout.php

    Find:
    Code:
    define('MODULE_PAYMENT_GOOGLECHECKOUT_TEXT_OPTION', '- Or use -');
    Replace it with:
    Code:
    define('MODULE_PAYMENT_GOOGLECHECKOUT_TEXT_OPTION', '');
    Then remove the 'Checkout' link from your navigation menu.
    Go to this file: /public_html/includes/languages/english/YOUR_TEMPLATE/header.php

    Find:
    Code:
    define('HEADER_TITLE_CHECKOUT', 'Checkout');
    Replace it with:
    Code:
    define('HEADER_TITLE_CHECKOUT', '');
    That worked for me. Hope it helps you.
    I'll finish that project tomorrow, I've made enough mistakes today!

  3. #2533
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Google Checkout added free shipping

    Quote Originally Posted by rhodesengr View Post
    First, is there any active support on this thread. The Google group for Zen Cart Google Checkout looks dead (no recent posts).

    I had GC working properly until I added a free shipping option for orders over $100 in normal zen cart. Now a free shipping option shows up in Google regardless of the order total. I had the module set for carrier caluclated shipping with only fedex enablbed.

    I have disabled GC until (or if) I can resolve this.

    Mark
    www.essential-stuff-store.com
    To the best of my knowledge the Google Group is now defunct.

    Did you try going through all the steps (like you did when you initially set it up) and reconfigure your shipping?

    I've found that anytime you make changes to the shipping, it all has to be reconfigured again.
    I'll finish that project tomorrow, I've made enough mistakes today!

  4. #2534
    Join Date
    Jun 2007
    Location
    Orange County
    Posts
    55
    Plugin Contributions
    0

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

    Hello,
    For some reason the store isn't sending the messages to the customer after they checkout with Google Checkout.

    I see an error on the order:
    "Error sending New Buyer Credentials, see error logs
    Messsage:
    These are your Credentials to log into ....."

    Where are those error logs? Google checkout does work. Processing orders no problem and helped a lot with sales. Order notifications work when people checkout via credit card.

    Zencart 1.3.7
    Google Checkout 1.4.6a


    Thanks,
    FluffyTheCat

  5. #2535
    Join Date
    Oct 2007
    Posts
    15
    Plugin Contributions
    0

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

    I am running ZenCart 1.3.7 and Google Checkout v1.4.5_CCS.

    All seems ok, orders are processed ok to Google Checkout but I receive no order details or customer registration information back to ZenCart.

    In looking over the documentation and my installation of Google Checkout the only think I can that is suspicious is when I navigate to http://www.firstgiftbasket.com/googl...nsehandler.php I am prompted for a user and password. The README says if that happens I need to read on and make some correction but it does not say WHAT to correct.

    The prompt for user and pass is followed by the error:

    Failed to Get Basic Authentication Headers

    When I look at http://www.firstgiftbasket.com/googl...onse_error.log I see:

    Thu May 22 6:47:36 EDT 2008:- Failed to Get Basic Authentication Headers

    So a few basic questions:
    Should the orders show up in my Super Orders listing from Admin or in some other place (Reports?)

    Why do I get prompted for a user name and pass when navigating to the responsehandler.php file? Is that a problem?

    Thanks!
    Last edited by chrisroge; 22 May 2008 at 11:58 AM.

  6. #2536
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

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

    Why do I get prompted for a user name and pass when navigating to the responsehandler.php file? Is that a problem?
    No, not a problem, this is correct.

  7. #2537
    Join Date
    Oct 2007
    Posts
    15
    Plugin Contributions
    0

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

    Thanks for the quick reply.

    Is there anything else I should look for to see why Zen admin is not getting updated with the order details?

    Is the mix of ZenCart 1.3.7 and Google Checkout v1.4.5_CCS OK?

  8. #2538
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

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

    Have only used/successfully installed zencart 1.3.8.a
    with googlecheckout mod 1.4.7, BUT when downloading, noticed
    that zencart 1.3.7/1.3.7.1 required googlecheckout mod
    version 1.4.6a
    HTH

  9. #2539
    Join Date
    Apr 2008
    Location
    Missoula, MT
    Posts
    59
    Plugin Contributions
    0

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

    yay, we're very happy to see this!

  10. #2540
    Join Date
    May 2007
    Location
    Los Angeles
    Posts
    63
    Plugin Contributions
    0

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

    I am using ZC 1.3.7 with Google Checkout 1.4.6a. I recently refunded a customer a small amount on an order as it was an incorrect size and I sent the correct size to the customer. I noticed that the entire order in ZC disappeared. The customer's account is still there but the order is nowhere to be found. What is up with it? Is this a known bug? Do I need to upgrade to a newer GC module?

 

 

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