Delivery note customization

Hi,

I have been trying to create a template to replace the delivery note but cannot change the text of invoice as cannot edit the default delivery note and just have to use an invoice template that say invoice on it, am i missing something here?

I want to be able to change the delivery note into a hire agreement, so that I can print off the list of hired equipment and get the customer to sign. Also will need to change/add text at the bottom with the agreement of terms and conditions.

Can you please help

Thanks
Andy

You need to start with an invoice template and use a CSS transform to change the title, something like this would work.

.transform-invTypeName1 {
    content:"HIRE<br/>AGREEMENT";
}

Once you have the invoice template looking exactly how you want, you then need to name it so it includes the text delnote and then add that template path as the default delivery note template in the advanced features section.

We have some additional guidance on this process here:

How can I customise my Delivery Note?