Square plastic number plates to suit your lockers – white background with black numbering. For large quantities please call our offices on 01625 839435
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);
});
});