<% if (item.options.viewableOptions || item.options.viewable_super_attribute) { %>
<% if (item.options.viewable_super_attribute) { %>
<% for (var viewableKey in item.options.viewable_super_attribute) { %>
| <%- viewableKey %> |
<%- item.options.viewable_super_attribute[viewableKey] %> |
<% } %>
<% } %>
<% if (item.options.viewableOptions) { %>
<% for (var viewableKey in item.options.viewableOptions) { %>
| <%- viewableKey %> |
<% if (Array.isArray(item.options.viewableOptions[viewableKey])) { %>
<%- item.options.viewableOptions[viewableKey].join(", ") %> |
<% } else { %>
<%- item.options.viewableOptions[viewableKey] %> |
<% } %>
<% } %>
<% } %>
<% } %>
<% if (item.customDiscount || item.customDiscount > 0) { %>
<% } %>
|
<% if (item.customDiscount || item.customDiscount > 0) { %>
<% } %>
|
delete_sweep |