It would be good to see the products that have been ordered on the store keeper notification e.g:


Product Details:

%Product.Name%

%Product.ShortDescription%


in the template.

An example of this would be people who are acting as distributors so do not stock the items. This way, you could receive the notification via email (to a mobile device) and order the product(s) on behalf of the customer without having to log in to the site to see what has been ordered.

Where would the best place to implement this?

In the MessageManager I presume you could retrieve a list of the products for the order object passed through to ReplaceMessageTemplateTokens and interate through these, but this may not be the best place to do this.

Thanks,

Ben