Custome template does not work after the last update
-
Hello,
We have a custom template with custom fields. After the last update, some customs fields are no longer displayed. Here is the part of our code :
<h3><?php $wpo_wcpdf->custom_field(‘_billing_civilite’); ?> <?php $wpo_wcpdf->custom_field(‘_billing_first_name’); ?> <?php $wpo_wcpdf->custom_field(‘_billing_last_name’); ?></h3>
<h3><?php $wpo_wcpdf->custom_field(‘_billing_address_1’); ?</h3>
<h3><?php $wpo_wcpdf->custom_field(‘_billing_address_2’); ?></h3>
<h3><?php $wpo_wcpdf->custom_field(‘_billing_postcode’); ?> <?php $wpo_wcpdf->custom_field(‘_billing_city’); ?></h3>The custom field (‘_billing_civilite’) appears well but not the others.
Thank you for your help.
- The topic ‘Custome template does not work after the last update’ is closed to new replies.