View Single Post
  #2  
Old 02-04-2007, 01:10 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: Credit Card Images Instead of Text in checkout.tpl

in skin1/customer/main/checkout.tpl look for
Code:
<TD nowrap><B>{$payment_methods[payment].payment_method}&nbsp;&nbsp;&nbsp;</B></TD> <TD>{$payment_methods[payment].payment_details|default:"&nbsp;"}</TD>
if all you have is paypal and credit card as your payment methods then you can change the above to something like <TD colspan=2><img src="creditcardimages.jpg"></TD> and upload the image

if you have more than those 2 payment methods you will have to use if statements
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote