Showing code in PDF invoice
-
Hi
Donwloaded your plugin, seems to be just fine so far.
I need to have it showing in my PDF (invoice). I have managed to show ‘sku’ in invoice, with this piece of code (below).
How am I able to show the product code I would like to add?Thanks in advance
<span style="color: #eb0000;"><?php if( !empty( $item['sku'] ) ) : ?><dt class="sku"><?php _e( 'Location: ', 'woocommerce-pdf-invoices-packing-slips' ); ?></dt><dd class="sku"><?php echo $item['sku']; ?></dd><?php endif; ?></span>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Showing code in PDF invoice’ is closed to new replies.