hello, in tpl product info page, i use if $_GET['products_id']==3 ... it works well,
then i tried if ($options_comment[$i] != '' and $options_comment_position[$i] == '0' and $_GET['products_options_id']==2) ... in tpl_modules_attributes , it doesn't work,
what do i set some special things for only two special attributes id? thanks