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
Our blog
We are a team of passionate people whose goal is to improve everyone's life.
Blogs:
All
Our blog
Success Stories
Our blog
All
Our blog
Success Stories
No blog post yet.
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); });