- Click Products in your left menu
- Choose Product Search in the sub menu to open your product search page
- Within the Product Search page, click the Product List tab in the bottom right of your screen
- Click the Manage Lists option
- Find the list you would like to rename, and click on the list name
- Type in your new List Name
- Once you've renamed your list, click off of the List Name (you will see a loading icon appear as the new name is saved)
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 }) %> <% }); %>