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 b56b622 commit ee4744bCopy full SHA for ee4744b
app/code/Meta/Catalog/Model/Product/Feed/Builder.php
@@ -343,9 +343,6 @@ private function getCategoryPath(Product $product)
343
private function trimAttribute($attrName, $attrValue)
344
{
345
$attrValue = trim((string)$attrValue);
346
- if (!$attrValue) {
347
- return '';
348
- }
349
350
// Facebook Product attributes
351
// ref: https://developers.facebook.com/docs/commerce-platform/catalog/fields
0 commit comments