• Resolved backbonefactory

    (@backbonefactory)


    Hi guys!
    The special note added by a customer to a specific meal doesnt show up on my invoice. i use a different plug in for PDF invoices.
    When a note is entered in the check out field it does show up on my PDF invoice.

    Is there a solution for this problem ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Scripts

    (@wpscripts)

    Hello @backbonefactory

    This is a not a problem exactly. Food Store does not support the 3rd party plugins, because its really impossible to add support to all of them available out there. In other way you can also ask the PDF invoice plugin support that you are using Food Store plugin, but why some fields from that plugin is not coming up in your invoice plugin. You will get same reply.

    Solution is, if the PDF invoice plugin supports adding more custom meta into the invoice, then the meta field used by Food Store can be placed there. Hope you understand.

    Thanks & Regards,
    Team WP Scripts

    antoap

    (@antoap)

    Plugin woocommerce-pdf-invoices-packing-slips.
    Add this code after line 105 <dl class=”meta”> on invoice.php file
    `<?php if( !empty( wc_get_order_item_meta( $item[‘item_id’], ‘_special_note’, true ) ) ) : ?>
    <dt>Notes:</dt>
    <dd><?php echo wc_get_order_item_meta( $item[‘item_id’], ‘_special_note’, true ); ?></dd>
    <?php endif; ?>`
    `

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Special note doenst show up on invoice’ is closed to new replies.