Check out

Review your monthly payment details and confirm.
 
Plan Selected
Monthly Total

<% if(itemName) {%>
<%=itemName.CartLineItem.Item.ItemName%>
$<%=parseFloat(itemName.CartLineItem.CheckoutPrice).toFixed(2)%>
 
Taxes
$<%=taxAmount%>
<%}%>
Monthly total
$<%=itemName.TotalCheckoutPrice%>
Billing Address
<% if(customerInfo) {%>
<%=customerInfo.firstName%> <%=customerInfo.lastName%>
<%=customerAddress.street1%>,
<%=customerAddress.city%>,<%=customerAddress.state%>,
<%=customerAddress.zip%>
<%}%>

Credit Card
<% if(ccNumber) {%>
XXXX-XXXX-XXXX-<%=ccNumber.lastFourDigits%>
<%}%>