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:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1
Cevapla
373
Görünümler
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.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Ol