Try our conversational search powered by Generative AI!

Commerce CatalogContentType in admin - Commerce 8.11.4

Vote:
 

Hello

Should the CatalogContent (ProductBase), be in admin/Pagetypes?

  [CatalogContentType(GUID = "B5DC4034-D266-439E-8204-B09AE715E9CC", 
        MetaClassName = "Hardware_Product_Class",
        DisplayName = "Hardware product",
        Description = "Create hardware product",
        AvailableInEditMode = true)]
    [ImageUrl("~/Static/img/PageBlockTypesImages/product.png")]
    public class HardwareProductContent : ProductBase
    {
        [CultureSpecific]
        [Display(Name = "Model", GroupName = "Content")]
        public virtual string Model { get; set; }

    }



#122827
Jun 16, 2015 11:03
Vote:
 

I'm not sure about your question but why would you want it to appear in the Admin/Page types?

/Q

#122831
Jun 16, 2015 11:19
Vote:
 

If i am unserstanding you correctly, HardwareProductContent can be seen in Commerce Manager as MetClass

Regards
/K

#122856
Jun 16, 2015 17:04
Vote:
 

Sorry guys

Excuse me the strange question... 

But I had some fields that were left from an old configuration of HardwareProductContent , and wanted to remove. I removed from the code (Model), but was still left in the GUI.

But had forgotten that you can remove from Commerce Manager.

Thanks

#122890
Jun 17, 2015 11:50
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.