Replies: 0
Trying to add an my Woo ‘Order ID’ to the simple template. I tried order_id and get_id but it does not work and really messes up the template.
Here is the code I inserted
<tr
class=”order-id”><th><?php _e( ‘Order ID:’, ‘woocommerce-pdf-invoices-packing-slips’ ); ?></th><td><?php $this->order_id(); ?></td>
</tr>
Any help is appreciated