Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Not attach the number or simply not show the number?
    You can hide the invoice number by using the following CSS (read this on how to apply it):

    .invoice-number { display: none; }

    same for the date:

    .invoice-date { display: none; }

    Not having the invoice number created in the first place is not possible, unfortunately…

    Let me know if the above solution is sufficient for you!

    Ewout

    Thread Starter mr9v9

    (@mr9v9)

    Sorry I was not as clear as I wanted to be, your plugin causes the Woocommerce Orders to display a new column “Invoice Number”. I use Admin Columns Pro and removed it, but it still displays it.
    Any idea if I can hide this?

    Plugin Contributor Ewout

    (@pomegranate)

    This is a setting, disabled by default, in the General settings tab of the PDF invoice settings ??

    Thread Starter mr9v9

    (@mr9v9)


    Wow I must be in real need of sleep, developing our site for so long and I can’t even see the most basic tick box!
    Thank you!

    Plugin Contributor Ewout

    (@pomegranate)

    No problem, stuff like that happens to all of us ??
    The setting is disabled by default so you must have turned it on at one point.

    Anyway, glad that resolves it – let me know if you have any other questions!

    Ewout

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disable Invoice Number’ is closed to new replies.