View Single Post
  #6  
Old 09-18-2007, 06:14 AM
 
Steils Steils is offline
 

Advanced Member
  
Join Date: Sep 2007
Posts: 58
 

Default Re: Removal of default checkout button

Quote:
Originally Posted by IIBInc
I am a newbie and am not sure how to remove the Checkout button to leave just the Google Checkout button.

Login to X-Cart, go to Edit Templates under Administration, click Modules, Google_Checkout, gcheckout_button.tpl Replace ALL text in there with
Code:
{* $Id: gcheckout_button.tpl,v 1.1.2.2 2007/01/18 06:38:20 svowl Exp $ *} {if $gcheckout_button} <table cellpadding="0" cellspacing="0"> <tr> {* <td valign="top" style="padding-top: 3px; padding-right: 4px;"><a href="cart.php?mode=checkout"><img src="{$ImagesDir}/checkout.gif" width="79" height="19" border="0" alt="" /></a></td> <td>&nbsp;&nbsp;</td> <td valign="top" style="padding-top: 5px;">{$lng.lbl_gcheckout_or_use}</td> *} <td>&nbsp;&nbsp;</td> <td>{$gcheckout_button}</td> </tr> </table> {/if}
__________________
Steils
X-Cart v 4.1.9 [Unix]
Image Reflections
Reply With Quote