Home
Oil & Wax
Extra rubber feet for cutting boards
Extra rubber feet for cutting boards
MSRP:
Was:
Now:
$9.00
(You save
)
SKU:
UPC:
Gift wrapping:
Options available
Shipping:
Calculated at Checkout
Extra rubber feet for cutting boards (four feet). If ordering for a different or new address, please specify in the order notes the date of your original board purchase so we can do our best to match the feet.
Dimensions: Approximately 6½ inches (160 mm) in diameter and 20 mm tall.
\n", 200),
mainEntityOfPage: {
'@type': 'WebPage',
'@id': "https://treeboard.com/rubber-feet/"
},
inventoryLevel: {
'@type': 'QuantitativeValue',
value: '0'
},
itemCondition: 'http://schema.org/NewCondition'
};
if (price) {
richSnippet.offers = {
'@type': 'Offer',
price: '',
priceCurrency: 'USD',
itemCondition: 'http://schema.org/NewCondition',
availability: 'http://schema.org/InStock',
url: "https://treeboard.com/rubber-feet/"
};
}
if (parseInt(ratingValue, 10) > 0) {
richSnippet.aggregateRating = {
'@type': 'AggregateRating',
ratingValue: ratingValue,
reviewCount: ratingCount
};
}
var script = document.getElementById(stampedSchemaId) || document.createElement('script');
script.id = stampedSchemaId;
script.type = 'application/ld+json';
script.text = JSON.stringify(richSnippet);
document.head.appendChild(script);
}
addEventListenerStamped(document, 'stamped:reviews:loaded', injectStampedSchema);
if (document.readyState === 'complete' || document.readyState === 'interactive') {
setTimeout(injectStampedSchema, 1200);
} else {
document.addEventListener('DOMContentLoaded', function () {
setTimeout(injectStampedSchema, 1200);
});
}
})();