• Resolved Mick

    (@haarbollen)


    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)
  • Plugin Author artiosmedia

    (@artiosmedia)

    Greetings, I am sorry, but your support requests exceed the scope of this plugin.

    We cannot guarantee third-party integrations will work with all themes and other plugins, like PDF generators. There are several PDF generator plugins, but they are all consistently buggy in some way. I was able to print a PDF invoice with product code intact, so I imagine your challenge lies with the PDF plugin used or the theme being used.

    You would need to hire a plugin developer to assist.

    Thanks!

    Thread Starter Mick

    (@haarbollen)

    Okay – thanks.
    I will try to sum up the problem in forum for the PDF-plugin I’m using.

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Showing code in PDF invoice’ is closed to new replies.