Hello Artemy,
I suppose that your goal is to hide category name on product detail page. To achieve that you can insert this code:
selector.ShowOptionCategoryName = selector.OptionCategory.CategorySelectionType == OptionCategorySelectionTypeEnum.Dropdownlist;
into the LoadProductOptions method in ShoppingCartItemSelector.ascx.cs, somewhere below:
ProductOptionSelector selector = (ProductOptionSelector)LoadUserControl("~/CMSModules/Ecommerce/Controls/ProductOptions/ProductOptionSelector.ascx");
Let me know if I can help you any further.