Skip to main content
Toggle navigation menu
Support home
Community
Submit a request
Search
Duoplane Support Center
Getting Started for Retailers
Getting Started with Duoplane 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
Step 3: Set Up Vendors and Assign to Products
Step 4: Configure Order Processing Automation
Step 5: See Duoplane in Action
Allow Duoplane to Send Email on Your Behalf
Where to Go Next
Learn More: Full Duoplane Demo Video
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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>