Credit Card Payment Logo Box for OSC

---------------------------------------------------------------------

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com
  Copyright (c) 2007 osCommerce
  Released under the GNU General Public License

---------------------------------------------------------------------

Credit Card Payment Logo Box v1.0

Philip Sarelis
psarelis@American-RC.com
http://www.American-RC.com/

---------------------------------------------------------------------
Many sites position their payment methods at the bottom of the page.

Payment Logo Box now gives a way to show the payment methods you accept in a place that is easily seen by the visitor.  In their view!

The first thing you will need to do is open paymentlogo.php and verify that the image code is correct or edit the path.

I already pasted it for you. Just verify that the strings work before uploading.

---------------------------------------------------------------------

Installation:


1.  upload paymentlogo.php to /catalog/includes/boxes/ via ftp

1.  upload payment images to /catalog/images/ via ftp

3. Edit /catalog/includes/languages/english.php and add the following:

//Payment Logo Box v1.0
define('BOX_HEADING_PAYMENTLOGO','We Accept');

4. Edit /catalog/includes/column_right.php or column_left.php depending on which side you want the logos to reside.

  
//Payment Logo Box v1.0
include(DIR_WS_BOXES . 'paymentlogo.php');

REMEMBER TO BACK UP files before making any changes

REMEMBER TO BACK UP files before making any more changes

REMEMBER TO BACK UP files before making any further changes

---------------------------------------------------------------------
OPTIONAL:

Edit /catalog/includes/languages/espanol.php and add the following:

//Payment Logo Box v1.0
define('BOX_HEADING_PAYMENTLOGO','Metodos Del Pago');

Edit /catalog/includes/languages/french.php and add the following:

//Payment Logo Box v1.0
define('BOX_HEADING_PAYMENTLOGO','Paiement');

Edit /catalog/includes/languages/german.php and add the following:

//Payment Logo Box v1.0
define('BOX_HEADING_PAYMENTLOGO','Zahlung');
---------------------------------------------------------------------
