Active
Project:
Commerce Message
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2013 at 09:08 UTC
Updated:
21 Nov 2016 at 18:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
c_archer commentedThis is what I have done for our clients.
Comment #2
jbekker commentedI did something similar but still used Message Notify to send a copy, this is what I did:
I hope this makes sense! The downside of this approach is that you can only send a email to someone who also has a Drupal Account.
Comment #3
summit commentedHi,
I would very much like not only to have a specific email notification for Admin, but also a specific email message with more information for admin.
Would that also be possible?
Thanks for #1, working like a charm!
Greetings, Martijn
Comment #4
c_archer commentedHi Martijn,
Glad the patch worked okay for you, what extra information would you like adding to the email?
Cheers,
Chris
Comment #5
summit commentedHi Chris,
I would like to build an email like this: https://drupal.org/node/1532520?size=preview
This is done by this sandbox module now, but this is not integrated yet in commerce message some how:
https://drupal.org/sandbox/andyg5000/1532508
And than with Billing and Shipping Adresses included.
greetings, Martijn
Comment #6
kevster commentedThis is very useful, many thanks!
How can the admin message be imported in to admin/structure/messages so it can be edited easily - I can see the customer email is in there already.
I have managed to add order billing and shipping tokens
Very useful addition.
Comment #7
summit commentedHi,
I cloned the message and cloned the rule and set it to admin, and admin-email.
Greetings, Martijn
Comment #8
kevster commentedI thought I had the address working but seems not so. I have tried the following in the customer email message (all other tokens working):
[message:message-commerce-order:commerce-customer-billing] = 10 (id?)
[message:message-commerce-order:commerce-customer-billing:commerce_customer_address] = [message:message-commerce-order:commerce-customer-billing:commerce_customer_address]
[message:message-commerce-order:commerce-customer-billing:commerce-customer-address] =
Property commerce_customer_address
Im close but somethings not right!
Modules:
commerce 7.x-1.7
commerce message 7.x-1.0-rc1 + the admin email patch above
message 7.x-1.9
message notify 7.x-2.5
thx for any help...
Comment #9
mglamanThere's some kind of issue with Message. The field message_commerce_order doesn't get imported when you copy the confirmation message. You'll have to attach your own entity reference field for order's and alter the tokens
Example: add field_message_order_ref and replace tokens to field-message-order-ref (something of that sort.)
Comment #10
brightboldThe bug mglaman refers to in #9 is discussed in #1905904: Cloning order notification email results in error and resolved with a patch in #1983138: Cloning a message type doesn't clone the field instances that is included in Messages 7.x-1.9. When I upgraded Messages to 7.x-1.9, cleared the cache, deleted my old cloned message, re-cloned the order notification message and edited accordingly, and updated and re-saved my rule, the error disappeared. Now I have a working admin email notification!
Comment #11
thirdender commentedThis functionality is available in the 7.x-1.x-dev version of the module. It was added in commit 19d2613 in response to Issue 2572767: Add admin order notifications. A separate Message Type for admins and Rule to send the message is now available.
I think we can close this issue.