Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
If you want to add a link to a catalog content in a CMS page, use the ContentReference property instead, and decorate it with an [UIHint()] attribute. You can choose all content, catalog content only, node only or entry only, by providing a parameter for that attribute. EPiServer.Commerce.UIHint provides the const you can choose.
Hi,
I'm new to Commerce and I suspect my question has an easy answer.
From a CMS page I'd like to link to CatalogContent but when using the EPiServer.Url property and browsing the catalog all the CatalogContents are disabled only the NodeContents are enabled.
I figured it might be because they were lacking a controller/view so I tried to create my own content type but CatalogContent is not extendable. Creating a ContentController doesn't seem to do it either.
Is there some way to accomplish this?
Thanks!
/Jonas