How To Change Tabs For New Product?

At this stage, we need only

General

Shipping - optional

Features

Tags

Tabs can be changed in the app/controllers/backend/products.php or products.post.php controller in your addon.

As for features, they are linked through categories and therefore not displayed until category is defined

Tabs can be changed in the app/controllers/backend/products.php or products.post.php controller in your addon.

As for features, they are linked through categories and therefore not displayed until category is defined


Thank you. You mean master_products/controllers/backend/products.post.php ?


Thank you. You mean master_products/controllers/backend/products.post.php ?

I meant that it can be done, for example, with My changes module. In this case path to file will be

app/addons/my_changes/controllers/backend/products.post.php ?