Zen Cart Logo
Forums / Addon Payment Modules / Google Chekout Only disable regular checkout?

Google Chekout Only disable regular checkout?

Locked

Views: 2,165

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
10 Jan 2008, 5:54 AM
#1
shavelieva avatar

shavelieva

New Zenner

Join Date:
Oct 2007
Posts:
8
Plugin Contributions:
0

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

10 Jan 2008, 6:48 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Google Chekout Only disable regular checkout?

Turn others off in the admin

10 Jan 2008, 7:08 AM
#3
shavelieva avatar

shavelieva

New Zenner

Join Date:
Oct 2007
Posts:
8
Plugin Contributions:
0

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.

2 Mar 2008, 6:42 AM
#4
tbsmith avatar

tbsmith

New Zenner

Join Date:
Feb 2008
Posts:
5
Plugin Contributions:
0

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:

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