- Issue created by @finex
- 🇮🇱Israel jsacksick
Could you open an MR please?
Also, I think we can update:if (empty($this->attributeFieldManager->getFieldDefinitions($selected_variation->bundle()))) { }
to:
if ($this->getSetting('hide_single') || empty($this->attributeFieldManager->getFieldDefinitions($selected_variation->bundle()))) {
- Merge request !437Issue #3520043 by finex, jsacksick: Add "Hide if there is only one product... → (Merged) created by jsacksick
- 🇮🇱Israel jsacksick
Considering the setting didn't exist, 'hide_single' should default to FALSE to preserve the current behavior and not introduce a breaking change.
Opened an MR.
-
jsacksick →
committed 221d96dc on 3.0.x
Issue #3520043 by jsacksick, finex: Add "Hide if there's only one...
-
jsacksick →
committed 221d96dc on 3.0.x
Automatically closed - issue fixed for 2 weeks with no activity.