- Click Websites on the left-side menu
- Click Hosting Manager
- Click Manage to the right of your website
- Within the website manager, find Product Collections in the bottom right, and click the Manage button there
- Click the Pencil icon to the right of the filter you’d like to change
- Make your changes
- When you’re done, click Save
- Review your changes before Publishing the change to your website
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 }) %> <% }); %>