Overslaan en naar hoofdcontent gaan
Aanmelden
Een aanvraag indienen
Aanmelden
Een aanvraag indienen
EGLO Online Help-Center
Retour & terugbetaling
Retour & terugbetaling
Hier lees je hoe je artikelen retourneert en wanneer je je terugbetaling ontvangt.
Retour & procedure
Ik heb geen retourlabel ontvangen?
Een retourzending aanmelden
Wanneer krijg ik mijn geld terug?
Heb je geen retourlabel ontvangen?
Beschadigd, verkeerd of onvolledig geleverd
Hoe lang duurt het voordat mijn klacht of retourzending is afgehandeld?
Ik heb het verkeerde artikel ontvangen – wat moet ik doen?
Wat als een artikel beschadigd aankomt?
Termijnen, kosten & voorwaarden
Krijg ik een vervangend exemplaar of mijn geld terug?
Moet ik de verzendkosten voor het terugsturen zelf betalen?
Hoe lang heb ik de tijd om mijn bestelling te annuleren of te retourneren?
Categorieën
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Navigatiemenu in- en uitschakelen
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categorieën
Categorieën
<% 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) { %>
Zie meer
<% } %>
<% } %>