Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
charleshays
charleshays
Mod: Credit Card Expiration Month Number
 
Description: This adds the number of the month before the name on the credit card expiration date pull down. I like this because I am bad with months and people always read the month number off their credit card anyway, so it is easier to locate the month number then the name.
 
File: templates/user/credit_card_info.php
Around line: 283
 
change:
 
<option {cc_expiry_month_selected} value="{cc_expiry_month_value}">{cc_expiry_month_description}<!-- end cc_expiry_month -->
 
to:
 
<option {cc_expiry_month_selected} value="{cc_expiry_month_value}">{cc_expiry_month_value} {cc_expiry_month_description}<!-- end cc_expiry_month -->