Unhandled Error!
Trying to get property of non-object
| Document |
Category |
| Document type |
CMS page |
| Line |
2 |
| Exception class |
Cms_ExecutionException |
Code Highlight
<div class="side_by_side_products">
<? foreach ($category->images as $image): ?>
<img src="<?= $image->getThumbnailPath('auto', 'auto') ?>"/>
<? endforeach ?>
<? if (!$category): ?>
<h2>We are sorry, the specified category not found.</h2>
<? else: ?>
<h2><?= $category->name ?></h2>
<p class="description"><?= h($category->short_description) ?></p>
<div id="category_products">
| # |
Document |
Type |
| 1 |
Category |
CMS page |