Quote Originally Posted by ropu View Post
Angel, you should do two things.

First disable the default checkout button,.

in default installation includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default.php
line 132

Then in the login page you should also add a redirect to index.php?main_page=shopping_cart this will avoid buyer to enter regular checkout through there.

im pretty sure thats all you need to do.

you can also remove from googlecheckout/gcheckout.php line 521 this code

HTML Code:
<td align="right" valign="middle" class = "main">
 <B><?php echo MODULE_PAYMENT_GOOGLECHECKOUT_TEXT_OPTION ?> </B>
</td>
so - Or use - string is not shown

ropu

YOU ARE THE BEST!

THANK YOU SOOOOOOOOOO MUCH.

Angel