print postcode under phone
-
Hi,
I want to add postcode into print page
so I try to add this code in “woocommerce-delivery-notes.php”code :
/** * Show billing postcode */ if ( !function_exists( 'wcdn_billing_postcode' ) ) { function wcdn_billing_postcode() { global $wcdn; echo $wcdn->print->get_order()->billing_postcode; } }and nothing change 🙁 !
is there another place to edit ??
thanks,
http://ww.wp.xz.cn/extend/plugins/woocommerce-delivery-notes/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘print postcode under phone’ is closed to new replies.