View Single Post
  #1  
Old 12-13-2002, 07:19 AM
 
ryan c. ryan c. is offline
 

Advanced Member
  
Join Date: Sep 2002
Posts: 58
 

Default Editing Credit Card Types?

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>
Reply With Quote