Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hello Leigh,
    The new version of the plugin/simple template (1.4.9) prints the order number by default, with the option to print the invoice number too. Here’s the code to print the order number:

    <span class="order-number-label"><?php _e( 'Order Number:', 'wpo_wcpdf' ); ?></span>
    <span class="order-number"><?php $wpo_wcpdf->order_number(); ?></span><br />

    Have a great week!
    Ewout

    Thread Starter LeighMartin

    (@leighmartin)

    Hi Ewout,

    Wonderful, thanks so much for getting back to me so quickly, your support is really great,

    Kind regards
    Leigh

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘order number’ is closed to new replies.