How can i get category_id in...
Posted: Tue Oct 11, 2011 11:14 pm
How can i get the category_id from product in catalog/product/product.php?
I tried many ways like this:
No success... 
I tried many ways like this:
Code: Select all
$this->model_catalog_category->getProductsByCategoryId($this->request->get['product_id']);
