I'm trying to create a custom "ty-product-bigpicture__right" that shows different information according to the product's feature variant.
I've tried searching for how to "Get the variant name", and I found the following:
$product.product_features.33.variants.{$product.product_features.33.variant_id}.variant
I've tried playing around with it, and this allows me to get the variant names that aren't in groups. Does anyone know how to tweak this so it takes the variant from a feature that's in a feature group?