Custom Quote Design: Invoice items table

Quite often I need to send a quote which has lots of items on it that the client selects from. On these occassions I don’t want ot display the subtotal, just each item.

I’m using one template for invoices, and one for quotes.

I can’t change the fields in the $invoiceLineItems variable globally, as other templates use it (e.g. the invoice one).

I can’t see that there would be any way to format it myself on the PDF as the items come from the server. Is there perhaps another variable I can use which injects the table, without the subtotal/total?

We don’t support removing the line item totals but you can remove the totals at the bottom by removing $subtotals.

Hi Hillel,

Thats what I meant. That will do it - thanks.