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.