Skip to content

Glass Profile Smart Lock

SKU XTX908
Save 14% Save 14%
Original price 69.900 KD
Original price 69.900 KD - Original price 69.900 KD
Original price 69.900 KD
Current price 59.900 KD
59.900 KD - 59.900 KD
Current price 59.900 KD
1.Material: Aluminum Alloy & Acrylic
2.Color: Black & silver
3.Door Thickness:10-20mm

4.Product size: 200*75mm

5.Product Weight: 1.8KG6.Unlock Way: Finger Print+ Password + Card + (Tuya)app Remote Control Unlock

7.Support System: IOS 7.0 or above, Android 4.4
8.Battery Life:12000times (18 Months or above)
9. Battery: 4.2V-6.5V (namely 4 pcs no.5 dry batteries)
10.Working Temperature:-20-65 °C11.Working Temperature:10%-90%

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