I would like to add a line in under the order number on the Order Confirmation Email that shows the date and time of when they agreed to the terms and conditions, is it possible for someone to help me with the code
Hi @harrypsico167 If you need this customization then contact me directly by mail for services, Contact Info in signature.
Please always provide context, examples: store url, theme name, post url(s) , or any further detail.
It’s possible using cart attributes to add a timestamp to the order with javascript.
https://community.shopify.com/post/613718
Keep in mind this would use the users clock to do the timestamping unless a third party time service is used because the shopify cart page may be cached with the wrong time if using ONLY backend theme code to generate times.