Daniel Medo Posted April 2, 2013 Share Posted April 2, 2013 (edited) Hi, can someone help how to access current category ID on product page from module hooks ProductTab and ProductTabContent? I already tried this: - access info about category ID from $params in the hooks (no info) - access info about category ID ifrom $_GET variables (no info) - access info from context object (there is only protected info about category with no access) - no info about category ID in cookie object (info only about last visited category id, which I don't need) Any help? Prestashop 1.5.3 Edited April 2, 2013 by Daniel Medo (see edit history) Link to comment Share on other sites More sharing options...
jdietrich Posted May 23, 2013 Share Posted May 23, 2013 In my own module Tools::getValue( 'id_category' ) seems to work. 1 Link to comment Share on other sites More sharing options...
Recommended Posts