Trying to get property of non-object
Document | concrete mixer |
---|---|
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 | concrete mixer | CMS page |