Order details, like order confirmation, should display each shipping group and its relevant information such as the addressee, the shipping method, the items in the shipping group, the subtotal before tax and shipping, shipping costs, sales tax, and a total cost for each group.

This illustration is described in the preceding text.

The following binding pattern iterates over the shippingGroups array in the widget shown above.

<!-- ko with: orderDetails-->
  <!-- ko foreach: shippingGroups -->
    Mark-up for shipping group here...
  <!-- /ko -->
<!-- /ko -->

Copyright © 1997, 2017 Oracle and/or its affiliates. All rights reserved. Legal Notices