We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0734794 commit 7765351Copy full SHA for 7765351
src/Model/Resolver/Products/DataPostProcessor/Attributes.php
@@ -32,7 +32,7 @@ class Attributes implements ProductsDataPostProcessorInterface
32
{
33
use ResolveInfoFieldsTrait;
34
35
- const ATTRIBUTES = 'attributes';
+ const ATTRIBUTES = 's_attributes';
36
37
/**
38
* @var Data
@@ -294,7 +294,7 @@ protected function isAttributeSkipped(
294
* On PLP, KEEP attribute if it is used on PLP and is visible on FE.
295
* This means if not visible on PLP or is not visible we should SKIP it.
296
*/
297
- return !$attribute->getUsedInProductListing() || !$attribute->getIsVisibleOnFront();
+ return !$attribute->getUsedInProductListing();
298
}
299
300
0 commit comments