Skip to main content
Just integrate.
Toggle navigation menu
Website
Submit a request
Sign in
Tinx E-Commerce Connector
Developer Docs
Developer Docs
Release Notes
Release 25.2.1.0 - November 2024
Release 25.0.0.0 - September 2024
Release 24.9.2.0 - August 2024
Release 24.8.0.0 - July 2024
Release 24.7.2 - July 2024
Release 24.0.6.2 - May 2024
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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>