Hi guys,
I forgot how to save a value to a custom group field via the API.
I've created a new field on my groups, and now i'd like to save something to it.
Dynamicweb.eCommerce.Products.Group group = new Dynamicweb.eCommerce.Products.Group(); group.Name = cat.Name; group.Description = cat.Description; group.SmallImage = cat.Image; group.Save();
I have something like this now, but i need to save something to my customfield "PdfLink" aswell.
Regards
Martin
Ps. I'm ofc. creating a cat shop :-P