Summer 2023 promotion. Get 30% OFF for any extensions with code SUMMER2023

  • Best Magento

    Marketplace Extension

  • Most Reliable

    & Dedicated Support

  • Most Reasonable

    & Flexible Price

How can i remove some fields of product edit page in vendor cpanel?

From version 1.1.0.2 you can customize the add product form easily: Customize the Add product form of vendor

 

 

Edit this file: app/code/local/VES/VendorsProduct/etc/config.xml

Search this code

  1. <product_attribute_restriction>
  2. <vendor_id />
  3. <approval />
  4. <group_price />
  5. <tier_price />
  6. <msrp_enabled />
  7. <msrp_display_actual_price_type />
  8. <enable_googlecheckout />
  9. <group_price />
  10. <sku />
  11. <!-- Put the attribute which you want to remove here -->
  12. </product_attribute_restriction>

Add the attribute which you want to remove to above code.

You can also create a custom module and add a code like the above code to your config.xml

This solution works with Marketplace V1.0.0.6 or newer