Different email notification per different payment method
Hi folks!
I m struggling since a week to setting email notification order to send two different email depending by payment system method.
For exemple : I d like when user select Paypal system payment to receive a custom email .
Or when a user select Bank Transfer to receive another custom email.
I tried with rule in checkout settings. Creating two notification email But in only one email notification I get the token :
[message:message-commerce-order:commerce-customer-billing:commerce_customer_address]
[message:message-commerce-payment]
No way out ! I ve tried with commerce email too, but can't get what I wanna.
Thanks
Comments
Missing Token Payment Method in order mail
Here what I receive by order email:
[commerce-payment-transaction:payment-method]
[message:message-commerce-payment:payment-method]
Here are the details for your order #60, placed on Thu, 01/31/2013 - 15:10
View your order
Ship to
jucca
Via della libertà
89831 papajonti Brindisi
Italy
[message:message-commerce-payment]
Items in your order
Product Price Quantity Total
asdasdasd () 23,00 € 1 23,00 €
Subtotal 23,00 €
Corriere Espresso 7,80 €
Order total 30,80 €
Order questions ? Contact us
[message:message-commerce-payment:payment-method]
[site:current-cart-order:field-payment-info]
[site:current-cart-order:field-payment-info:original][site:current-cart-order:field-payment-info:order]
I think Drupal Commerce is better way to build a E commerce site, hope this issue will solved.
Thanks in advance
Have looked into the
Have looked into the Kickstart documentation?
http://www.drupalcommerce.org/commerce-kickstart-2/rich-email-notifications
Yes I did, the problem is the
Yes I did, the problem is the token [message:message-commerce-payment:payment-method] won't work in email order.
I don't know why??
Thanks a lot joshmiller
Same problem here
I'm having the same problem here. In particular, I can't get any payment tokens to work or a field token from Commerce Customizable Products or Commerce Fieldgroup Panes.
I've posted an issue in the queue at http://drupal.org/node/1905580
Solved partially with:
Solved partially with:
Disable rule send email and
>Activate Commerce email
In Commerce Email works only Commerce email Token, so (at the moment) add only these Token >>
Orders Email
Name from Customer Profile [commerce-email:customer-name] Full name of customer
Order Items [commerce-email:order-items]
That's all, hope somebody help to enhance token payment system.
payment method token
I've got almost the same problem.
I use commerce email module. It sends only 1 type of order email but I want to send 1 type for payment method: bank transfer, and an other one for payment method COD.
I set in rules but it didn't work... I couldn't expose order items in table etc..etc...
SO I figured out that I need payment token used in commerce email module but This module is not content this token.
Do you know anything about payment token which is showing the currently chosen payment method under the checkout process.
Bests, Marci