I am creating a hopping website, and when someone creates an order and checks out, I want the following information to be sent to me, via email or some other method. There are a few pieces of data I would like to send (see below). The website is also static fyi.
I would like to send The Price they spent - a string, a list of all the items(I have an array of objects containing the data), and the shipping type - a string.
I also don't mind how the data is sent, as I'm the only one who needs this info.
Thanks!