Actions
ClientProject #3995
openVariant Wise Extra Price Add & UI Hide
Start date:
01/08/2026
Due date:
01/08/2026 (about 3 months late)
% Done:
100%
Estimated time:
4:00 h
Spent time:
Actions
Added by Lamia Akter 3 months ago. Updated 3 months ago.
100%
/* Product configurator (main product page) */
.o_wsale_product_configurator .badge,
.o_wsale_product_configurator span.badge,
.o_wsale_product_configurator .o_extra_price,
.o_wsale_product_configurator .css_attribute_price {
display: none !important;
}
/* Add to cart variants block */
.js_add_cart_variants .badge,
.js_add_cart_variants span.badge,
.js_add_cart_variants .o_extra_price {
display: none !important;
}
/* Variant radios / pills */
.o_variant_radio .badge,
.o_variant_pill .badge,
.o_variant_color .badge {
display: none !important;
}
/* Generic fallback (for future theme changes) */
span.badge:has(+ .js_variant_change),
span.badge:has(+ input[type="radio"]) {
display: none !important;
}