Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted

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

If at first you don't succeed, restore your backup files!

Posted

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

Posted
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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...