Hasp and staple locks to suit a padlock are available for use with all lockers as displayed on this website. (Photo is indicative of type of lock offered and not necessarily the exact design).
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);
});
});