Skip to content

Cart

Your cart is empty

Continue shopping

Are you in the right place?

You're currently on our Austria store. Please confirm your preferred experience.

Lyngby Community 2.0 Logo Hoodie

Dette produkt er en bestillingsvare og leveringstiden vil derfor være op til 3-5 hverdage længere.

Sale price€48,95

Ladies/Gentlemen: Checkers
Size.: s
Logo/print:
{ this.cartQuantities[variant.id] = variant.cartQuantity; }); // Update cart quantities initially // required to ensure the the isBackorder is correctly set initially this.updateCartQuantities(); // Update cart quantities when cart changes document.addEventListener("cart:change", () => this.updateCartQuantities()); document.addEventListener("cart:refresh", () => this.updateCartQuantities()); // Update cart item has backorder or preorder property when cart changes document.addEventListener("cart:change", () => this.updateCartItemHasBackorderOrPreorderProperty()); document.addEventListener("cart:refresh", () => this.updateCartItemHasBackorderOrPreorderProperty()); }, async updateCartItemHasBackorderOrPreorderProperty() { try { const cart = await fetch(`${Shopify.routes.root}cart.js`).then(r => r.json()); this.variants.forEach(variant => { const variant_cart_items = cart.items.filter(item => item.variant_id == variant.id); if (variant_cart_items.length > 0) { const hasProperty = (item) => { if (!item.properties) return false; const preorderText = "Preorder"; return item.properties.hasOwnProperty(preorderText) || item.properties.hasOwnProperty("_is_preorder"); }; const allHaveProperty = variant_cart_items.every(item => hasProperty(item)); const allDontHaveProperty = variant_cart_items.every(item => !hasProperty(item)); if (allHaveProperty || allDontHaveProperty) { // All items are consistent - either all have it or all dont have it variant.cartItemHasBackorderOrPreorderProperty = allHaveProperty; } else { // Mixed state - some have it, some dont (inconsistent) variant.cartItemHasBackorderOrPreorderProperty = false; } if (variant.id === this.selectedVariantId) { this.cartItemHasBackorderOrPreorderProperty = variant.cartItemHasBackorderOrPreorderProperty; } } }); } catch (error) { console.error("Error fetching cart:", error); } }, async updateCartQuantities() { try { const cart = await fetch(`${Shopify.routes.root}cart.js`).then(r => r.json()); this.cartQuantities = {}; cart.items.forEach(item => { if (!this.cartQuantities[item.variant_id]) { this.cartQuantities[item.variant_id] = 0; } this.cartQuantities[item.variant_id] += item.quantity; }); this.variants.forEach(variant => { const cartQuantity = this.cartQuantities[variant.id] || 0; variant.cartQuantity = cartQuantity; if (variant.id === this.selectedVariantId) { if (variant.cartQuantity >= variant.inventoryQuantity) { if (this.hasRequiredPreorderTag == true) { this.isPreorder = true this.isBackorder = false } else { this.isBackorder = true this.isPreorder = false } } else { this.isBackorder = false this.isPreorder = false } this.cartQuantity = variant.cartQuantity; } }); } catch (error) { console.error("Error fetching cart:", error); } }, get remainingBackorderQuantity() { if (!this.useBackorderMaxQuantity) return "1"; const variant = this.variants.find(v => v.id === this.selectedVariantId); if (!variant) return "1"; const cartQty = this.cartQuantities[this.selectedVariantId] || 0; return variant.backorderDeliveryQuantity + variant.inventoryQuantity - cartQty; }, get backorderMessage() { return "Preorder delivery date [placeholder]".replace("[placeholder]", this.backorderDate); } }' @change="(e) => { const currId = $el.querySelector('input[name=\'id\']').value; const newVariant = variants.find(variant => variant.id === currId); if (!newVariant) return; inventoryQuantity = newVariant.inventoryQuantity; cartQuantity = newVariant.cartQuantity; isEligibleForBackorder = newVariant.isEligibleForBackorder; cartItemHasBackorderOrPreorderProperty = newVariant.cartItemHasBackorderOrPreorderProperty; backorderDate = newVariant.variantBackorderDate; selectedVariantId = newVariant.id; if (cartQuantity >= inventoryQuantity) { if (newVariant.stock === 'preorder') { isPreorder = true isBackorder = false } else if (newVariant.stock === 'backorder') { isBackorder = true isPreorder = false } } else { isBackorder = false isPreorder = false } }" >
Description
The Community 2.0 Logo Hoodie combines a relaxed yet athletic fit with a sporty look that's ideal for those casual moments off the field. This casual hoodie is made from a soft blend of recycled polyester and organic cotton and has a brushed inside. Both trendy and comfortable, this hoodie is a great choice to boost team spirit! - Soft fabric made from recycled polyester and organic cotton - Brushed inside - Front kangaroo pocket - Contrast logo on front center - Regular fit [b] This item cannot be exchanged or returned due to club logo. [/b]

Please note that when you purchase an item with a club logo, it cannot be exchanged or returned.

Lyngby Community 2.0 Logo Hoodie
Lyngby Community 2.0 Logo HoodieCheckers / s Sale price€48,95