Change order of Product Properties when creating or editing
Is there a way to change the order of the product properties that show up when a user is creating a new product or editing an existing one? I'd like to be able to move some properties to the top of the page and arrange them so that it flows better for someone entering the data.
Thanks in advance!
Hello Nick,
The order of the product fields is held inside the Catalog.config file. In order for you to move a field up you must do so inside the config. Navigate to the <sections> tag and you will see all the <field> elements. The order in the config is taken as is meaning whichever field is first there will be first in the backend as well.
Regards,
Ivan D. Dimitrov
Telerik
This worked great. A note to everyone else who may not have known this. There are actually 2 seperate sections for each product. One for create and one for Edit. You will need to edit both if you are expecting the same changes to be there for both screens. Check the "title" of the View to know which one you are editing.