Inserir o Hook “billing_cellphone” no template
-
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 resolver isso?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Inserir o Hook “billing_cellphone” no template’ is closed to new replies.