<block type="sales/order_email_items" name="items" template="email/order/items.phtml">
   <action method="addItemRender">
      <type>default</type>
      <block>sales/order_email_items_order_default</block>
      <template>email/order/items/order/default.phtml</template>
   </action>
   <action method="addItemRender">
      <type>grouped</type>
      <block>sales/order_email_items_order_grouped</block>
      <template>email/order/items/order/default.phtml</template>
   </action>
   <block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
      <action method="setLabelProperties">
         <value>colspan=&quot;3&quot; align=&quot;right&quot; style=&quot;padding:3px 9px&quot;</value>
      </action>
      <action method="setValueProperties">
         <value>align=&quot;right&quot; style=&quot;padding:3px 9px&quot;</value>
      </action>
      <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
         <action method="setIsPlaneMode">
            <value>1</value>
         </action>
      </block>
   </block>
</block>
<reference name="items">
   <action method="addItemRender">
      <type>bundle</type>
      <block>bundle/sales_order_items_renderer</block>
      <template>bundle/email/order/items/order/default.phtml</template>
   </action>
</reference>
<reference name="items">
   <action method="addItemRender">
      <type>downloadable</type>
      <block>downloadable/sales_order_email_items_order_downloadable</block>
      <template>downloadable/email/order/items/order/downloadable.phtml</template>
   </action>
</reference>
<reference name="order_totals">
   <block name="cod_fee" type="cashondelivery/order_totals_cod" before="tax"/>
</reference>
