Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
688 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhấ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


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhấ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.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 7 25
594
1
thg 7 25
982
1
thg 7 25
1334
2
thg 7 25
482
0
thg 7 25
567