• I just configure this plugin, but cannot find the important invoice date.
    In Germany (EU) the invoice-date ist a required information on invoices.
    The invoice-date is not the same as the order-date. The invoice-date has to be created at the same time as the invoice-number and must not be deleted or changed after.
    Does anyone already have a solution for this problem?

    https://ww.wp.xz.cn/plugins/woocommerce-delivery-notes/

Viewing 3 replies - 1 through 3 (of 3 total)
  • you can do that: go to the settings and activate “Generate invoice numbers”

    Is there a solution to this? I do have “Generate invoice numbers” (Rechnungsnummern erzeugen) activated, but on the invoice is the order number printed (Bestellnummer).

    Just changing the string wp-content/plugins/woocommerce-delivery-notes/languages/woocommerce-delivery-notes-de_DE.po from Bestelldatum to Rechnungsdatum doesn’t change anything.

    Hi,

    I have done a manual insert for this in the file “print-content.php”.

    Go to line 51 where the div container starts
    <div class=”order-info”>

    and insert after that as next line:

    <div id=”date” style=”margin-left: 500px;”><? echo date(‘d.m.Y’); ?>
    </div>

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘invoice date missing’ is closed to new replies.