Hi guys,
I have a development where I need to render in the front-end the configuration of the ProductCategory attached to a product.
And by this, I mean that I want to list all fields attached to the ProductCategory and their options just like you would display them in the back-end when editing a product.
Not just the values saved on the Group or the product but the entire definition and options.
Is this possible?
I have tried Dynamicweb.Ecommerce.Services.ProductGroups.GetGroup(groupId).Category but it is marked as obsolete.
Any other options?
Thank you,
Adrian