These height-increasing Oxford shoes include the visible outsole and hidden insole lift.
Mr. Gershwin is also available in as these may cause your heels to slip out.
FEATURES OF MR. GERSHWIN BROWN
- Oxford height elevator shoes
- Upper material: Premium grade cow leather
- Outsole material: Premium rubber
- Insole material: Non-compressing polyurethane with JENNEN cushion comfort layer
- Total height increase: 7cm
- Visible outer heel thickness: 2.5cm
- Built-in, hidden lift insole thickness: 4.5cm
ABOUT MR. GERSHWIN BROWN
Named after American composer and pianist, Mr. Gershwin is a very popular height-increasing shoe design, and is available in black, brown, vegan black and vegan brown.
This oxford-style features a slightly rounded toe and a subtle double-stitch line over the top, making it a simple and elegant design that will compliment your formal look.
These popular elevator groom shoes have been worn by hundreds of stylish grooms on their wedding day.
Owning a classic pair of elevator formal shoes means you'll be prepared and stylish for any occasion.
Exude masculine charm when you sport these '
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"818236",
"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:'818236',
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:'818236'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});