Skip to content

Yale Body Lock

SKU
Original price 3.600 KD - Original price 3.600 KD
Original price
3.600 KD
3.600 KD - 3.600 KD
Current price 3.600 KD
Choose a Color

Yale Heavy-Duty Mortise Lock – Sashlock Mechanism

Available in Silver and Gold Finishes

Enhance your door security with the superior engineering of Yale, a global leader in lock technology. This heavy-duty mortise sashlock is designed for reliable performance in residential and commercial settings, offering smooth operation and robust protection.

Product Features:

  • Brand: Yale

  • Type: Mortise Lock – Sashlock Mechanism

  • Finishes Available: Silver and Gold

  • Material: High-grade steel body with durable faceplate

  • Application: Suitable for wooden doors in homes, offices, and commercial buildings

  • Functionality:

    • Operated by handle for latchbolt retraction

    • Operated by key for deadbolt locking

  • Certifications: CE Certified for safety and quality

  • Installation: Standard mortise fitting for new or replacement applications

Key Benefits:

  • High-security performance with smooth locking action

  • Durable construction built for heavy daily use

  • Versatile design fits a variety of architectural styles

  • Available in elegant Silver or Gold finishes to match any door hardware

Ideal for: Main entrance doors, internal doors requiring added security, and access-controlled areas.

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(); }); });