Skip to content

Union Drawer Lock

SKU
Save 90% Save 90%
Original price 2.500 KD
Original price 2.500 KD - Original price 2.500 KD
Original price 2.500 KD
Current price 0.250 KD
0.250 KD - 0.250 KD
Current price 0.250 KD

Union Drawer/Cabinet Lock – Brass Finish

Made in the United Kingdom

Secure drawers, cabinets, or storage compartments with this high-quality Union lock, manufactured in the United Kingdom. Designed for easy surface mounting, this lock offers reliable security in a compact and durable design.

Product Features:

  • Brand: Union

  • Origin: Made in the United Kingdom

  • Application: Suitable for drawers, cabinets, and lockers

  • Material: Brass cylinder with metal base

  • Finish: Brass

  • Operation: Key locking mechanism with smooth turn action

  • Includes: 1 Lock body + 2 Union-branded keys

  • Mounting Type: Surface-mounted

  • Installation: Pre-drilled holes for easy and quick installation

This lock combines Union’s trusted craftsmanship with practical functionality—ideal for office furniture, filing cabinets, tool drawers, and secure enclosures.

Compare products

{"one"=>"Select 2 or 3 items to compare", "other"=>"{{ count }} of 3 items selected"}

Select first item to compare

Select second item to compare

Select third item to compare

Compare
.product-single__description .more-text{ display: none; } 3. Asset->theme.js-> paste code in bottom of file $(document).ready(function(){ var maxLength = 300; $(".product-single__description").each(function(){ var myStr = $(this).text(); if($.trim(myStr).length > maxLength){ var newStr = myStr.substring(0, maxLength); var removedStr = myStr.substring(maxLength, $.trim(myStr).length); $(this).empty().html(newStr); $(this).append(' read more...'); $(this).append('' + removedStr + ''); } }); $(".read-more").click(function(){ $(this).siblings(".more-text").contents().unwrap(); $(this).remove(); }); });