add wishlist add wishlist show wishlist add compare add compare show compare preloader
ReelUp tracking pixel Read the Privacy Policy

Free Shipping on Orders over £40. Orders below £40 Shipping £3.99.

  • phone 01254 677041
  • electro-marker-icon Store Location
  • Currencies
    • CAD
    • GBP
    • USD
    L/A
👁️ [COUNT] People are currently viewing this product.
document.addEventListener('DOMContentLoaded', function() { // Override the variant change function const originalVariantChange = window.yourVariantChangeFunction; // Replace with actual function name // Or listen for variant changes if your theme emits events document.addEventListener('variant:change', function(event) { const variant = event.detail.variant; updateStockDisplay(variant); }); function updateStockDisplay(variant) { const inventoryWrappers = document.querySelectorAll('.product-details_inventory_status'); inventoryWrappers.forEach(wrapper => { const lowStock = wrapper.querySelector('.inventory_low-stock'); const itemsStock = wrapper.querySelector('.inventory_items-stock'); if (variant && variant.inventory_quantity !== undefined) { if (variant.inventory_quantity > 20) { if (lowStock) lowStock.textContent = '20+ in stock'; if (itemsStock) itemsStock.textContent = '20+ in stock'; } else if (variant.inventory_quantity > 1) { if (lowStock) lowStock.textContent = `${variant.inventory_quantity} items low stock`; if (itemsStock) itemsStock.textContent = `${variant.inventory_quantity} items in stock`; } else { if (lowStock) lowStock.textContent = `${variant.inventory_quantity} item low stock`; if (itemsStock) itemsStock.textContent = `${variant.inventory_quantity} item in stock`; } } }); } });

Customer Reviews

Be the first to write a review
0%
(0)
0%
(0)
0%
(0)
0%
(0)
0%
(0)