Skip to Content

Contact us



Contact us about anything related to our company or services.
We'll do our best to get back to you as soon as possible.

Snath Furniture & Decor
  • +1 403-321-3805
  • snathfurniture@gmail.com
document.addEventListener("DOMContentLoaded", function () { function hidePickupBtn() { const btn = document.querySelector('#o_delivery_form button[name="o_pickup_location_selector"]'); if (btn) btn.style.display = "none"; } hidePickupBtn(); // In case Odoo re-renders the delivery block const obs = new MutationObserver(hidePickupBtn); obs.observe(document.body, { childList: true, subtree: true }); setTimeout(() => obs.disconnect(), 10000); });