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
Delivery Delays Due to Busy Period (UK)
Promoted article
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
Royal Mail Safeplace
Promoted article
What are the shipping costs at Dartshopper?
Which carrier does Dartshopper use to ship my order?
Can I also pick up an order at Dartshopper?
Shipping information personalised products
Where will my order be delivered if I am not at home?
See all 9 articles
Delivery Problems
No track & trace is 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 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
<% } %>
<% } %>