This topic is locked

email to seller with details

7/12/2011 11:45:42 AM
Shopping Cart Template general questions
M
mfred author

I need to setup an email to the seller that shows all the order details such as items orders, quantities and shipping address. I tried both the "send simple email" and "send email with new data" in the "after record added" on the shopsales_order_main. The best that I get is with the "send email with new data". This shows the shipping address but not the items orders, etc.

admin 7/15/2011

You will need to write a SQL query that pulls all order items for the current order and loop through them adding each order item to the email body.