I cannot figure out how to remove/toggle off the new dog ear badge on each product.
See my site at Purple Pepper dot org forward slash shop
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
1
Trả lời
407
Lượt xem
In Odoo 18, the dog-ear badge on products is a new UI feature. To remove or toggle it off, try the following methods:
1. Disable in Settings (If Available)
- Go to Website → Configuration → Settings.
- Look for an option related to Product Labels/Badges and disable it.
2. Hide via CSS
If no setting exists, you can hide it using CSS:
- Go to Website → Customize → Edit HTML/CSS.
-
Add the following CSS in your custom theme:
css
CopyEdit
.o_product_badge { display: none !important; }
- Save and refresh the page.
3. Remove via XML/QWeb (Advanced)
If it's rendered via QWeb, override the template:
- Locate the template (e.g., website_sale.product_badge).
- Use a custom module or website customization to remove the badge element.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký