İçereği Atla
Menü
Bu soru işaretlendi
3 Cevaplar
1441 Görünümler

How to remove Address option from the checkout (the website catogory is online store)

Avatar
Vazgeç
En İyi Yanıt

Hi,

Hide the Address Fields with Custom CSS

Easy, quick, works on Odoo Online (SaaS) too (no coding needed)

Go to your website (frontend).

Click "Edit" → "Add HTML/CSS block" .


Paste this CSS code:

<style>

    #checkout_address, .js_address, .o_address_form {

        display: none !important;

    }

</style>


Save and publish.


i hope it is use full


Avatar
Vazgeç
En İyi Yanıt

Quick Idea,

i guess even if it is an online store, you still need an billing address.
Maybe make something like this work for you.

If you need help with the renaming look for my question how to change the names of the checkout steps.

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
3
Eyl 25
1019
1
Tem 25
1317
1
Tem 25
1590
1
Tem 25
2025
0
Tem 25
1093