I have a solution that needs a custom parameter to select some users and/or groups to be ignored on the tax calculation.
I've tried to use the UserParameterEditor in the AddInParameter but this is returning an error:
Message: Object reference not set to an instance of an object.
StackTrace: at Dynamicweb.Extensibility.UserSelector.GetRadioListItem(String label, String value) at Dynamicweb.Extensibility.UserSelector.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at Dynamicweb.Extensibility.Editors.UserParameterEditor.Render(ConfigurableAddIn addIn, String name, Object value, Hashtable options, String label) at Dynamicweb.Extensibility.Editors.UserParameterEditor.Render(ConfigurableAddIn addIn, String name, Object value, Hashtable options) at Dynamicweb.Extensibility.AddInConfigurator.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at Dynamicweb.Admin.eComBackend.EcomConfigurableAddin_GetParameters.Page_Load(Object sender, EventArgs e)
Source: Dynamicweb
No innerexception
For the UserGroupParameterEditor the editor does not work and shows a message when entering the tax configuration:
I've tried this in two different versions 9.2.17 and 9.4.1 and the errors are the same.
Thanks,
Rui Silva