EuRoPLaSTiKs Posted March 29, 2008 Posted March 29, 2008 I was wondering if there was a way I can have Google checkout button my main button, basically replace the regular checkout with google checkout so customers will click on that and it will take them through the checkout process. Thanks Quote
futuremillions Posted March 29, 2008 Posted March 29, 2008 You can disable all the other checkout options and just have the google checkout as the only option. I installed the Google checkout on my website at http://www.missaccessories.com but I still use other options as well. I was wondering if there was a way I can have Google checkout button my main button, basically replace the regular checkout with google checkout so customers will click on that and it will take them through the checkout process.Thanks Quote If at first you don't succeed, restore your backup files!
EuRoPLaSTiKs Posted March 30, 2008 Author Posted March 30, 2008 You can disable all the other checkout options and just have the google checkout as the only option. I installed the Google checkout on my website at http://www.missaccessories.com but I still use other options as well. ooook. care to elaborate? Quote
Guest Posted April 2, 2008 Posted April 2, 2008 Hi I'm mid-way through doing the same and, like you, not finding it easy to find relevant posts. So far I have installed the latest GoogleCheckout module and then modified the stores root version of 'shopping_cart.php' and removed the following line: <td align="right" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image_button('button_checkout.gif', IMAGE_BUTTON_CHECKOUT) . '</a>'; ?></td> This removes the 'Checkout' button and leaves the GoogleCheckout button positioned below it. I'm now working on integrating the Google HTML code (including the shipping options) into my site as well, so that the 'checkout' button is replaced completely in the same position. If you want to see it so far have a look at http://www.theguildmaster.co.uk. BTW - make sure you backup the original 'shopping_cart.php' before you do anything ;) . I tend to FTP my file off to my laptop, rename to .ori/.bkup on the server (or whatever is relevant to your backup convention) and then copy the changed file back. Makes it quick and easy to restore. Once I get the HTML integration working I'll post here what I did - incase it's helpful. Cheers Glenn Quote
EuRoPLaSTiKs Posted April 6, 2008 Author Posted April 6, 2008 Hi I'm mid-way through doing the same and, like you, not finding it easy to find relevant posts. So far I have installed the latest GoogleCheckout module and then modified the stores root version of 'shopping_cart.php' and removed the following line: <td align="right" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image_button('button_checkout.gif', IMAGE_BUTTON_CHECKOUT) . '</a>'; ?></td> This removes the 'Checkout' button and leaves the GoogleCheckout button positioned below it. I'm now working on integrating the Google HTML code (including the shipping options) into my site as well, so that the 'checkout' button is replaced completely in the same position. If you want to see it so far have a look at http://www.theguildmaster.co.uk. BTW - make sure you backup the original 'shopping_cart.php' before you do anything ;) . I tend to FTP my file off to my laptop, rename to .ori/.bkup on the server (or whatever is relevant to your backup convention) and then copy the changed file back. Makes it quick and easy to restore. Once I get the HTML integration working I'll post here what I did - incase it's helpful. Cheers Glenn ah thank you Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.