Trying to get property of non-object
| Document | product |
|---|---|
| Document type | CMS page |
| Line | 3 |
| Exception class | Cms_ExecutionException |
<section class="content">
<? if( $product->x_bookpay == 200): ?>
<section id="product" class="product top block" style="margin:15px;">
<?php $this->render_partial('shop:product3', array(
'product' => $product
)); ?>
</section>
<? else: ?>
<section id="product" class="product top block" style="margin:15px;">
| # | Document | Type |
|---|---|---|
| 1 | product | CMS page |