Email and Datafields

All,

I’m not sure if this is a bug, but recently, direct emailing stopped working properly. I’m referring to the fact that fields are displayed as plain text instead of a reference to a data field.

The version I use: v25.11.3.3093

Example:

Normally, Manager.io would fill in the correct text in the subject line in this case. Namely, the name “Factuur” (Invoice) followed by the “Description” and the Reference (‘‘Debtor number-Invoice number’’). Now it just shows the plain text. It also doesn’t complete the text later, for example, by adding the invoice date, invoice amount, etc. This used to work.

I’ve also tried converting the language to English, but that didn’t help either.

Hopefully this can be resolved quickly.

Thanks a lot,
Canefield

1 Like

The same thing happened yesterday, and it’s still not resolved. I tried these fields, but it’s still not working. This is causing a lot of problems.

I feel like the recent releases are not very stable and have not been tested before updates are pushed.

Currently on cloud edition 25.11.5.3094.

The problem still has not been resolved. We have to manually replace all variable references per invoice sent.

Please fix or advise on this, thank you.

2 Likes

@lubos Having the same issue with emails.

The code is showing and if not manually removed will be sent to customer.

Looks like Liquid is being put to rest.

Still, this is a loss of function so I think it’s better to keep this in bugs until a substitute is provided.

1 Like

I am getting the same issue with the desktop version 25.11.22.3139

Does anyone have any idea when this bug will be resolved?

And when will that be?

I send around 50 invoices per day, and having to manually edit each one takes some considerable amount of time. This erroneous issue of an extremely useful feature has demeaned a wonderful product.

Someone…an ETA would be very much appreciated. Thx

Echoing the same sentiment: please reintroduce the necessary feature asap.

bugs Someone…an ETA would be very much appreciated. I can’t sent bulk emails. Thx.
@lubos ?

Fixed in the latest version (25.12.6)

3 Likes

Very nice, @lubos, thank you very much!

Thank you!

Custom fields are no longer populated in the email body. I am testing with Classic Custom fields and new Custom fields.

Email Template setup:

Dear {{ custom_fields[“Contact”] }},
Dear {{ custom_fields[“Contact(Classic)”] }},
Please find your Invoice #{{ reference }} attached for R {{ invoice_total }}.
Invoice date: {{ invoice_date }}
Amount due: R {{ if_balance_due }}
Kind Regards,
{{ business.name }}

Email body missing contact name:

PDF preview is correct:

@lubos please see my comment above, let me know if the reference to custom fields should change in email settings. Thank you for the fix.