Code: Select all
<?php $id = $this->customer->getCustomerGroupId(); ?>
Code: Select all
Notice: Undefined property: Loader::$customer in /var/www/vhosts/domain.co.uk/catalog/view/theme/themename/template/product/product.tpl on line 3
Thanks!
FCL
Code: Select all
<?php $id = $this->customer->getCustomerGroupId(); ?>
Code: Select all
Notice: Undefined property: Loader::$customer in /var/www/vhosts/domain.co.uk/catalog/view/theme/themename/template/product/product.tpl on line 3
Code: Select all
$this->customer->getCustomerGroupId();
Code: Select all
$this->customer->getGroupId();
Code: Select all
$data['groupId'] = $this->customer->getGroupId();
Code: Select all
echo $groupId;
Code: Select all
Notice: Undefined variable: groupId in /var/www/vhosts/domain.co.uk/public/dev/vqmod/vqcache/vq2-catalog_view_theme_themename_template_product_product.tpl
Code: Select all
$data['groupId'] = $this->customer->getGroupId();
Code: Select all
echo $groupId;
Get Group ID VQMod
Users browsing this forum: No registered users and 89 guests