[ic] checkout expiration date problems

Dylan Oliver doliver@hampshire.edu
Tue, 27 Feb 2001 18:52:03 -0600


Hi,

The CC expiration month form in checkout.html is not working - it presents
a list of blanks where the months should be listed. The code:

			<SELECT NAME=mv_credit_card_exp_month>
					[loop
					lr=1
					option=mv_credit_card_exp_month
					list="
					1 01 - January
					2 02 - February
					3 03 - March
					4 04 - April
					5 05 - May
					6 06 - June
					7 07 - July
					8 08 - August
					9 09 - September
					10 10 - October
					11 11 - November
					12 12 - December"]
					<OPTION VALUE="[loop-code]">
					  [loop-pos 1]
					  [/loop]
				      </SELECT>

I haven't knowingly altered this, so I expect others have had the same
problem. Anyone see what's wrong?

-- 
Dylan Oliver

Do you know how little you know?