On a few of my Drupal sites I've noticed this and found that the store.module file needs editing.

On lines 97 through 154 where it compiles the transaction notice email content, the %placeholder is used instead of a !placeholder.
This results in placeholder appearing in the email.

Making the change outlined above resolved the issue.

Hope that helps someone.

CommentFileSizeAuthor
#2 fixed_store.module.txt4.75 KBmatw8

Comments

gordon’s picture

Status: Active » Postponed (maintainer needs more info)

Can you please provide a patch on how you fixed this issue.

I am unable to determine where you said the changes need to be done.

matw8’s picture

StatusFileSize
new4.75 KB

Sorry about that. I'm not too flash with patches, but here's my fixed version of code (the store_cron function) as a TXT file.

I've just extracted the lines of code that I had to change into this file. Let me know if you want the whole store.module if that'd be easier for you.

gordon’s picture

Status: Postponed (maintainer needs more info) » Fixed

Thanks, fixed in 5.x-4.x-dev and 5.x-3.x-dev

matw8’s picture

Brilliant. Thanks Gordon. Much appreciated.

Anonymous’s picture

Status: Fixed » Closed (fixed)