Skip to Content
Home
Contact us
Contact Us
Sign in
0
Low Price Guarantee
Standard Shipping
0
Home
Contact us
Low Price Guarantee
Standard Shipping
Sign in
Contact Us
Order
Address
Payment
Order summary
Quick reorder
Quick reorder
Your cart is empty!
Shop
Recommendations
See all
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); });