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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
366
Tampilan
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.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar