Last active
July 9, 2017 13:34
-
-
Save Willem-Siebe/c05bd7d2938e951b54bc to your computer and use it in GitHub Desktop.
Add Order number besides invoicenumber to invoice (WooCommerce PDF Invoices & Packing Slips plugin), see http://wordpress.org/support/topic/invoice-number-vs-invoice-order?replies=27#post-5434747.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Add Order number besides invoicenumber to invoice (WooCommerce PDF Invoices & Packing Slips plugin), see https://gist.github.com/Willem-Siebe/c05bd7d2938e951b54bc --> | |
<span class="order-number-label"><?php _e( 'Order Number:', 'wpo_wcpdf' ); ?></span> | |
<span class="order-number"><?php $wpo_wcpdf->order_number(); ?></span><br /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment