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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fixed_store.module.txt | 4.75 KB | matw8 |
Comments
Comment #1
gordon commentedCan 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.
Comment #2
matw8 commentedSorry 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.
Comment #3
gordon commentedThanks, fixed in 5.x-4.x-dev and 5.x-3.x-dev
Comment #4
matw8 commentedBrilliant. Thanks Gordon. Much appreciated.
Comment #5
(not verified) commented