Adding and selling products involves so many actions in between on your site like charging price, checkout page, payment gateways (online payment) etc. One of these important action is “Emails and notifications”. On purchasing any product from your site, user and admin (you) will be fired an email as well as a screen notification message. Now this was just about the email action done on product purchase, similarly there are several other actions too on which emails and notifications are given.

manage-notification

By default, the theme comes up with the relevant email/ notification messages but if you want to personalize these content then you can do it easily with these steps. However, you have no option at back-end to add completely new email for any particular action. To do that, you will have to custom code it.

  • Go to wp-admin -> Theme options -> Manage notifications
  • The whole section is divided into 2 part, “Emails” and “Messages”(that gets display on the user computer screen)
  • You can read the email-subjects to the particular email purpose and modify the content accordingly.
  • If you think that any of the email(s) is not needed then you can easily turn it off by selecting “Inactive” from the “Action” column. By default all the emails and messages will be in “active” mode.
  • You will have to save your changes different for 2 different parts. Meaning, after getting done with emails, click “save all the changes’ button given in its part and repeat the same process for “Messages” as well.