taeche / SoDoEx

Other
0 stars 0 forks source link

For the completed orders, also send a separate email to the shipping company #12

Open taeche opened 8 years ago

taeche commented 8 years ago

User Story: For all completed orders the system should send an automated emails to not just the customers and us, but also to the shipping company in order to remove the manual step of sending the email

Functional Requirement: A separate email should be sent to the shipping company once an order has been completed. The following is the email address for the shipping company.

daypekr commented 8 years ago

The task is done and applied to DEV site. You can test this with a free product I've added in the shop. Once an order is placed successfully, emails will be sent additionally to whs@theonelogis.com hyunkim@theonelogis.com

taeche commented 8 years ago

Is it configurable? I don't want to send the emails accidentally.

Date: Mon, 14 Mar 2016 23:26:05 -0700 From: notifications@github.com To: SoDoEx@noreply.github.com CC: tae.chekal@outlook.com Subject: Re: [SoDoEx] For the completed orders, also send a separate email to the shipping company (#12)

The task is done and applied to DEV site.

You can test this with a free product I've added in the shop.

Once an order is placed successfully, emails will be sent additionally to

whs@theonelogis.com

hyunkim@theonelogis.com

— You are receiving this because you were assigned. Reply to this email directly or view it on GitHub: https://github.com/taeche/SoDoEx/issues/12#issuecomment-196682547

daypekr commented 8 years ago

Not configurable. The email addresses are embedded in the source code. Let me make it configurable.

daypekr commented 8 years ago

A configuration has been added to change the email addresses and deployed to DEV . You can find it in Admin>WooCommerce>Settings>General>Order Completed email Recepients. Please check it out and test the feature.

image