Skip to product information
1 of 13

Anchor Letter Door Hanger - Monogram Nautical Gift

Anchor Letter Door Hanger - Monogram Nautical Gift

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

As a handmade seller, we want nothing more than to have you happy with your wreath. We want your neighbors to swoon, for your guests to compliment you. Please message Pink Door Wreaths with any questions before purchasing.

YOUR LETTER DOOR HANGER:

  • Size indicates the height of the hanger
  • Made with premium burlap ribbon.
DESCRIPTION

As a handmade seller, we want nothing more than to have you happy with your wreath. We want your neighbors to swoon, for your guests to compliment you. Please message Pink Door Wreaths with any questions before purchasing.

YOUR LETTER DOOR HANGER:

  • Size indicates the height of the hanger
  • Made with premium burlap ribbon.
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)); });