Jump to content

get product_ID in overriden CategoryController.php


Corey

Recommended Posts

I override CategoryController.php file and put in the class "ProductController" from ProductController.php file.

In overridden file exist the line:

$id_product = (int)Tools::getValue('id_product')

and I need to get this id from product-list.tpl

In product-list.tpl this ID available as $product.id_product, but how can I get it in class, I don't know.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...