Skip to main content
Toggle navigation menu
Contact form
Call us
English (United Kingdom)
Dansk (Danmark)
Deutsch
Español
Français
Italiano (Italia)
Nederlands
Polski
Svenska
Search
How can we help you?
Search
Shipping information
Delivery status
My parcel has been delivered to a collection point. Can someone else pick it up for me?
Can I change my delivery address?
How do I track my order?
Shipping information
Can I choose my own carrier?
My order status shows "delivered," but I have not received anything yet. What should I do?
Where will my order be delivered if I am not at home?
Can I also collect an order at Lightexpert.nl?
Which carrier does Lightexpert.nl use to send my order
Shipping information UK & Ireland
Delivery issues
My order has been shipped but I have not received anything yet?
The order has been sent to the wrong address. What should I do now?
My order status shows "delivered", but I have not received anything yet. What should I do now?
My tracking link has not provided updates for several days
No track & trace visible
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
<% } %>
<% } %>