Our Twin Lockers are the perfect storage solution for when you’re restricted on space. Each compartment comes with a 305mm high internal top shelf with slim hanging space beneath and a double coat hook per person.
Delivery as standard is £40.00 + VAT
Please note we are a B2B supplier only and do not deliver to residential addresses
jQuery(document).ready(function($) {
// When the select field changes
$('#pa_compartments').on('change', function() {
// Get the selected value
var selectedValue = $(this).val();
// Populate the input boxes with the class 'pewc-number-field'
$('.pewc-number-field').val(selectedValue);
});
});