We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfe26a commit e71255eCopy full SHA for e71255e
app/code/Magento/Catalog/Block/Product/View/Attributes.php
@@ -88,7 +88,7 @@ public function getAdditionalData(array $excludeAttr = [])
88
$value = $this->priceCurrency->convertAndFormat($value);
89
}
90
91
- if (is_string($value) && strlen($value)) {
+ if (is_string($value) && strlen(trim($value))) {
92
$data[$attribute->getAttributeCode()] = [
93
'label' => __($attribute->getStoreLabel()),
94
'value' => $value,
0 commit comments