- 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
- Next, click Add Filter to the right within your Product Collection
- In the Add Filter window, click on Master Category under the Common filters section
- In the Master Category filter editor, select whether you’d like to include or exclude the following list of Master Categories in the top right corner
- Once you’ve selected to include or exclude the Master Categories you can start adding the Master Categories that you’d like to include or exclude from this Product Collection
- Click the “+” icon to the right of each Master Category to add it to the right “selected options” section.
- 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 }) %> <% }); %>