Can someone help me get rid of the radio button on step 2 of the checkout?
I have GCO installed and working (well..some things I still need to work on).
I need to remove the radio button for GCO on step 2.
There are several references about changing this via this code:
<?php
$radio_buttons = 0;
for ($i=0, $n=sizeof($selection); $i<$n; $i++) {
// ** GOOGLE CHECKOUT **
if($selection[$i]['id'] == "googlecheckout")
continue;
// ** END GOOGLE CHECKOUT **
?>
Can someone help me modify my code? Every time I modify it, I trash my checkout.
I'm running in sandbox mode right now if someone wants to test it.
A customer can just choose GCO from the radio button and get an order confirmation without being sent to GCO.
Should they be sent to GCO when choosing the radio button? If they choose the GCO icon on the login page, it works fine.
I also can't get GCO orders to show up in admin. In fact, my orders.php is trashed too, so I need to fix that.
I'm a Zen newbie so please point me in the right direction.
Thanks!
Joseph Woodall
http://www.hollywoodmoviemall.com
Bookmarks