Project

General

Profile

Actions

ClientProject #3995

open

Variant Wise Extra Price Add & UI Hide

Added by Lamia Akter 3 months ago. Updated 3 months ago.

Status:
Complete
Priority:
High
Assignee:
Target version:
Start date:
01/08/2026
Due date:
01/08/2026 (about 3 months late)
% Done:

100%

Estimated time:
4:00 h
Spent time:
Actions #1

Updated by Lamia Akter 3 months ago

  • % Done changed from 50 to 100
Actions #2

Updated by Lamia Akter 3 months ago ยท Edited

  • Subject changed from Variant Wise Extra Price & UI Hide to Variant Wise Extra Price Add & UI Hide

/* 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;
}

Actions

Also available in: Atom PDF