Skip to Content

Order

Address

Payment

Order summary

Quick reorder
Your cart is empty!

Shop

Recommendations


Your Dynamic Snippet will be displayed here... This message is displayed because you did not provide both a filter and a template to use.
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); });