Trying to get property of non-object
| Document | quicklook_partial |
|---|---|
| Document type | CMS partial |
| Line | 4 |
| Exception class | Cms_ExecutionException |
<div id="quicklook-content">
<?= open_form() ?>
<h1 class="quicklook"><?= h($product->name) ?></h1>
<div class="clear"></div>
<?= flash_message() ?>
<div id="quicklook-container">
<?
if ($product->images->count) {
?>
<div id="quicklook-left">
<?
| # | Document | Type |
|---|---|---|
| 2 | quicklook_partial | CMS partial |
| 1 | Quick Look | CMS page |