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> </td>
<td valign="top" style="padding-top: 5px;">{$lng.lbl_gcheckout_or_use}</td>
*}
<td> </td>
<td>{$gcheckout_button}</td>
</tr>
</table>
{/if}