Skip to content

Smart Lock W/ Camera

SKU K01 HD
Save 19% Save 19%
Original price 80.000 KD
Original price 80.000 KD - Original price 80.000 KD
Original price 80.000 KD
Current price 64.900 KD
64.900 KD - 64.900 KD
Current price 64.900 KD

Material :Zinc alloy
Color: Black
Door Thickness: 35-90mm
Product size: 370*70mm
ProductWeight:2.8KG
Unlock Way: Finger Print + Password + Card + keys+(
UsmartGo)App remotely control

Fingerprint Capacity:100Pcs
Support System: IOS 7.0 or above, Android 4.4 Battery Life:10000times (12 Months) Battery:4.2V-6.5V (namely 4 pcs no.5 dry batteries) Resolution: 500DPI
Working Temperature:-20-60 °C

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