Unhandled Error!
Trying to get property of non-object
Document |
logout_tab |
Document type |
CMS partial |
Line |
2 |
Exception class |
Cms_ExecutionException |
Code Highlight
<div class="tabs accountFunctions">
<div class="user right">Bienvenida, <a href="<?= root_url('/profile') ?>"><strong><?= $this->customer->name ?></strong></a></div><p>
<div class="cart right"><a href="<?= root_url('/cart') ?>">Carrito</a> <?= $this->render_partial('shop:mini_cart') ?></div>
<div class="orders right"><a href="<?= root_url('/orders') ?>">Mis pedidos</a></div>
</div>
# |
Document |
Type |
3 |
logout_tab |
CMS partial |
2 |
tabs |
CMS partial |
1 |
Inner |
CMS template |