Hiding Product tabs in Admin

Did you check it in the vendor area, not in the admin panel?

Yes, double checked now, no go, it seems that cart is not pulling the file. I double checked directory path and file name as well, everything seems correct.

Yes, double checked now, no go, it seems that cart is not pulling the file. I double checked directory path and file name as well, everything seems correct.

You checked app/addon/my_changes/controllers/backend/products.post.php file, right? And is My changes add-on enabled?

You checked app/addon/my_changes/controllers/backend/products.post.php file, right? And is My changes add-on enabled?

 Double checked my_changes addon is enabled and working for hiding field on General Tab.

[root@host public_html]# cd app/addons/my_changes/controllers/
backend/ common/
[root@host public_html]# cd app/addons/my_changes/controllers/backend/
[root@host backend]# ls
products.post.php
[root@host backend]# vi products.post.php
[root@host backend]# ls -la
total 12
drw-rw-rw- 2 root root 4096 Sep 4 17:38 .
drw-r–r-- 4 root root 4096 Sep 3 16:06 …
-rw-rw-rw- 1 root root 379 Sep 3 15:59 products.post.php
[root@host backend]#

 Double checked my_changes addon is enabled and working for hiding field on General Tab.

[root@host public_html]# cd app/addons/my_changes/controllers/
backend/ common/
[root@host public_html]# cd app/addons/my_changes/controllers/backend/
[root@host backend]# ls
products.post.php
[root@host backend]# vi products.post.php
[root@host backend]# ls -la
total 12
drw-rw-rw- 2 root root 4096 Sep 4 17:38 .
drw-r–r-- 4 root root 4096 Sep 3 16:06 …
-rw-rw-rw- 1 root root 379 Sep 3 15:59 products.post.php
[root@host backend]#

Please provide me with temporary FTP access to your store and I will check the issue.

Try to add the following line to products.post.php file

fn_print_r($_REQUEST);

Then go to product details page and check if you see debug information

P.S. Make sure that the My changes module is installed and has the Active status (Add-ons -> Manage Add-ons)

Please provide me with temporary FTP access to your store and I will check the issue.

Sent you ftp access

Sent you ftp access

Please check PM.

Please check PM.

Done..