We added a Custom Field for "Lead Time" to the Product Screen (Basic Info) by editing the Files Admin/Products/EditProduct.aspx and Admin/Products/EditProduct.aspx.cs (see attachment). This seems to work correctly and I can see the data is being saved in the ac_ProductCustomFields table. However, now when we try and copy products we get this error message:
Any ideas why? I was wondering whether it was necessary to do something with the ac_CustomFields table? I'm not really sure what it's for.Message: Sys.WebForms.PageRequestManagerServerErrorException: Unable to cast object of type 'CommerceBuilder.Products.ProductCustomField' to type 'CommerceBuilder.Stores.CustomField'.
Thanks in advance