June 2014
Intermediate to advanced
696 pages
38h 52m
English
When the user clicks the Verify Billing button in the billing view, the review view appears, where the user can review the order, including the shipping and billing information. The review view, shown in Listing 28.18, shows the ordered items with totals as well as the shipping and billing information. Figure 28.7 shows the rendered review view.
Figure 28.7 The review view allows the customer to review the order.
Notice that all the information displayed is still coming from the Customer object inside the scope. The shipping information comes from customer.shipping[0], the billing information comes from customer.billing[0] ...
Read now
Unlock full access