View Single Post
  #2  
Old 11-14-2003, 11:14 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Code:
if($paymentid=="1") { smarty->assign("paymentby","cc") } elseif ($paymentid=="2") { smarty->assign("paymentby","moneyorder") }

You could do something like the above in cart.php
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote