if(in_array(osc_item()['fk_i_category_id'], array(1,2,3,4,5))) { .. map code ...}
@SIGWhen you insert map on search/item page manually, you can check based on category ID.Let's say it's item page, then:Code: [Select]if(in_array(osc_item()['fk_i_category_id'], array(1,2,3,4,5))) { .. map code ...}