View Single Post
  #1  
Old 03-09-2007, 07:30 PM
 
Prest0 Prest0 is offline
 

Advanced Member
  
Join Date: Dec 2006
Posts: 31
 

Default getting rid of checkout button

I'm using Google Checkout, which puts its own checkout button on the cart. Right my system shows two checkout buttons--the default, and Google's. Clicking on the default button returns an error--which it should, since cc processing isn't available. So how do I get rid of the non-functional default checkout button? Is there a menu option somewhere, or do I need to go into a template and remark it out? I've looked at /customer/menu_cart.tpl, and it appears that I need to remark out
Code:
{include file="customer/main/minicart.tpl"} <a href="cart.php" class="VertMenuItems">{$lng.lbl_view_cart}</a><br />

Am I on the right track? I am a smarty newb.
__________________
Preston P. DuBose
12 to Midnight
midnightcellar.com

XCart Gold 4.1.8
3 tier flyout menu
Download Expander
Reply With Quote