Admin - Configuration - Minimum Values - CC Owner Min Length - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Minimum Values - CC Owner Min Length - Catalog
/path/to/your/shop/includes/languages/english/modules/payment/authorizenet.php
| Line #29 : define('MODULE_PAYMENT_AUTHORIZENET_TEXT_JS_CC_OWNER', '* The owner\'s name of the credit card must be at least ' . CC_OWNER_MIN_LENGTH . ' characters.\n'); |
/path/to/your/shop/includes/languages/english/modules/payment/authorizenet_aim.php
| Line #24 : define('MODULE_PAYMENT_AUTHORIZENET_AIM_TEXT_JS_CC_OWNER', '* The owner\'s name of the credit card must be at least ' . CC_OWNER_MIN_LENGTH . ' characters.\n'); |
/path/to/your/shop/includes/languages/english/modules/payment/cc.php
| Line #29 : define('MODULE_PAYMENT_CC_TEXT_JS_CC_OWNER', '* The owner\'s name of the credit card must be at least ' . CC_OWNER_MIN_LENGTH . ' characters.\n'); |
/path/to/your/shop/includes/modules/payment/authorizenet.php
| Line #181 : ' if (cc_owner == "" || cc_owner.length < ' . CC_OWNER_MIN_LENGTH . ') {' . "\n" . |
/path/to/your/shop/includes/modules/payment/authorizenet_aim.php
| Line #109 : $js .= ' if (cc_owner == "" || cc_owner.length < ' . CC_OWNER_MIN_LENGTH . ') {' . "\n" . |
/path/to/your/shop/includes/modules/payment/cc.php
| Line #99 : $js .= ' if (cc_owner == "" || cc_owner.length < ' . CC_OWNER_MIN_LENGTH . ') {' . "\n" . |
