Hi,
Would it be possible to add bulk order operation for sending emails? Similar VBO exists already for nodes and comments.
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 1847146-vbo-order-mail-sender.patch | 900 bytes | longwave |
Hi,
Would it be possible to add bulk order operation for sending emails? Similar VBO exists already for nodes and comments.
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 1847146-vbo-order-mail-sender.patch | 900 bytes | longwave |
Comments
Comment #1
longwaveDo you mean send an order invoice? Or something else?
Comment #2
Neo13 commentedI mean sending custom email, for example I select some orders and I want to send them email like:
Hi, I am sending you email completely independent on order status or any triggers.
Comment #3
longwaveYou can already do this. Edit the view that uses Bulk Operations, edit the Bulk Operations field, then check "Send e-mail" under "Selected operations".
Comment #4
Neo13 commentedYes, but I can not use token for order email so it really does not work... :)
Comment #5
longwaveYou can use the [uc_order:email] token in the subject and body, but not sure why it doesn't work in the recipient. Maybe http://drupal.org/project/views_send would work better for you.
Comment #6
Neo13 commentedThis module does the work, but it would be nicer to use [uc_order:email] in the recipient so I do not have one extra column in view. Would that be possible? But thank you anyway, longwave! Keep up the good work!
Comment #7
longwaveComment #8
longwaveVBO requires that the token is [uc_order:mail]. The attached patch duplicates the [uc_order:email] token to provide this; this isn't the cleanest solution but it looks like the only way to solve this.
Comment #9
Neo13 commentedIt may not be the cleanest solution but it sure works fine. Thank you!
Comment #10
longwaveCommitted.