<% for (var index in eachOrder["items"]) { var itemClass = ""; if (index % 2 == 0) { itemClass = "even-item"; } var item = eachOrder["items"][index]; %> <% if (typeof item.customDiscount != "undefined") { %> <%- $t("Custom Discount") %> <% } %> <% if (item.options.viewableOptions || item.options.viewable_super_attribute) { %> <% if (item.options.viewable_super_attribute) { %> <% for (var viewableKey in item.options.viewable_super_attribute) { %> <% } %> <% } %> <% if (item.options.viewableOptions) { %> <% for (var viewableKey in item.options.viewableOptions) { %> <% if (Array.isArray(item.options.viewableOptions[viewableKey])) { %> <% } else { %> <% } %> <% } %> <% } %>
<%- viewableKey %>: <%- item.options.viewable_super_attribute[viewableKey] %>
<%- viewableKey %>: <%- item.options.viewableOptions[viewableKey].join(", ") %><%- item.options.viewableOptions[viewableKey] %>
<% } %> <% } %>