Add barcode to shipping label from woocommerce barcode extension
-
Hi,
How do I add a barcode from the woocommerce order barcode extension to the shipping label? I tried adding.add_filter( 'wf_pklist_label_add_additional_information', 'wf_add_barcode',10,1 ); function wf_add_barcode() { echo WC_Order_Barcodes()->display_barcode($order_id); }
But it didn’t work.
If it’s not possible on the free version will it work on th epaid version?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add barcode to shipping label from woocommerce barcode extension’ is closed to new replies.