Product details
Begin Creation
Product Details
<% var categoryName = '';
if(product) {
var category = product.category ? product.category.find(function(c){ return !c.parentId }) : null;
categoryName = category ? category.name : '';
}
if (categoryName === 'Canvas With Mounting Options') { %>
<% } %>
<% console.log(product) %>
var categoryName = '<%= product.category[0].name %>';
var start = $("#beginCreation").children();
if (categoryName === 'Drop-off Store Services') {
$(start).children().html("Click for the next step");
}