• Resolved packnstack

    (@packnstack)


    I have the free version – is there any way to add the product image to the invoice?

    Is there a way to have the product note appear in another column?

    Is there any way to left align the message at the bottom of the invoice rather than centre it?

    Is there a way to only have the order date OR invoice date listed on the invoice? They are always the same date so its redundant. Preferably I would just like the invoice date listed.

    Thanks!

    • This topic was modified 5 years ago by packnstack.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hello!
    Technically all of these things are possible, but because some of the things you ask are features of the Premium Templates extension, we cannot provide these as free support. You can of course build these things yourself if you create a custom template but it will require some knowledge of PHP/HTML and WooCommerce code.

    Answering your questions:
    1) Product thumbnails can be added via the Customizer in the Premium Templates extension.

    2) Product notes in an extra column can also be done with the customizer. If you go with the custom template option you can find some examples for this in the documentation too.

    3) Left align the footer text can be done with CSS (documentation here):

    
    #footer { text-align: left; }
    

    4) You can disable the invoice date in the settings if you wish (use “Test mode” when you’re still testing because otherwise existing invoices will not change with this settings). If you want to hide the order date you can do so with CSS:

    
    .order-date { display: none; }
    
    Thread Starter packnstack

    (@packnstack)

    That is fantastic, really appreciate that. Guess I might have to look into premium version then.

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