Please, could you tell me how can i get the product category?
I need to use the category from product on "catalog/controller/checkout/confirm.php" But this method:
Code: Select all
$this->data['category'] = $this->config->model_catalog_product->getCategories(PRODUCT ID);
Code: Select all
Fatal error: Call to a member function getCategories() on a non-object in /home/tribomid/public_html/sieshop/catalog/controller/checkout/confirm.php on line 353
Thanks!