Bug or feature: I have just "Enabled card type field on checkout form" (uc_credit_type_enabled) but the HTML-output seems a bit weird to me:
<div class="form-item">
<select id="edit-cc-type" class="form-select" name="cc_type">
<option value="&lt;p&gt;Visa Mastercard American Express&lt;/p&gt;">
<p>Visa Mastercard American Express</p>
</option>
</select>
</div>
Besides I have only chosen 2 credit cards to be processed.(Visa and Mastercard, Amex should not be in the pulldown)
Lots of questions...
