Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3 Ответы
563 Представления

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


Аватар
Отменить
Лучший ответ

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
1263
2
июл. 25
424
0
июл. 25
503