steven619 Posted September 8, 2008 Share Posted September 8, 2008 When a customer checks out with credit card it asks for issue number and start date. We do not use those, at least with our gateway. How can we remove them? 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted September 8, 2008 Share Posted September 8, 2008 clientareacreditcard.tpl comment lines 31 and 32 (eg... <!-- code here to comment -->) <!-- <tr><td class="fieldarea">{$LANG.creditcardcardissuenum}</td><td><input type="text" name="ccissuenum" value="{$ccissuenum}" size="5" maxlength="3" /></td></tr><tr><td class="fieldarea">{$LANG.creditcardcardstart}</td><td><input type="text" name="ccstartmonth" size="2" maxlength="2" value="{$ccstartmonth}" />/<input type="text" name="ccstartyear" size="2" maxlength="2" value="{$ccstartyear}" /> (MM/YY)</td></tr> --> 0 Quote Link to comment Share on other sites More sharing options...
columbusgeek Posted January 7, 2010 Share Posted January 7, 2010 You have to do it in creditcard.tpl as well. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted January 7, 2010 Share Posted January 7, 2010 (edited) Hey Man, this is second post from you that I've read and all threads are from over 12 months ago. With this one there is no need to remove any code at all anymore. There is a checkbox in the admin settings to select whether or not to show it. Edited January 7, 2010 by sparky 0 Quote Link to comment Share on other sites More sharing options...
columbusgeek Posted January 7, 2010 Share Posted January 7, 2010 I use to search to find my solutions. When I find information that might need updated I pitch in. Sorry, I will stop attempting to be helpful. *shrugs* Could you tell us/me where this checkbox is so it is clear for myself and future search function users? 0 Quote Link to comment Share on other sites More sharing options...
columbusgeek Posted January 7, 2010 Share Posted January 7, 2010 0 Quote Link to comment Share on other sites More sharing options...
rldev Posted June 2, 2010 Share Posted June 2, 2010 This doesn't work for me. I tried this and those fields still show up. I cleared my browser cache as well. 0 Quote Link to comment Share on other sites More sharing options...
DanielB Posted January 22, 2013 Share Posted January 22, 2013 I used search and found this as well. So to update the info you will find the check box at Settings > General Settings > Invoices Issue Number/Start Date Tick to show these fields for credit card payments Hope this helps someone. 1 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.