<% if(data.productImage){ %>
<% } %>
<% if(data.productName){ %>
<%= data.productName %>
<% } %>
<% if(data.productConfigurableOptions.length > 0){ %>
<% _.each(data.productConfigurableOptions, function(productConfigurableOption) { %>
<%= productConfigurableOption.label %>
<%= productConfigurableOption.value %>
<% }); %>
<% } %>
<% if(data.productPrice){ %>
<% } %>