Skip to main content
Toggle navigation menu
Support home
Community
How can we help?
Submit a request
Search
Duoplane Support Center
Administration & Settings
General Ecommerce Store Settings
General Ecommerce Store Settings
How to Delete All Data Related to a Customer
Manage Ecommerce Store Information and Inventory Settings
Add a New Store to an Existing Duoplane Retailer Account
Migrate a BigCommerce Legacy API Connection to a Store API Connection
Automatically Create Vendors in Duoplane
Customize Packing Slips
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>