- Issue created by @DamienMcKenna
- Status changed to Postponed: needs info
8 months ago 10:52am 10 May 2024 - 🇮🇱Israel jsacksick
Are you not using the "commerce_product_variation_title" widget? There is the following setting:
$element['hide_single'] = [ '#type' => 'checkbox', '#title' => $this->t("Hide if there's only one product variation"), '#default_value' => $this->getSetting('hide_single'), ];
Perhaps you could elaborate with screenshots as I'm not 100% sure about the issue reported here...
- 🇺🇸United States DamienMcKenna NH, USA
This is the product type view mode settings:
- 🇺🇸United States DamienMcKenna NH, USA
Ah! I had to edit the Order Item Type form display settings, that was the step I was missing.