Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Google Chekout Only disable regular checkout?

    So essentially I want to rely on only Google Checkout to process all of our orders. How do I remove the zencart "checkout" link all together, so that cst must choose to use only Google checkout?

    the site is Blue Wallace Project

  2. #2
    Join Date
    Aug 2005
    Posts
    26,010
    Plugin Contributions
    9

    Default Re: Google Chekout Only disable regular checkout?

    Turn others off in the admin
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Google Chekout Only disable regular checkout?

    I did that, but the checkout image was still showing and linking to the checkout page, so I deleted the image, then the "alt text" was still showing up, so i removed the alternate text from header.php and from something else, but that took care of it.

  4. #4
    Join Date
    Feb 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Google Chekout Only disable regular checkout?

    Open the file "includes/templates/template_default/templates/tpl_shopping_cart_default.php" and comment out line 131 so it looks like this:


    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>
    -tbsmith

 

 

Similar Threads

  1. 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
  2. Replies: 4
    Last Post: 4 May 2007, 10:18 AM
  3. Google Checkout / Doesn't Contact Google
    By jtcreate in forum Addon Payment Modules
    Replies: 7
    Last Post: 20 Apr 2007, 07:50 PM
  4. Paypal Express checkout don't show button after installing Google Checkout
    By jgarabot in forum PayPal Express Checkout support
    Replies: 9
    Last Post: 2 Apr 2007, 07:59 AM
  5. 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
  •