I'm trying to create nice templated email notifications for EasyStore.
It would be nice to have the Order Summary variable broken down into indiviudal variables. In many cases we do not need all of the content that is within the existing {order_summary} variable and it's a bit ugly.

My wishlist:
{product_thumbnail}
{product_title}
{product_quantity}
{product_price}
{product_total}
{order_subtotal}
{order_shipping_cost}
{order_sales_tax}
{order_shipping_tax}
{order_total_tax} (combines sales and shipping taxes}
{order_total}