I would like to know if there is possibility to include customers email into email notification that is sent to sales person after order is made.
I get all the data like name, last name, address of a customer, ordered items, but no email of a customer. Is there a way to add email of customer to email notifications for sales department?
Thanks in advance and best regards.
If you wish to see your customer’s email address in the order confirmation emails sent out by Magento, you will have to edit (or create a new template and assign it to new order emails) the new order confirmation email template and add this code to it.
{{htmlescape var=$order.getCustomerEmail()}}
First make sure you already have the email template in Transactional emails. If you do not know how to do that you can google it or look at this Stackoverflow post: Magento - New Order mail.
In the corresponding transactional email template add the following code wherever you want the email address to appear:
email: {{var order.getCustomerEmail()}}
regards
Related
I have created a new customer attribute to store customer secondary/communication email address details.
I want to send all kind of emails to only secondary/communication email address.
Which is the best way to achieve this ??
Thanks in advance for your suggestions.
I need first name in email new account template [woocommerce]
my code -> https://pastebin.com/iTfM6Nmz
WooCommerce doesn't have this functionality built in. The new account email can be sent before an order is placed, which would mean it's before any user information has been captured like first name.
After an order has been placed and you have billing information, then you could pull it in with something like
"Hi" . $order->billing_first_name . "Your recent order on"
But that would be on order confirmation emails, or anything after account creation.
You could also check out this thread: https://wordpress.org/support/topic/how-to-add-customer-name-to-new-customer-admin-order-email/
It's essentially recommending the Follow Up Emails extension to help customize emails. Again it will struggle if the user hasn't added their account information when they register, though, so you might want to look for a way to require filling in WooCommerce user information during registration, assuming it's separate from the purchase flow.
Change the sender email address of the share wishlist email a customer send when share his wishlist with a friend, i'm trying to put the custmer email as the sender address, and the customer name as the from name, thought it could be done in the admin, you just can change it to another one, but i want the customer email, need some help here
I am trying to find a way to send out an email once the order has been completed within WooCommerce store. How would I go about sending an auto email once the product/order has been ticked finish.
Thanks
WooCommerce automatically send the processing email to user when you place any order and also send the mail to admin for new order you have to do nothing. Are you getting any type of error or something? because after installation all thing works automatically.
I want to send an email to all my customers which will include their password. I tried to first subscribe everyone to the newsletter in the backend, but if I do that a subscription confirmation letter is send. How can I stop that confirmation email from firing, and how to include their login info on a newsletter template?
Thanks in advance.
Try this...
Mass email is extension which allow admin to select multiple users from grid and send them email together.This mass email extension provides you wysiwyg editor for your email content.You can add anything to your email body.
This extension also provides place holders like [customer.firstname],[customer.lastname], [customer.email] which will replace with registred user name email etc when email is sent.This extension is very useful for email marketing your magento products and new added products alerts to customers.
Extension:http://www.magentocommerce.com/magento-connect/mass-email-to-registered-customers-7187.html
Reference Url:
https://www.behance.net/gallery/5247629/Magento-Mass-Email-Extension