- From the dashboard, start a keyword search (pen, cup, mugs, etc.) and click the magnifying glass to view the product results
- On the product results page, apply any further filters such as supplier, production time, category, etc.
- Then click the Add to List button located at the bottom right of each product in the results (You will see the button change to say "In List")
- When you're done adding products for your Product List, click the Product List tab at the bottom right of your screen
- In the Product List section that appears, click on the Add to Website option above your products in the list
- In the next window that opens, enter the Collection name
- Select the website you want to add this Collection to
- Click the Add to Website button
- Once this is complete, the catalog will be added to your website.
- You may want to save your product list for future reference, here's how
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 }) %> <% }); %>