Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
566 Переглядів

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

Аватар
Відмінити
Найкраща відповідь

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


Аватар
Відмінити
Найкраща відповідь

Hi,

Please refer to the solved Forum:

https://www.odoo.com/sl_SI/forum/pomoc-1/how-to-remove-the-delivery-and-address-portion-from-the-checkout-279368


Hope it helps.



Аватар
Відмінити
Найкраща відповідь

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.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
лип. 25
491
1
лип. 25
889
1
лип. 25
1264
2
лип. 25
424
0
лип. 25
506