How to disable option to NOT store client credit card info, a.k.a Where is "shownostore"?
All my WHMCS clients are from prior (existing) business relationships. I set up WHMCS specifically for automated recurring billing. This means that any legitimate customer in my WHMCS *MUST* store their credit card information (if they were paying any other way, I'd still be invoicing them manually from QuickBooks).
Every one of my clients whom I've sent to my site has become confused during the signup process by the question "Tick this box if you do NOT want us to store your credit card details for recurring billing". For some reason they all think they are SUPPOSED to check the box in order to SAVE the credit card!
I want to just turn that whole question off, along with it's checkbox. I've looked in the templates and I see that that question is the text for $_LANG['creditcardnostore'] and when I went hunting for creditcardnostore I found that it's in both viewcart.tpl and creditcard.tpl.
in each case, I notice they are wrapped in a IF statement:
<?php if ($this->_tpl_vars['shownostore']): ?>
or
{if $shownostore}
Apparently this is a configuration option somewhere, but I can't find it.
Where can I find the setting for "shownostore" and set it to "no" or "off"?
All my WHMCS clients are from prior (existing) business relationships. I set up WHMCS specifically for automated recurring billing. This means that any legitimate customer in my WHMCS *MUST* store their credit card information (if they were paying any other way, I'd still be invoicing them manually from QuickBooks).
Every one of my clients whom I've sent to my site has become confused during the signup process by the question "Tick this box if you do NOT want us to store your credit card details for recurring billing". For some reason they all think they are SUPPOSED to check the box in order to SAVE the credit card!
I want to just turn that whole question off, along with it's checkbox. I've looked in the templates and I see that that question is the text for $_LANG['creditcardnostore'] and when I went hunting for creditcardnostore I found that it's in both viewcart.tpl and creditcard.tpl.
in each case, I notice they are wrapped in a IF statement:
<?php if ($this->_tpl_vars['shownostore']): ?>
or
{if $shownostore}
Apparently this is a configuration option somewhere, but I can't find it.
Where can I find the setting for "shownostore" and set it to "no" or "off"?