Notification email in ojs 3.1

Hi,
notification email is not working properly. When i try {$submissionId} appears literally {$submissionId} in the text and not the id. How can I fix this?

Hi @wesin,

Is this the NOTIFICATION email template? Did you add {$submissionId} to it yourself?

Regards,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher,
yes, it is the NOTIFICATION email tamplate. Not me, but journal’s editor did that.

Hi @wesin,

Not all templates are designed to use certain variables, and the NOTIFICATION email doesn’t expect to have a {$submissionId} variable in it. There is some relevant discussion in this github issue, and in the meantime, I’d suggest removing that variable from the notification email text.

Regards,
Alec Smecher
Public Knowledge Project Team

thanks for you answer