Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <sales_order_view translate="label">
  2. .....
  3. <block type="sales/order_view" name="sales.order.view">
  4. <block type="sales/order_items" name="order_items" template="sales/order/items.phtml">
  5. <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/items/renderer/default.phtml</template></action>
  6. <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/items/renderer/default.phtml</template></action>
  7. <block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
  8. <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
  9. <action method="setValueProperties"><value>class="last a-right"</value></action>
  10. <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml" />
  11. </block>
  12. </block>
  13. </block>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement