Jump to content

Offline Credit Card


Greg

Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated