Custom Customer Field on invoice

Hi there,

i was wondering if it’s possible to insert custom customers fields on an invoice…
i’ve tried:

  • `

    Car Brand

    {{custom_fields['Car Brand']}}
    `
  • <span data-bind="text: CustomerCustomFields['Car Brand']"></span>

But neither of them are working for me :s could anyone help me out here? :smile:

Thanks already :wink:

Try this…

<div style="font-weight: bold; padding-bottom: 5px; font-size: 12px">
Car Brand {{ customer.custom_fields['Car Brand'] }}
</div>
2 Likes

That did the trick, thanks itmoto :smile:

Now i was just wondering… is it possible to change the “print layout” of the Sales Quotes?

Or do i just have to create a new template named: “sales quotes”?

View templates are not yet supported for Sales quotes. @lubos has said its coming soon :grinning:

oo ok :slight_smile: must have overlooked that one :disappointed: :smile: