![]() |
Blank Credit Card Valid From Date
By default X-Cart v4.04 fills in the credit card valid from date with the current month and year.
{html_select_date prefix="card_valid_from_" display_days=false start_year="" end_year=""} How can the above code be changed so the month and year field is blank by default? Many thanks in advance for any advice. |
I did this....
in /main/register_ccinfo.tpl replace Code:
{html_select_date prefix="card_valid_from_" month_format="%m" display_days=false start_year="-5" end_year="+4"} with Code:
<select name="card_valid_from_Month"> not pretty but appears to work |
Thanks for the solution xgarb.
Got X-Cart to customise the whole credit card data entry procedure. |
|
All times are GMT -8. The time now is 02:25 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.