관리-도구
편집 파일: lang.popup_cvv_help.php
<?php $define = [ 'HEADING_CVV' => 'What is CVV?', 'TEXT_CVV_HELP1' => 'Visa, Mastercard, Discover 3 Digit Card Verification Number<br><br> For your safety and security, we require that you enter your card\'s verification number.<br><br> The verification number is a 3-digit number printed on the back of your card. It appears after and to the right of your card number.<br>' . zen_image(DIR_WS_TEMPLATE_ICONS . 'cvv2visa.gif'), 'TEXT_CVV_HELP2' => 'American Express 4 Digit Card Verification Number<br><br> For your safety and security, we require that you enter your card\'s verification number.<br><br> The American Express verification number is a 4-digit number printed on the front of your card. It appears after and to the right of your card number.<br>' . zen_image(DIR_WS_TEMPLATE_ICONS . 'cvv2amex.gif'), 'TEXT_CLOSE_CVV_WINDOW' => 'Close Window [x]', ]; return $define;