Facing issue in fetching child product attributes value
I have following code, In which I am fetching attribute values for child and parent products: public function setAttributeValues(array $products) { $this->values = []; foreach ($products as $product) { $attributes = $product->getAttributes(); foreach ($attributes as $attribute) { $value = $attribute->getFrontend()->getValue($product);… Read More »Facing issue in fetching child product attributes value