MHLE Chrome Safety Razor Stand
The perfect way to display your traditional razor and shaving brush whilst keeping it safe and protecting it from damage. This stand is ideal and will fit all MHLE traditional safety razors including the larger handle traditional razor and the shaving brushes we sell here at Babi Pur. Stylish and minimalist, protect your razor without taking over the bathroom.
- Low profile design, stops your bathroom becoming cluttered
- Compatible with all MHLE traditional razors only, including the large handle
- Made from brass and chrome plated
- Extremely rust resistant
- Helps protect your razor from damage
Measuring 65mm x 75mm, this stand is a low profile, unobtrusive way to hold your razor and protect the blade. Made from brass and chrome plated, it's extremely rust resistant and will last as long as the razor it's holding.
Expertly crafted in Saxony, Germany, MHLE safety razors are the perfect way to introduce zero waste shaving to your bathroom. Made using only the highest quality materials and stainless steel, MHLE safety razors are designed to last a life time and will look fantastic in your bathroom, say good bye to disposable plastic razors and introduce a stylish eco-friendly alternative. Safety razors are an easy way save you money, cut down on your plastic consumption and your waste too. We’re impressed by the traditional vibe combined with impressive build quality that produces a shave equal to or better than the brands you may be used to. Give them a try, you won’t go back.
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1252914",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'1252914',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1252914'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});