How To Guide: What If My Door Lock Doesn't Work? | Our Blog

How To Guide: What If My Door Lock Doesn't Work?

{
“.amshopby-option-link [data-amshopby-js=’brand-tooltip’]”: {
“amShopbyTooltipInit”: {
“additionalClasses”: “-no-double”,
“position”: {
“my”: “left bottom-10”,
“at”: “left top”,
“collision”: “flipfit flip”
},
“selector”: “a”
}
}
}

{
“*”: {
“Magento_Customer/js/section-config”: {
“sections”: {“stores\/store\/switch”:[“*”],”stores\/store\/switchrequest”:[“*”],”directory\/currency\/switch”:[“*”],”*”:[“messages”],”customer\/account\/logout”:[“*”,”recently_viewed_product”,”recently_compared_product”,”persistent”],”customer\/account\/loginpost”:[“*”],”customer\/account\/createpost”:[“*”],”customer\/account\/editpost”:[“*”],”customer\/ajax\/login”:[“checkout-data”,”cart”,”captcha”],”catalog\/product_compare\/add”:[“compare-products”],”catalog\/product_compare\/remove”:[“compare-products”],”catalog\/product_compare\/clear”:[“compare-products”],”sales\/guest\/reorder”:[“cart”],”sales\/order\/reorder”:[“cart”],”checkout\/cart\/add”:[“cart”,”directory-data”],”checkout\/cart\/delete”:[“cart”],”checkout\/cart\/updatepost”:[“cart”],”checkout\/cart\/updateitemoptions”:[“cart”],”checkout\/cart\/couponpost”:[“cart”],”checkout\/cart\/estimatepost”:[“cart”],”checkout\/cart\/estimateupdatepost”:[“cart”],”checkout\/onepage\/saveorder”:[“cart”,”checkout-data”,”last-ordered-items”],”checkout\/sidebar\/removeitem”:[“cart”],”checkout\/sidebar\/updateitemqty”:[“cart”],”rest\/*\/v1\/carts\/*\/payment-information”:[“cart”,”last-ordered-items”,”captcha”,”instant-purchase”],”rest\/*\/v1\/guest-carts\/*\/payment-information”:[“cart”,”captcha”],”rest\/*\/v1\/guest-carts\/*\/selected-payment-method”:[“cart”,”checkout-data”],”rest\/*\/v1\/carts\/*\/selected-payment-method”:[“cart”,”checkout-data”,”instant-purchase”],”customer\/address\/*”:[“instant-purchase”],”customer\/account\/*”:[“instant-purchase”],”vault\/cards\/deleteaction”:[“instant-purchase”],”multishipping\/checkout\/overviewpost”:[“cart”],”paypal\/express\/placeorder”:[“cart”,”checkout-data”],”paypal\/payflowexpress\/placeorder”:[“cart”,”checkout-data”],”paypal\/express\/onauthorization”:[“cart”,”checkout-data”],”persistent\/index\/unsetcookie”:[“persistent”],”review\/product\/post”:[“review”],”wishlist\/index\/add”:[“wishlist”],”wishlist\/index\/remove”:[“wishlist”],”wishlist\/index\/updateitemoptions”:[“wishlist”],”wishlist\/index\/update”:[“wishlist”],”wishlist\/index\/cart”:[“wishlist”,”cart”],”wishlist\/index\/fromcart”:[“wishlist”,”cart”],”wishlist\/index\/allcart”:[“wishlist”,”cart”],”wishlist\/shared\/allcart”:[“wishlist”,”cart”],”wishlist\/shared\/cart”:[“cart”],”test”:[“cart”],”freshrelevanceddl\/index\/index”:[“cart”,”checkout-data”],”oglcustomer\/index\/switcher”:[“*”],”braintree\/paypal\/placeorder”:[“cart”,”checkout-data”],”braintree\/googlepay\/placeorder”:[“cart”,”checkout-data”]},
“clientSideSections”: [“checkout-data”,”cart-data”],
“baseUrls”: [“https:\/\/www.morehandles.co.uk\/”],
“sectionNames”: [“messages”,”customer”,”compare-products”,”last-ordered-items”,”cart”,”directory-data”,”captcha”,”instant-purchase”,”loggedAsCustomer”,”persistent”,”review”,”wishlist”,”apptrian_pinterest_pixel_matching_section”,”recently_viewed_product”,”recently_compared_product”,”product_data_storage”,”paypal-billing-agreement”] }
}
}

{
“*”: {
“Magento_Customer/js/customer-data”: {
“sectionLoadUrl”: “https\u003A\u002F\u002Fwww.morehandles.co.uk\u002Fcustomer\u002Fsection\u002Fload\u002F”,
“expirableSectionLifetime”: 60,
“expirableSectionNames”: [“cart”,”persistent”],
“cookieLifeTime”: “3600”,
“updateSessionUrl”: “https\u003A\u002F\u002Fwww.morehandles.co.uk\u002Fcustomer\u002Faccount\u002FupdateSession\u002F”
}
}
}

{
“*”: {
“Magento_Customer/js/invalidation-processor”: {
“invalidationRules”: {
“website-rule”: {
“Magento_Customer/js/invalidation-rules/website-rule”: {
“scopeConfig”: {
“websiteId”: “1”
}
}
}
}
}
}
}

{
“body”: {
“pageCache”: {“url”:”https:\/\/www.morehandles.co.uk\/page_cache\/block\/render\/id\/4840\/”,”handles”:[“default”,”wordpress_default”,”wordpress_post_view_default”,”wordpress_post_view”,”wordpress_post_view_4840″,”wordpress_post_view_default_4840″,”wordpress_post_view_how_to_guide_what_if_my_door_lock_doesnt_work_troubleshooting_workflow”,”searchanise_handler”],”originalRequest”:{“route”:”wordpress”,”controller”:”post”,”action”:”view”,”uri”:”\/blog\/how-to-guide-what-if-my-door-lock-doesnt-work-troubleshooting-workflow\/”},”versionCookieName”:”private_content_version”} }
}

window.__lc = window.__lc || {};
window.__lc.license = 6890221;
if(livechat_visitor_data) {
window.__lc.visitor = livechat_visitor_data;
}

(function() {
var lc = document.createElement(‘script’); lc.type = ‘text/javascript’; lc.async = true;
lc.src = (‘https:’ == document.location.protocol ? ‘https://’ : ‘http://’) + ‘cdn.livechatinc.com/tracking.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(lc, s);
})();

var LC_API = LC_API || {};
LC_API.on_after_load = function() {
require([‘Magento_Customer/js/customer-data’], function (customerData) {
var cart = customerData.get(‘cart’);
var count = cart().summary_count;

if(localStorage) {
var storageCount = localStorage.getItem(‘lcCount’);
if(parseInt(storageCount) !== count) {
getCart();
}
localStorage.setItem(‘lcCount’, count);
}

var count = cart().summary_count;
cart.subscribe(function () {
if (cart().summary_count !== count) {
getCart();
if(localStorage) {
localStorage.setItem(‘lcCount’, cart().summary_count);
}
}
});
});
}

function getCart() {
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
var customVariables = JSON.parse(this.responseText);

if (customVariables.length <= 0) {
customVariables = [{"name":"Cart", "value":"customer's cart is empty"}];
}

LC_API.set_custom_variables(customVariables);
}
};
xhttp.open("GET", "https://www.morehandles.co.uk/livechat/getcart/"+"?success=0", true);
xhttp.send();
}

Part of the More Handles ‘How To Guide…’ Series.

This week we have a useful Troubleshooting Workflow for if your door lock is not working properly.

Sometimes a door lock will stop working correctly.  Perhaps the latch mechanism is sticking or the handles do not retract the latch when operated.  This can be at best irritating and at worst can leave you trapped inside a room!

The issue is simple – either the latch mechanism has failed, or there is a problem with the way the latch or lock has been fitted into the door.

Here we have a useful Workflow Diagram to help you troubleshoot the problem and easily fix the lock or latch to ensure a smooth operation.

If there is still an issue with the operation of your door lock or latch please give one of our experts our call and we will be pleased to help.

More Handles has a huge range of door locks and tubular latches to fit any situation. Our Door Handle andDoor Lock ‘Nerds’ are available Weekdays bewteen 9-5 on TEL – 01228 516516, and we welcome all questions however silly you think they are!

<!–

Written by Limely

–>

Similar Posts