[Notice] Trying to get property 'URL' of non-object

GET /fr/e-shop/produits/beton/mortier

Line 258 in /home/ubuntu/holcim-shop-proto/mysite/code/DataObjects/ProductGroup.php

Source

249     {
250         $html = false;
251         if ($this->ImagePath) {
252             $html = CloudinaryResource::getImgTag($this->ImagePath, [
253                 'width' => 668,
254                 'height' => 442,
255                 'crop' => 'fill',
256             ]);
257         } elseif ($this->ImageID) {
258             $html = "<img src='/e-shop" . $this->Image()->CroppedImage(668, 442)->URL .
259                 "' alt='" . $this->Image()->getTitle() . "'>";
260         }
261 
262         return $html;
263     }
264 

Trace

Mortier

Mortier

Mortel

Le mortier est un mélange composé d’un liant (ciment ou calcaire), de sable et d’eau. D’autres additifs/adjuvants peuvent être ajoutés. Le mortier est caractérisé par sa teneur en ciment, la dimension de ses granulats et sa consistance. Le béton selon la norme SN EN 206 Manuel de pompage de béton

Soutien