Skip to main content
Toggle navigation menu
Contactformulier
Bel ons
English (Ireland)
Čeština
Dansk (Danmark)
Deutsch
English (World)
English (United Kingdom)
English (United States)
Español
Suomi
Français
Magyar
Italiano (Italia)
日本語
Nederlands
Polski
Svenska
Search
Hoe kunnen we je helpen?
Search
Shipping Information
Delivery status
How can I track my order?
Can I change my delivery address?
My order has not been shipped yet. When will it be sent?
My parcel has been delivered to a collection point, what now?
Shipping information
What are the shipping costs at Dartshopper?
Which carrier does Dartshopper use to send my order?
Can I also collect an order at Dartshopper?
Shipping Information for Personalised Products
Where will my order be delivered if I am not at home?
My order has been shipped but I have not received anything yet, what can I do?
See all 7 articles
Delivery Problems
No track & trace visible
My order has been shipped but I have not received anything yet?
My tracking link has not provided updates for several days
My order status shows "delivered", but I haven't received anything yet. What should I do?
The order was sent to the wrong address. What should I do now?
Veel voorkomende onderwerpen…
<% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<%= article.title %>
<%= Util.getExcerpt(article.body, 0) %>
<% }); %>
<% } else { %>
empty
<% } %>
Categories
<% 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 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
Categories
<% 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) { %>
See more
<% } %>
<% } %>