Skip to main content
Just integrate.
Toggle navigation menu
Website
Community
Submit a request
Sign in
Tinx E-Commerce Connector
E-Commerce Integrations
E-Commerce Integrations
Explore our smart Business Central solutions and B2B extensions for e-commerce platforms.
Amazon
Tinx Amazon Connector Overview
How to create an Amazon Private App?
Amazon Connector Setup
FBA Return Orders
ChannelEngine
ChannelEngine Connector Setup
Magento
Magento Connector Setup
Customer Portal
MSI Order Shipping
Subaccounts in Magento (CMinds Extension)
MplusKASSA
MplusKASSA Connector Setup
Shopify
Shopify Connector Setup
Shopware
Shopware Connector Setup
WooCommerce
Tinx B2B Pricing Plugin
WooCommerce Connector Setup
Download the Tinx apps in Microsoft AppSource
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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>