Trying to get property of non-object
| Document | compactor |
|---|---|
| Document type | CMS page |
| Line | 2 |
| Exception class | Cms_ExecutionException |
<div id="product_div_id">
<? if( $product->x_bookpay == 99): ?>
<?php $this->render_partial('shop:product_sale', array(
'product' => $product
)); ?>
<? elseif( $product->x_bookpay == 200): ?>
<?php $this->render_partial('shop:product3', array(
'product' => $product
)); ?>
| # | Document | Type |
|---|---|---|
| 1 | compactor | CMS page |