axiom007 Posted October 12, 2007 Share Posted October 12, 2007 Ok, so maybe this is a newbie question, but here it goes. I know how to send a message with dynamic data. However, on my online store, I would like to send an email confirmation that has details about their entire order. since each item has it's own row in the order_items table, how would I make it generate an email with all of the pertinent rows. i.e. if a person orders 5 itmes, there would be 5 rows, a person orders 1 item, 1 row etc. Any help would be apprecitated. Link to comment https://forums.phpfreaks.com/topic/73010-creating-an-automated-for-confirming-orders-in-a-shopping-cart/ Share on other sites More sharing options...
MmmVomit Posted October 12, 2007 Share Posted October 12, 2007 You just have to figure out the proper WHERE clause for the sql query. Without knowing your specific database, no one here can help you. Link to comment https://forums.phpfreaks.com/topic/73010-creating-an-automated-for-confirming-orders-in-a-shopping-cart/#findComment-368221 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.