Get FREE SHIPPING on all Paparazzi Jewelry orders $50 or more!

Shipping Policy

When will my order ship? When will I get my order? 

WHEN WILL MY JEWELRY ORDER SHIP?

                               

For all items ordered through Hannah's Heavenly Bling website: All in-stock items are usually shipped with 2 business days. Any items still in transit to the bling shack will ship out as soon as they arrive onsite.

  • If you're using the "Add to Facebook Order" option at checkout, this means you created a "Cart/bin" in my boutique and can add any items to it until that upcoming Saturday morning. After that you'll get an invoice for the $5 flat rate shipping. 
  • All paid invoices get shipped out within 2 business days (this is using the $5 flat rate shipping option) 
  • If you're a NEW Customer please read my pinned post at the top of my business page: 

    www.facebook.com/HannahsHeavenlyBling 

Due to COVID-19, our shipments from Paparazzi headquarters and our FedEx deliveries are backed up and delayed in delivering our orders. We are still shipping out orders as soon as we can, but please be aware that your order may take longer to ship because of these delays.    

Thank you for your understanding and patience.                                                       

document.addEventListener('DOMContentLoaded', () => { const productJson = [...document.querySelectorAll('[id^=ProductJson-')]; if (productJson.length > 0) { productJson.forEach((product) => { const sectionId = product.id.replace("ProductJson-", "shopify-section-"); const variantSKU = document.querySelector('#' + sectionId + ' .variant-sku'); const inputSelects = [...document.querySelectorAll('#' + sectionId + ' .single-option-selector')]; const productInfo = JSON.parse(product.innerHTML); const inputValues = []; const optionValues = []; let count = 0; inputSelects.forEach((input) => { inputValues.push(input.value); optionValues.push(count); input.addEventListener('change', (evt) => { const currentValue = evt.currentTarget.value.toString(); const changedIndex = inputSelects.indexOf(evt.target); inputValues[changedIndex] = currentValue; variantSKU.innerText = ' '; productInfo.variants.forEach((variant) => { if (JSON.stringify(variant.options) == JSON.stringify(inputValues)) { variantSKU.innerText = variant.sku; } }); }); count += 1; }); }); } });