Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Adding Credit Card Logo to payment page

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 05-28-2009, 03:56 PM
  nortonz's Avatar 
nortonz nortonz is offline
 

Senior Member
  
Join Date: Nov 2007
Location: N. Idaho, USA
Posts: 156
 

Default Adding Credit Card Logo to payment page

In 4.1.12 you could add a Credit Card Image to the payment page from with in the payment Method Page, but I had to add some code to a php file in order to get it to work. I don't remember the file name, and I can't find it in the Forum.

Can this be done in 4.2.1? and how?

Michael
__________________
X-Cart 4.5.4
Linux CentOS 5.8 Apache 2.2.3 PHP 5.2.17
MySQL 5.0.95
CDSEOPro 1.8.8 xCMS 1.31 Easyupsale 2.3
Reply With Quote
  #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

The following 3 users thank carpeperdiem for this useful post:
eaglemobiles (06-05-2010), nortonz (05-28-2009), supercanon (10-18-2009)
  #3  
Old 05-28-2009, 06:19 PM
  nortonz's Avatar 
nortonz nortonz is offline
 

Senior Member
  
Join Date: Nov 2007
Location: N. Idaho, USA
Posts: 156
 

Default Re: Adding Credit Card Logo to payment page

Thanks That's the one I was looking for, but do you have to do the same thing in X-Cart 4.2.1?

Edit!!

Yes it does work in 4.2.1

Michael
__________________
X-Cart 4.5.4
Linux CentOS 5.8 Apache 2.2.3 PHP 5.2.17
MySQL 5.0.95
CDSEOPro 1.8.8 xCMS 1.31 Easyupsale 2.3
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 09:13 PM.

   

 
X-Cart forums © 2001-2020