Order ID Code
-
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
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Order ID Code’ is closed to new replies.