add custom field to pdf invoice
-
Hi there,
I have several custom fields that I want to show on pdf invoice.
One of my custom field is af_c_f_332964.
I have added this codeadd_filter('wf_pklist_alter_additional_fields', 'wt_pklist_add_extra_fields', 10, 3); function wt_pklist_add_extra_fields($extra_fields, $template_type, $order) { /* add new field to the list */ $extra_fields['af_c_f_332964']='Codice Fiscale'; return $extra_fields; }
But it doewsn’t work.
Where I mistake?
Regards
Annalisa
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘add custom field to pdf invoice’ is closed to new replies.