webesi
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Hello,
Yes, I have already tried syncing the cookies list and clearing the cache, but the issue persists across several of my websites. I have also sent a ticket to support regarding billing information changes, but I have not received a response yet. I will create a new ticket through the support center for the current issue.
Thank you for your help!
- This reply was modified 1 year, 6 months ago by webesi.
I had indeed entered the text, but as you can see in the imagen, it doesn’t seem to be working properly. It’s odd because the value appears saved in the control panel, but it doesn’t reflect in the cookie policy.

Thank you! It is now working properly
line 108:
$wpo_wcpdf->custom_field( 'NIF', 'NIF: ' );Full code:
add_filter( 'wpo_wcpdf_billing_address', 'incluir_nif_en_factura' ); function incluir_nif_en_factura( $address ){ global $wpo_wcpdf; echo $address . '<p>'; $wpo_wcpdf->custom_field( 'NIF', 'NIF: ' ); echo '</p>'; }- This reply was modified 2 years, 4 months ago by webesi.
Viewing 4 replies - 1 through 4 (of 4 total)