Skip to main content
Just integrate.
Toggle navigation menu
Tinx website
Microsoft AppSource
Community
Submit a request
Sign in
Tinx apps for Business Central
Integrations
Integrations
Explore our smart Business Central solutions and B2B extensions for e-commerce platforms.
BigCommerce
Quickstart BigCommerce
How to integrate BigCommerce & Business Central?
Amazon
Tinx Amazon Connector Overview
How to create an app as Amazon Private Developer?
Amazon Connector Setup
FBA Return Orders
Settlements - Payment Reconciliation
ChannelEngine
ChannelEngine Connector Setup
Magento
Magento Connector Setup
Customizing the Tinx Connector: A Step-by-Step Guide
Customer Portal
MSI Order Shipping
Subaccounts in Magento (CMinds Extension)
MplusKASSA
MplusKASSA Connector Setup
MplusKASSA integration flows
Daily Closing POS settlements
Connect existing MplusKASSA
Shopify
Setup Shopify Connection
Shopify GraphQL Guide
Shopware
Shopware Connector Setup
WooCommerce
Setup connection for WooCommerce
Send Product Images as Base64
Configure the B2B Customer Portal
Configure the B2B Pricing plugin
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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>