How do I remove the Phone, City, Zip Code etc from the checkout page? I am not able to figure it out so if you help it'll be appreciated :]
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
665
瀏覽次數
Hi,
By default there is no options, you have to inherit and make the field invisible and set a default value for those fields to bypass the required attribute.
Also check out this app: https://apps.odoo.com/apps/modules/17.0/website_sale_address_management
Thanks