Cookie statement
We use cookies to enhance your experience and deliver personalised content. Read our
Cookie Policy
.
Functional
Ensures the proper technical functioning of our services.
Preferences
Enables personalised settings.
Analytics
Enables analysis and improvement of performance of our services.
Marketing
Enables targeting with the most relevant content and personalised communication on our and third party websites.
Save Preferences
Reject
Customise
Accept
Przejdź do głównej zawartości
Przełącz menu nawigacyjne
Powrót na stronę
Szukaj
Mollie Support
Połącz Mollie z Twoją stroną internetową
Gotowe integracje
Mollie dla Magento
Mollie dla Magento 2
Magento 2: Skonfiguruj swój checkout
Magento 2: Skonfiguruj swój checkout
Magento 2: Set up vouchers
Offer pre-paid credits that can be used to purchase goods or services.
Kategorie
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% categories.forEach(function(category) { %>
<%= category.name %>
<% if (category.sections.length) { %>
<% category.sections.forEach(function(section) { %>
<%= section.name %>
<% }); %>
<% } %>
<% }); %>
<% 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 }) %>
<% }); %>
<% var maxSections = 5 %>
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Kategorie
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% 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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Pokaż więcej
<% } %>
<% } %>