Trying to get property of non-object
| Document | Category |
|---|---|
| Document type | CMS page |
| Line | 18 |
| Exception class | Cms_ExecutionException |
<div id="category_products">
<? $this->render_partial('shop:category') ?>
</div>
<? endif ?>
<div class="clear"></div>
<div class="category-title-bar title-bar-bottom">
<h2><?= $category->name ?></h2>
<span class="back-top">Back to top</span>
</div>
</div>
| # | Document | Type |
|---|---|---|
| 1 | Category | CMS page |