View Single Post
  #14  
Old 11-08-2005, 05:00 PM
 
robertswww robertswww is offline
 

X-Adept
  
Join Date: Jul 2003
Posts: 586
 

Default

To make the credit card month drop-down menu extra clear, I prefer the format:
01 - Jan
02 - Feb
03 - Mar
etc.

If you would like this format, simply modify...
File: /main/register_ccinfo.tpl

And add: month_format="%m - %b"
to this part of the template code:

Code:
{html_select_date prefix="card_expire_" month_format="%m - %b" display_days=false end_year="+10" time=$userinfo.card_expire_time}

Robert
__________________
X-cart 4.1.10
Reply With Quote