The Revolving Shoe Rack

It’s a big hassle when your shoe rack is cluttered and there's a consistent complaint about storage. To all the ardent shoe lovers. You don’t need to hold back from buying another pair of shoes that you really like, as The Revolving Shoe Rack by Panasonic has got you and your family covered.

The Revolving Shoe Rack is customizable for boots and heels as well. With so much to offer, it can very well be the perfect addition to your closet, hall and even an office reception.

Features

  • Store Up To 54 Pairs

  • Rust Free

  • Self Adjustable Shelves

  • 180 Degree Rotation

So, bid farewell to clutter and arrange your shoes in an orderly manner with The Revolving Shoe Rack

wATCH vIDEO

CONTACT FORM

/*contact form*/window.Search = $('.search-box').SumoSelect({csvDispCount: 3, search: true, searchText: 'Enter here.'}); $("#contact_state").change(function () { $("#district").html('')[0].sumo.reload(); $c = $(this).val(); $.get(window.Laravel.base_url+'/districts?state_id=' + $c, function (cities) { $("#district").html(cities)[0].sumo.reload(); }); }); $(document).ready(function(){ var btn = $('.loc'), info = $('.info'); btn.click(function(e) { e.preventDefault(); var index = $(this).index(); info.hide(); info.eq(index).show(); $('.loc').removeClass('current'); $(this).addClass('current'); }); }); $(document).ready(function(){ var btn = $('.loc1'), info = $('.info1'); $(".loc1 a").click(function(e){ e.preventDefault(); info = $('.info1'); var targetid = $(this).attr("href"); info.hide(); $('.loc1').removeClass('current1'); $(this).parent(li).addClass("current1"); $("#"+targetid).show(); }); }); $(document).ready(function(){ var btn = $('.loc2'), info = $('.info2'); btn.click(function(e) { e.preventDefault(); var index = $(this).index(); info.hide(); info.eq(index).show(); $('.loc2').removeClass('current2'); $(this).addClass('current2'); }); }); $(document).ready(function () { $("#contact_form").validate({ rules: { name: { required: true, }, mobile: { required: true, }, }, messages: { name: "Please enter your Name", email: "Please enter your Email Id", mobile: "Please enter your Phone Number", }, submitHandler: function (form) { var url = "https://lsin.panasonic.com/modular-kitchen-contacts"; var str = $(form).serialize(); $.ajax({ url: url, type: 'POST', data: str, beforeSend: function () { $("button[name=submit]", form).attr('disabled', 'disabled'); $("div.loading", form).show(); $("div.form_status", form).hide(); }, success: function (result) { if (result.status == false) { $.each(result.errors, function (index, value) { if (index == "g-recaptcha-response") { $(".g-recaptcha-error").empty().append(value); } else { $("[name='" + index + "']").next('span.error').empty().append(value); } }); $("div.loading", form).hide(); $("button[name=submit]", form).removeAttr('disabled'); } else { window.location = result.redirect; $(form).trigger('reset'); } }, error: function (result, textStatus, errorThrown) { var url = "https://lsin.panasonic.com/send-mail-to-admin"; $.ajax({ url: url, type: 'POST', data: { error: errorThrown, page: 'kitchen'}, success: function (result) { // console.log(result); } }); } }); } } ); });