On our product pages, we have 4 product variants (1 can, 4 cans, 12 cans, and 24 cans), but we want to hide the first one. This is so that it cannot be ordered on the specific product page, but it should remain available because this variant is needed to form a bundle with this variant (1 can) on another page.
Now, I know how to hide a variant when it’s no longer available, but that’s not the issue here. If I set the 1 can variant to unavailable, this option also doesn’t show up on the page with the bundle builder. It then displays a sold-out message.
Is there some kind of code I can use to ‘display:none’ it on the specific product pages?