We are having issues with custom metafields not showing in the UI. Previously with Commerce Manager we had a tool for editing the forms etc but since CM is depracted, is there anywhere else we do this?
From what I can tell not even the Foundation sample site shows the additonal meta fields.
Metafields are added like this: builder.CreateText(name, friendlyName, isNullable, 255, false)
The fields themselves work fine when dealing with the programmatically.
We are having issues with custom metafields not showing in the UI. Previously with Commerce Manager we had a tool for editing the forms etc but since CM is depracted, is there anywhere else we do this?
From what I can tell not even the Foundation sample site shows the additonal meta fields.
Metafields are added like this:
builder.CreateText(name, friendlyName, isNullable, 255, false)
The fields themselves work fine when dealing with the programmatically.