View Single Post
  #7  
Old 09-18-2007, 11:53 AM
 
IIBInc IIBInc is offline
 

Newbie
  
Join Date: Sep 2007
Posts: 3
 

Default Re: Removal of default checkout button

Quote:
Originally Posted by Steils
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,

That was amazingly simple. Sorry for such a basic question. Thank you very much for your help.

Ryan
__________________
X-Cart Gold Version 4.1.8
Reply With Quote