
Originally Posted by
njcyx
zc210. opc2.6.3
I just received the following warning. It is my first time to see this warning.
[29-Jul-2026 13:49:45 America/New_York] Request URI: /index.php?main_page=checkout_one, IP address: xxxx, Language id 1
#0 /includes/templates/template_default/templates/tpl_modules_opc_address_block.php(157): zen_debug_error_handler()
#1 /includes/templates/template_default/templates/tpl_modules_opc_billing_address.php(14): require('/')
#2 /includes/templates/template_default/templates/tpl_checkout_one_default.php(60): require('/')
#3 /includes/templates/responsive_classic/common/tpl_main_page.php(187): require('/')
#4 /index.php(94): require('/')
--> PHP Warning: Undefined array key "telephone" in /includes/templates/template_default/templates/tpl_modules_opc_address_block.php on line 157.
Line 157 is the following.
<?= zen_draw_input_field('telephone[bill]', $address['telephone'], $telephone_field_length . ' id="telephone" class="phone" placeholder="' . ENTRY_TELEPHONE_NUMBER_TEXT . '"' . $telephone_required, 'tel') ?>