Greg Posted January 12, 2007 Share Posted January 12, 2007 Does anyone know how to edit the card types in the Offline Credit Card payment Gateway? I only want VISA, Mastercard and AMEX in there. 0 Quote Link to comment Share on other sites More sharing options...
MACscr Posted January 12, 2007 Share Posted January 12, 2007 WHMCSINSTALLFOLDER/templates/default/creditcard.tpl: [b]»{$LANG.creditcarddetails}[/b]</p> {$choosecardoptions}</p><table> <tr><td width=120>{$LANG.creditcardcardtype}</td><td><select name="cctype"> <option{if $cctype eq "Visa"} selected{/if}>Visa <option{if $cctype eq "MasterCard"} selected{/if}>MasterCard <option{if $cctype eq "American Express"} selected{/if}>American Express <option{if $cctype eq "Diners Club"} selected{/if}>Diners Club <option{if $cctype eq "Discover"} selected{/if}>Discover <option{if $cctype eq "EnRoute"} selected{/if}>EnRoute <option{if $cctype eq "JCB"} selected{/if}>JCB </select></td></tr> Just remove the ones you dont want. I think this should be automated and configured when the payment gateway is setup. 0 Quote Link to comment Share on other sites More sharing options...
Greg Posted January 19, 2007 Author Share Posted January 19, 2007 Thanks for that. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.