You can also create new datatypes that allows you to use your own controls in the property list if its a matter of generating a little more complex ui that doesn't retain too much space. Just FYI :). That is done by implementing a ControlFactory and ControlAdapter. However your solution is perfectly suitable :)
Custom tab for product
Hey,
I have a lot fields for my product definition and I want to create for some fields my own custom tab. Is there a way to do this?
Hello Pasha,
Yes. This is possible. You can hide them in the normal field editor by removing the render in editor and then add a tab using this guide:
http://docs.ucommerce.net/ucommerce/v5/extending-ucommerce/extending-ucommerce-admin.html
Then you would just have to get those fields by product in your usercontrol.
Out of curiosity why do you want them in a custom tab ?
Best regards
Morten
Thanks for help.
I have more than 15 my custom properties for product. And some of them are separated by different business logic.
You can also create new datatypes that allows you to use your own controls in the property list if its a matter of generating a little more complex ui that doesn't retain too much space. Just FYI :). That is done by implementing a ControlFactory and ControlAdapter. However your solution is perfectly suitable :)
Regads
Morten
is working on a reply...