View Single Post
  #2  
Old 05-28-2009, 04:41 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Adding Credit Card Logo to payment page

To add HTML tags to the "payment_details" field, in file:

/admin/payment_methods.php

FIND:
Code:
require "./auth.php";

REPLACE WITH:
Code:
define('USE_TRUSTED_POST_VARIABLES',1); $trusted_post_variables = array("posted_data"); require "./auth.php";

Then in the "special instructions" in the payment methods (in the admin) add your html, such as:

<img src="/skin1/images/creditcards.gif" border="0" /><br />
VISA, AMEX, Discover, Mastercard
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote