Is there a way to add a link or a hover over on the CCV field that will explain to users what the CCV field is for. I know that for most of us it is second nature but some people might not be sure what that field is for
This can be done by modifying one of the gateway files.
It is best to copy these over to the wp-content/uploads/espresso/gateway directory (you can just copy the entire Aim directory)
Edit the aim_vars.php and look for the
<label for="ccv_code">
on line 77
Here you can either add a title to give it hover information or modify the html to add a small description eg:
<label for="ccv_code" title="A CCV is the little code on the back">
or
<label for="ccv_code"><?php _e('CCV Code', 'event_espresso'); ?><br />A CCV is a the little code on the back</label>
or both.
Hope that helps.
Dean
Viewing 1 reply thread
The support post ‘CCV and Authorize.net’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.