I would like to try and have the default invoice to be applicable to retail customers, and a custom template that will only be invoiced to wholesale customers. Is it possible to achieve this?
Thanks and regards
Sure can: https://www.netohq.com/support/s/article/set-up-invoice-templates-for-specific-customers
Awesome thanks, is it possible to customize an invoice so that pricing is displayed? Or to have them changed depending on customer group in bulk? Just to save time not having to go through them individually.
The prices that invoices show are taken from the sales order, so wholesale customers will see the product wholesale price on the invoices automatically.
I had a look at custome invoices in settings but I don't seem to have that tab available in my Cpanel. Is there any reason as to why this is?
So "Custom Invoice Templates" doesn't exist within my Control Panel
Good find, I think you will need the free "Invoice Templates" add-on.
I'll add it to the documentation too.
Once you create another document template set you'll be able to select it there.
I see, what if you have already made another invoice template?
It would need to be part of the new template set to be selected there.
Could it be possible to just simply make an if/else statement on one invoice? Such as;
[%if [@group_id@] eq '4' '5' '6' %]
<some function>
[%else [@group_id@] eq '1' '2' %]
<another function>
[%/if%]
I'm not sure, the coding side of templates and themes isn't something I've had much exposure to. Certainly worth a try.
Got it all working in the end! Thanks for your assistance though