I am trying to use this add-on on a Commerce Connect 14 site, to add categories to product pages for rendering as search filters.
However, this only seems to work for single-select properties. As soon as I add a multi-select property the site crashes on start-up. This because Commerce Connect doesn't support properties of type IList<ContentReference> out-of-the-box.
I am trying to use this add-on on a Commerce Connect 14 site, to add categories to product pages for rendering as search filters.
However, this only seems to work for single-select properties. As soon as I add a multi-select property the site crashes on start-up. This because Commerce Connect doesn't support properties of type
IList<ContentReference>out-of-the-box.