Skip to main content
Toggle navigation menu
Support home
Community
How can we help?
Submit a request
Search
Duoplane Support Center
Getting Started for Retailers
Getting Started for Retailers
Getting Started with Duoplane for Retailers
Reference: Dropshipping Glossary
Duoplane Phone Support
Contacting Duoplane Support
Introduction to Duoplane for Retailers
Step 1: Connect Your Ecommerce Store with Duoplane
Step 2: Enter Your Company’s Information and Logo
See all 12 articles
Connecting Ecommerce Stores
Connect an Amazon Store to Duoplane
Connect a Magento 2 Store to Duoplane
Connect a BigCommerce Store to Duoplane
Connect a Zoey Store to Duoplane
Connect a BigCommerce Store to Duoplane (Legacy API User)
Connect a Magento 1 Store to Duoplane
See all 7 articles
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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>