<%if (product.hasSaleSkus) {%>
was <%=product.listPriceText%>
<%if (product.hasMultiplePrices) {%>
select colors <%=product.salePriceText%>
<%} else {%>
now <%=product.salePriceText%>
<%}%>
<%} else {%>
<%=product.listPriceText%>
<%}%>
<%if (product.hasFreeShipping) {%>
FREE SHIPPING
<%}%>
<%if (product.colors && product.colors.length > 1) {%>
<%_.each(product.colors, function(color){%>

<%})%>
<%}%>
<%}else{%>