Island Wide Delivery

To track your order please enter your Order ID in the box below and press the "Track" button. This was given to you on your receipt and in the confirmation email you should have received.

Confirm Your Age

We require users to be 21 years old or over, please verify your age to enter

jQuery(function($) { function fixDeliveryCityLabel() { let label = $('label[for="billing_state"]'); if (label.length) { label.text('Delivery City *'); // Force label change } } // Run on page load fixDeliveryCityLabel(); // Run after WooCommerce updates checkout fields via AJAX $(document.body).on('updated_checkout', function() { fixDeliveryCityLabel(); }); });