I amt rying to remove american express from my site. I have found it in the payment methods and have put "Visa, Mastercard" But when a customer checks out the american express option is still in the credit card section.
I figure it is listed in the below $card_types but can;t find where that is . Can you point me in the right direction?
Thanks
<option value="{$card_types[card_type].code}" {if $userinfo.card_type eq $card_types[card_type].code}selected{/if}>{$card_types[card_type].type}</option>
