Order

Here you will find everything you need to know about ordering and your purchase

We ask you not to order multiple sizes to try on. This will not only be a favor to us, but also to the environment.
Read more
Please send us an email with your order number to support@frontlet.de as soon as possible if you would like to cancel your order.

We then check in production whether your order has already been produced or whether cancellation is still possible.
Read more
As soon as you place your order, you will receive an email containing all the important information about your order. This email confirms that we have received your order.
Read more
Yes, to shop at FRONTLET SHOP you need a customer account. Click on the "Login icon" in the upper right corner of the window.

Then click on "Not registered yet? Create an account now " below the form.
Read more
Don't worry, there is still a chance that you can order the item you want. Simply write to us using the contact form Send an email to support@frontlet.de and tell us which item is sold out. We will do our best, but unfortunately we cannot give an exact statement as to when and if an item will be available again.
Read more

Generally, there is no minimum order value at FRONTLET SHOP, but certain payment methods may have a minimum order value. You will be informed if this value is not met.

Read more

{ const header = item.querySelector('.ai-blog-accordion-header-aqko1euphewzquukyvaigenblockd1f03f9cbktcd'); const content = item.querySelector('.ai-blog-accordion-content-aqko1euphewzquukyvaigenblockd1f03f9cbktcd'); if (header && content) { header.addEventListener('click', () => { const isActive = item.classList.contains('active'); if (false) { this.toggleItem(item, !isActive); } else { this.accordionItems.forEach((otherItem) => { this.toggleItem(otherItem, otherItem === item && !isActive); }); } }); } }); } toggleItem(item, shouldOpen) { const header = item.querySelector('.ai-blog-accordion-header-aqko1euphewzquukyvaigenblockd1f03f9cbktcd'); const content = item.querySelector('.ai-blog-accordion-content-aqko1euphewzquukyvaigenblockd1f03f9cbktcd'); if (shouldOpen) { item.classList.add('active'); header.setAttribute('aria-expanded', 'true'); content.style.maxHeight = content.scrollHeight + 'px'; } else { item.classList.remove('active'); header.setAttribute('aria-expanded', 'false'); content.style.maxHeight = '0'; } } } customElements.define('blog-accordion-aqko1euphewzquukyvaigenblockd1f03f9cbktcd', BlogAccordionaqko1euphewzquukyvaigenblockd1f03f9cbktcd); })();