Corey Posted November 10, 2011 Share Posted November 10, 2011 Hi Guys! How can I get product_ID from product-list.tpl in overriden CategoryController.php? Thanks in advance Link to comment Share on other sites More sharing options...
jacky75 Posted November 10, 2011 Share Posted November 10, 2011 May you better specify what you want to do? product_id is already available in product-list.tpl, you don't need any override. Link to comment Share on other sites More sharing options...
Corey Posted November 10, 2011 Author Share Posted November 10, 2011 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now