Master keys can be ordered from Simply Lockers at any time to suit lockers you have previously ordered from us. Just one master key will open all the compartments for the lockers you buy.
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);
});
});