NorN2 Posted February 3, 2010 Share Posted February 3, 2010 Ahoj,vypínám část modulu v stránce produktu následovným postupem:function hookHeader($params) { if(strpos($_SERVER['SCRIPT_NAME'],'product.php') && $_REQUEST['id_product'] > 14) { return $this->display(__FILE__, 'productattributesnc-header.tpl'); }výsledně tedy - kdyz je id_produkty vyssi nez 14 pouzij productattributesnc-header.tpl'aale...produktu jsou stovky (v subkategoriich ) a byo by snazsi vypnout modul v dane sub kategorii ..Jak mam ale zjistit (a použít) ID_ category která v URL produktů není ?Zkouším něco jako ... $currentCategoryId = intval($_GET['id_category']); if ($_GET['id_category'] == 13 return $this->display(__FILE__, 'productattributesnc-header.tpl');ale nedaří se nedaří...díky NN 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