<% if (items.length) { %>
Begin Checkout
<% } else { %>
<% } %>
Cart Continue shopping
<% for (var i=0; i < items.length; i++) { %>
<% } %>
<%= items[i].data.price_data.product_data.name %>
<%= items[i].data.price_data.product_data.description %>
<% if (items[i].data.price_data.recurring) { %>
<% if (items[i].data.price_data.recurring.interval==='week' ) { %>
Once every <%= items[i].data.price_data.recurring.interval_count %> weeks
<% } %>
<% if (items[i].data.price_data.recurring.interval==='month' ) { %>
<% if (items[i].data.price_data.recurring.interval_count==='1' ) { %>
Once every month
<% } %>
<% if (items[i].data.price_data.recurring.interval_count !=='1' ) { %>
Once every <%= items[i].data.price_data.recurring.interval_count %> months
<% } %>
<% } %>
<% } %>
remove
$
<%= (items[i].total / 100).toFixed(2) %>
Subtotal $ <%= (totals.payment / 100).toFixed(2) %>
Shipping & taxes calculated at checkout
Updating