Credit Card Weirdness

Hi



Using 2.03. During checkout using the offline credit card function, the first card type doesn’t show the CVV2 field. If you change the card type to another and then change it back the CVV2 field is there.



Has anyoe seen this before and have a solution?



Thanks

I’m having the same problem. Can someone please shed some light on this issue? This is urgent. Thanks!

Have you verified that the CVV2 checkbox is checked on that credit card (select the “edit” link for that credit card)?



Bob

[quote name=‘jobosales’]Have you verified that the CVV2 checkbox is checked on that credit card (select the “edit” link for that credit card)?



Bob[/QUOTE]



I am having the same issue.

Yes, I’ve verified that the CVV2 is checked.

It seems like it just happens to the first card and then reappears when I click on another card and return to the first card.



So, I looked into it and just removed “hidden” class from CVV2 since all my credit cards should have CVV2 info any way.

The file I changed was /customer/views/orders/components/payments/cc.tpl line 37 (version 2.0.4)



```php



to

```