If you have select or checkbox (commited recently) attributes the notification emails will have an "array" instead of the right value for those attributes.
I attached a patch (against latest RC of UC).
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | escape_invoice_attributes.patch | 2.06 KB | Island Usurper |
| notification_emails_multiple_options.patch | 1.55 KB | andreiashu |
Comments
Comment #1
kafka93 commentedReviewed & working fine for me.
Comment #2
Island Usurper commentedThanks. Committed.
Comment #3
rszrama commentedColor me crazy, but shouldn't we be running that attribute text through check_plain() or something?
Comment #4
Island Usurper commentedHa, yeah we should. Committed this patch, which uses the same code that the product order pane and the cart block does.