Skip to main content
Toggle navigation menu
Support home
Community
How can we help?
Submit a request
Search
Duoplane Support Center
Administration & Settings
Administration & Settings
General Settings
FAQ: How Data is Managed in Duoplane
View and Edit Duoplane Billing Information
Manage Your Own User Information and Communication Preferences
Configure Email Settings and Reply-To Addresses
Administration & Settings Overview
Manage Company Users and Contacts (for Retailers)
See all 8 articles
Global Settings for Purchase Orders
Change the Numbering Convention of Purchase Orders
Remove or Include Packing Slips with Purchase Orders
Configure Information Displayed on POs
Automate or Schedule PO Processes
Global Product & Inventory Settings
Lock or Override Edited Product Attributes
Track Inventory for Products with Multiple Channels or Suppliers
Manage Warning Messages in Duoplane for Wholesale Cost Requirement
Set the Default Weight Unit of Measurement for Products
Manage a Product's Locked Attributes
Global Order Management Settings
Configure Information Accessible to Vendors
Add or Edit Shipping Carriers and Custom Carriers
Learn More: Order Management 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
Templates
Reference: Liquid Filters and Operators
Reference: Liquid Template Objects and Placeholders
Customize Return Authorization Email Template
Add Images from Shopify to a Packing Slip
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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>