Lazy Susan-Turntable

  • Sale
  • Regular price $43.00
Shipping calculated at checkout.


Keep frequently used home items in reach and easily accessible with this convenient Lazy Susan turntable.  Available in multiple sizes, the Lazy Susan will help you maximize space in cabinets and corners as well as anywhere on your counter tops, so you won't have to move items to get to the ones stored behind them. Great for placing near your cook top to hold your most-used utensils, oils and seasonings.  It is also great for use in your pantry or even in a bathroom cabinet or closet to conveniently store toiletries and cosmetics.

$(document).ready(function() { thumbnails = $('img[src*="/products/"]').not(':first'); if (thumbnails.length) { thumbnails.bind('click', function() { var arrImage = $(this).attr('src').split('?')[0].split('.'); var strExtention = arrImage.pop(); var strRemaining = arrImage.pop().replace(/_[a-zA-Z0-9@]+$/,''); var strNewImage = arrImage.join('.')+"."+strRemaining+"."+strExtention; if (typeof variantImages[strNewImage] !== 'undefined') { productOptions.forEach(function (value, i) { optionValue = variantImages[strNewImage]['option-'+i]; if (optionValue !== null && $('.single-option-selector:eq('+i+') option').filter(function() { return $(this).text() === optionValue }).length) { $('.single-option-selector:eq('+i+')').val(optionValue).trigger('change'); } }); } }); } });