Hi
I would like to disable some product tabs while adding product on admin panel.
They are:
Subscruption list tab
Tags
Attachments
how to do that?
Thanks in advance.
Hi
I would like to disable some product tabs while adding product on admin panel.
They are:
Subscruption list tab
Tags
Attachments
how to do that?
Thanks in advance.
Use products.post.php controller for the backend to change navigation.tabs data in Registry
sorry could you explain how to find these files?
Use products.post.php controller for the backend to change navigation.tabs data in Registry
These tabs are defined in the following files
app/addons/attachments/controllers/backend/products.post.php
app/addons/tags/controllers/backend/products.post.php
app/controllers/backend/products.php
Sorry, I am still not aware which fields I need to delete to disable these tabs from admin panel:
Attachments; Subscriptions; Modules; Tags; and Layouts.
These tabs are defined in the following files
app/addons/attachments/controllers/backend/products.post.php
app/addons/tags/controllers/backend/products.post.php
app/controllers/backend/products.php
I suggest you to hire someone if you are not familiar with CS-Cart architecture. We recommned you to make all these changes with the My changes module