Ahmed Reda abdul-Wahab

Results 1 comments of Ahmed Reda abdul-Wahab

I had the same issue its due there is a field in your query which returns null, So the solution I made is `$item->setTitle(!is_null($product->title) ? $product->title : 'not provided');` `$item->setDescription(!is_null($product->description)...