Skip to main content
Toggle navigation menu
Contact form
Call us
English (GB)
Čeština
Dansk (Danmark)
Deutsch
English (World)
English (US)
Español
Français
Italiano (Italia)
日本語
Nederlands
Polski
Search
How can we help you?
Search
Shipping Information
Delivery status
Where is my order?
How can I track my order?
Can I change my delivery address?
My order has not yet been shipped. When will this be sent?
My package has been delivered to a delivery point. Can someone else pick up the order for me?
Shipping Information
Royal Mail Safeplace
Promoted article
What shipping costs can I expect when ordering through Dartshopper?
Which postal service does Dartshopper.com use to ship my order?
Can I pick up my order from Dartshopper directly?
Shipping information customized/personalized products
What happens to the delivery of my order when I'm not home?
See all 9 articles
Delivery Problems
My track & trace doesn't work
My order has been shipped but I haven't received anything yet?
My track & trace has not received any updates for a while
My order is marked "delivered", but I have not received anything yet. What should I do now?
The order has been sent to the wrong address. What should I do now?
Common subjects...
<% 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
<% } %>
<% } %>