Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding Image just below Google Checkout img in shopping cart


pete2007

Recommended Posts

Hi,

 

I have a google checkout img in my shopping cart, located on the bottom right.

 

Here's the code:

<?php
   // ** GOOGLE CHECKOUT **
   // Checks if the Google Checkout payment module has been enabled and if so
   // includes gcheckout.php to add the Checkout button to the page
   if (defined('MODULE_PAYMENT_GOOGLECHECKOUT_STATUS') && MODULE_PAYMENT_GOOGLECHECKOUT_STATUS == 'True') {
     include_once('googlecheckout/gcheckout.php');
   }
   // ** END GOOGLE CHECKOUT **
   ?>

 

How do I add an image just below this?

 

Thanks in advance!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...