November Happy Hour will be moved to Thursday December 5th.
Right now I'm using the property below, but this requires the editor to select one product or variation at a time.
[AllowedTypes(typeof(FashionProduct),typeof(FashionVariant))] [UIHint(UIHint.CatalogEntry)] public virtual IList Options { get; set; }
Any way to enable multiple selection for this kind of content?
Thanks in advance!
That is not something supported out of the box. I don't know if someone created a custom widget to allow that, though :)
Right now I'm using the property below, but this requires the editor to select one product or variation at a time.
Any way to enable multiple selection for this kind of content?
Thanks in advance!