Olives-of-the-Month Packs

Price
$13
Taxes and shipping calculated at checkout
Frequency:
3 months
Size:
Pint
document.addEventListener('DOMContentLoaded', function() { // Initialize date picker const datepicker = document.getElementById('shipping_datepicker'); if (datepicker) { flatpickr(datepicker, { dateFormat: 'Y-m-d', }); } // Function to update month dropdown fields based on the selected frequency window.updateMonthFields = function(frequencyId, monthFieldPrefix) { const frequency = document.getElementById(frequencyId).value; const monthCount = frequency === '3 Months' ? 3 : frequency === '6 Months' ? 6 : 0; // Show or hide month fields based on the frequency for (let i = 1; i <= 6; i++) { const monthField = document.getElementById(monthFieldPrefix + i + '_field'); if (monthField) { monthField.style.display = i <= monthCount ? 'block' : 'none'; } } }; // Function to validate form submission const form = document.querySelector('form[action*="/cart/add"]'); form.addEventListener('submit', function(event) { const requiredFields = form.querySelectorAll('.required'); let allFieldsValid = true; requiredFields.forEach(function(field) { if (!field.value) { field.classList.add('invalid'); allFieldsValid = false; } else { field.classList.remove('invalid'); } }); if (!allFieldsValid) { event.preventDefault(); // Prevent form submission if validation fails alert('Please fill out all required fields.'); } }); });
In stock and ready for shipping
Product Information

This is the perfect gift for yourself, or for someone that you olive a lot. Select a container size for your monthly package, plus the type of olives that you’d like each month for three or six months. Then sit back, relax, and let the happiness begin!