Posted on 13/12/2016 14:33:14
Hi Mads
You cannot add cc mails in the checkout form so the customer can add a cc mail adress. You would have to create a Notifications.eCommerce.Cart.SendingConfirmationMail notification subscriber that will add a CC repcipient to the System.Net.Mail.MailMessage being send.
If the order have both a CustomerEmail and a DeliveryEmail, they will both receive the same mail. So if you do not use the option for DevileveryMail in your current checkout process, you can reuse that field for the CC and 2 mails will be send.
Hope this clarifies.
I've added an item to our backlog to add this feature.
Thanks, Nicolai