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.