Skip to product information
1 of 15

Happy Birthday Mesh Wreath | Family Birthday Front Door

Happy Birthday Mesh Wreath | Family Birthday Front Door

Regular price $ 109.95
Regular price $ 0.00 Sale price $ 109.95
Sale Sold out
Shipping calculated at checkout.

Are you looking for a birthday wreath? Look no further than this multi-colored, year round wreath.

YOUR HAPPY BIRTHDAY WREATH:

  • Approximately 24 inches round
  • Made with premium multi-colored mesh.
  • Attached centerpiece (that is removable)
DESCRIPTION

Are you looking for a birthday wreath? Look no further than this multi-colored, year round wreath.

YOUR HAPPY BIRTHDAY WREATH:

  • Approximately 24 inches round
  • Made with premium multi-colored mesh.
  • Attached centerpiece (that is removable)
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)); });