- To delete an attribute to a product using the attribute spreadsheet, find the product in the left product details section
- Once, you've found your product, move to the right to the desired attribute column you need to update
- With the attribute cell selected, click the drop-down menu found to the right
- Select the attribute you'd like to remove from this product
- Once selected, the attribute will be automatically removed from the attribute cell
- Move on to the next attribute or product you need to update.
Search
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>