I am new to Infusionsoft. I am trying to get email notifications sent to the correct people after a specific product is purchased from the Infusionsoft Shopping Cart. Specifically, I am trying to get Product1 purchase orders sent to a specified email address. Later I will setup another action so that Product2 purchase orders go to a different email address.
I have a website on company.com which contains purchase product links to the products I have listed on my Infusionsoft account.
Here is what I tried:
E-Commerce Setup -> Actions -> Purchase Actions
In the Default Settings section, you see Actions for: âOn Login (Multi-Step Cart)â, âContact Creation Actionâ, âSuccessful Purchase Actionâ, âFailed Purchase Actionâ, and âError Purchase Actionsâ. I did not setup any of these types of actions.
Instead, in the Products section, I type the first few letters of my product name, and then select it from its auto-fill entry. I then click âActionsâ button next to it.
-I click the âAdd New Actionâ drop-down, and select âSend an Email, Fax, etc.â
-In âWhat do you want to send?â I select âEmailâ.
-I click the âAddâ button next to the âEditâ button so that I can create a new email template.
-I give the template a title like âSend Order Details to orderadmin@mycompany.comâ. In the âFromâ field, I change it to one of the admin email accounts listed. I change the âToâ field to "orderadmin@company.com".
-I set the subject to: âNew Order for ~Contact.Email~â
-I set Send As to âPlain Text (no graphics)â
-In the Plain Text Editor, I have a template like this:
Name: ~Contact.FirstName~ ~Contact.LastName~
Email: ~Contact.Email~
Invoice ID: ~Invoice.Id~
Invoice Total: ~Invoice.InvoiceTotal~
Promo Code: ~OneTimeOrder.PromoCode~
Total Paid: ~Invoice.TotalPaid~
Order Type: ~OneTimeOrder.OrderType~
Order Date: ~OneTimeOrder.DueDate~
-I use the âTest this Emailâ and send a test message to a Contact account created with address of someuser@company.com
-I do successfully recieve the test email message when I check their mailbox account
-In âReady to Send?â I set this value to YES.
-I click save.
-When I purchase this product, I do not see the âNew Order for ~Contact.Email~â email-message in orderadminâs mailbox.
-I tried changing the âToâ email address to someuser@company.com (same address used in Test this Email), and I do another purchase order of the product. But I do not see the email send to the new email address either.
Can anyone tell me what I might be doing wrong?