Campo “billing_cellphone” n?o aparece
-
Fiz a configura??o no arquivo “details-plain.php” com o seguinte script:
<?php if ($order->get_billing_cellphone()) : ?>
<?= Document::line(esc_html($order->get_billing_celphone())); ?>
<?php endif; ?>Exatamente abaixo do script existente:
<?php if ($order->get_billing_phone()) : ?>
<?= Document::line(esc_html($order->get_billing_phone())); ?>
<?php endif; ?>Porém ao clicar em “Reprint”, nada acontece. Se eu remover o script do “cellphone”, imprime normal.
Como posso remover isso?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Campo “billing_cellphone” n?o aparece’ is closed to new replies.