I can share mine. Hang on….
.
.
.
ok, I’m back with the templates.
Admin (nothing fancy here)
CartThrob was purchased. All rejoice.
{exp:weblog:entries weblog="orders" entry_id="ORDER_ID"}
{title}
{order_items:table}
{/exp:weblog:entries}
Customer
<p>Thanks so much for your recent purchase of CartThrob!</p>
<p>blah blah </p>
<p>Basic Order Data:</p>
{exp:weblog:entries weblog="orders" entry_id="ORDER_ID" show_future_entries="yes"}
<p>{title}</p>
{order_items}
<p>{embed="cart/.email_notification_serial_number" author_id="{author_id}"}</p>
<p>Product: {item:title}</p>
<p>Quantity: {item:quantity}</p>
{/order_items}
{/exp:weblog:entries}
The embed used in the customer template
{exp:weblog:entries limit="1" dynamic="off" author_id="{embed:author_id}" weblog="purchased_items"}License Number: {purchased_item_license}{/exp:weblog:entries}