Add / Edit Product Hide Quantity Discounts,subscribers And Etc

Hi,

I want to remove or hide these options i marked in picture below from vendors, just guide me to the file on server side that control them.

Thanks

picture.png

May be the following module can help you

https://marketplace.cs-cart.com/blocking-tabs-and-parts-of-page-editing.html

or you chose the hard way for free with css coding

backend css using my_changes addon > id of the tab to display:none

something like this

#seo{
display:none}
#qty_discounts{
display:none}
#subscribers{
display:none}
#addons{
display:none}
#product_tabs{
display:none}
#buy_together{
display:none}
#tags{
display:none}
#discussion{
display:none}
#required_products{
display:none}
#blocks{
display:none}


or you chose the hard way for free with css coding


backend css using my_changes addon > id of the tab to display:none


something like this
#seo{
display:none}
#qty_discounts{
display:none}
#subscribers{
display:none}
#addons{
display:none}
#product_tabs{
display:none}
#buy_together{
display:none}
#tags{
display:none}
#discussion{
display:none}
#required_products{
display:none}
#blocks{
display:none}


or you chose the hard way for free with css coding


backend css using my_changes addon > id of the tab to display:none


something like this
#seo{
display:none}
#qty_discounts{
display:none}
#subscribers{
display:none}
#addons{
display:none}
#product_tabs{
display:none}
#buy_together{
display:none}
#tags{
display:none}
#discussion{
display:none}
#required_products{
display:none}
#blocks{
display:none}

Thank you for your answer, Can you guide me to file control this options?


or you chose the hard way for free with css coding

backend css using my_changes addon > id of the tab to display:none

something like this

#seo{
display:none}
#qty_discounts{
display:none}
#subscribers{
display:none}
#addons{
display:none}
#product_tabs{
display:none}
#buy_together{
display:none}
#tags{
display:none}
#discussion{
display:none}
#required_products{
display:none}
#blocks{
display:none}

Thank you for your answer, Can you guide me to file control this options?

 Thank you for your answer, Can you guide me to file control this options?

Please contact addon developers for more details

Thanks to eComLabs Is Very Easy
https://forum.cs-cart.com/topic/37510-how-to-add-custom-css-with-my-changes-addon/#entry209281

Of cource thank to them but i need more help, What i write inside the file?

Of cource thank to them but i need more help, What i write inside the file?

Oh great thanks to you kaltersia you are great person the problem solved thanks again.