View Single Post
  #2  
Old 02-04-2005, 04:23 AM
 
DanUK DanUK is offline
 

X-Adept
  
Join Date: Dec 2003
Location: UK
Posts: 800
 

Default

OK, so far I know the CC info is pulled from the encrypted "details" field in the orders table. It looks a bit too complex for me to extract that information and then try to format the cc number. Instead I was thinking of pulling the cc number itself, maybe from the customers table but :

Code:
{$customers.credit_card}

in the orcer_invoice.tpl file doesn't work. My plan was to extract the number and use some smarty code to split the number and display it on screen...make sense? Can the cc number be displayed in a template on it's own?

Thanks

Dan
__________________
4.4.2

and

4.6.1
Reply With Quote