跳至內容
選單
此問題已被標幟
3 回覆
534 瀏覽次數

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.

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
7月 25
456
1
7月 25
864
1
7月 25
1234
2
7月 25
411
0
7月 25
457