I have made a custom server/product module.
This product also has lots of custom fields that I use to activate the service on the back end.
1) When the custom fields show up on the adminorder form they are all empty. I would like to prefill some of them based on $params["clientsdetails"] but still leave the option for the person processing the order to customize some values. How would I do that ?
2) When configuring my product's custom fields, I have to un-tick "Admin Only" otherwise the custom field will not appear on the admin order form even though "Show on order form" is checked. What if I want an option to only appear on the admin order form and not the client's ?