Skip to product information
1 of 10

Baseball Door Hanger - Monogram Initial Front Door Decor

Baseball Door Hanger - Monogram Initial Front Door Decor

Regular price $ 48.95
Regular price Sale price $ 48.95
Sale Sold out
Shipping calculated at checkout.

One wood Baseball monogram door hanger with bow. It can only be 1 letter; size choices indicate the width of the wood cutout. This is a listing for a made to order door hanger with your choice of color on the monogram and the ribbon. 

  • Size pictured is 20" with bow
DESCRIPTION

One wood Baseball monogram door hanger with bow. It can only be 1 letter; size choices indicate the width of the wood cutout. This is a listing for a made to order door hanger with your choice of color on the monogram and the ribbon. 

  • Size pictured is 20" with bow
View full details
document.addEventListener('DOMContentLoaded', () => { const variantSelects = document.querySelectorAll('[name^="options["]'); const priceContainer = document.querySelector('#price-container'); // Replace with your price container ID
function updatePrice() { const selectedVariant = Shopify.getVariantFromSerializedProduct(window.product); if (selectedVariant) { priceContainer.innerHTML = Shopify.formatMoney(selectedVariant.price, theme.moneyFormat); } else { priceContainer.innerHTML = "Choose an option to see price"; } } variantSelects.forEach(select => select.addEventListener('change', updatePrice)); });