i have a composite product which has this component:
only 1 product in this component
product is default
is required = yes
The checkbox is enabled by default. But the customer can still uncheck the component which does not make sense in this case and might confuse the customer. Could you lock the checkbox in this case so that the customer can't change it?
Hi,
i have a composite product which has this component:
The checkbox is enabled by default. But the customer can still uncheck the component which does not make sense in this case and might confuse the customer. Could you lock the checkbox in this case so that the customer can't change it?
What do you think?
Attached files: 2026-02-18 22-49-05.mp4
Hi Rudolf,
Please follow these steps:
#1. Install an updated version: https://www.dropbox.com/scl/fi/31kumshj4600l0683xii5/wpc-composite-products-7681.zip?rlkey=8d1yr9b9zn0vdjtskjzju1937&dl=1
#2. Add the CSS code below to WP-Admin → Appearance → Customize → Additional CSS:
.wooco_component_product[data-required="yes"][data-count="1"] { pointer-events: none; }Best regards,
Dustin