Invoice template title

This topic contains 11 replies, has 3 voices, and was last updated by  Elise 5 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #1734

    Elise
    Buyer
    Post count: 58

    My site is in Australia and registered for GST. I need the invoice to display the ABN and the title needs to be “Tax Invoice” not just invoice.

    A workaround for ABN is adding it to the Address, but not ideal. I have tried amending Invoice to Tax Invoice via PO Edit translation but it hasn’t worked. I also tried using css, but that didn’t work either. I have attached a screenshot. I will send link to site in private message as it is currently in development.

    Is there a way to edit the page template for invoices?

    Cheers,
    Alanna

    #1735

    Elise
    Buyer
    Post count: 58
    This reply has been marked as private.
    #1736

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #1737

    Kiran
    Moderator
    Post count: 7069

    Hello Alanna,

    You can manage invoice template via template system. Just copy file \plugins\invoicing\templates\wpinv-invoice-print.php and paste in in wp-content\YOUR-CURRENT-THEME\invoicing\wpinv-invoice-print.php

    Now change “Invoice” to “Tax Invoice” (see https://github.com/AyeCode/invoicing/blob/master/templates/wpinv-invoice-print.php#L11) in file wp-content\YOUR-CURRENT-THEME\invoicing\wpinv-invoice-print.php

    Let us know.

    Thanks,
    Kiran

    #1741

    Elise
    Buyer
    Post count: 58
    This reply has been marked as private.
    #1742

    Kiran
    Moderator
    Post count: 7069

    Hello,

    just checking the file path to add the file back in – do I create a new folder in the wp-content folder?

    No you do not need to create new folder. ‘YOUR-CURRENT-THEME’ will be your current theme directory name (ex: Divi).
    In case you are not using child theme then it is recommended to use child theme for customization. Otherwise the customization will be lost on theme update.
    Follow this to know how to create Divi child theme: https://www.elegantthemes.com/blog/divi-resources/divi-child-theme

    ABN is the Australian Business Number that all businesses need to add to their Tax Invoice. Similar to VAT number I guess?

    VAT number is tax identification number or VAT identification number (VATIN) used in many countries including EU for value added tax purposes. It is similar to ABN & ACN.

    Do you still need the PO files?

    No need to edit po files if you follow things mentioned in my reply https://wpinvoicing.com/support/topic/invoice-template-title/#post-1737

    Let us know.

    Thanks,
    Kiran

    #1743

    Elise
    Buyer
    Post count: 58

    Okay, that didn’t work either… Any other suggestions?

    #1744

    Kiran
    Moderator
    Post count: 7069

    Hello Alanna,

    Provide us admin & FTP credentials, i will do it for you.

    Kiran

    #1745

    Elise
    Buyer
    Post count: 58
    This reply has been marked as private.
    #1746

    Elise
    Buyer
    Post count: 58
    This reply has been marked as private.
    #1747

    Kiran
    Moderator
    Post count: 7069

    Hi,

    Please check now. You have added file under /invoicing/templates/ directory. It should be under /invoicing/ directory.

    Kiran

    #1748

    Elise
    Buyer
    Post count: 58

    ah okay. Sorry! Thank you for your assistance.

Viewing 12 posts - 1 through 12 (of 12 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket