Magento-1.9 Price Backend Tierprice – Disable Tier Price in Backend Magento

backendmagento-1.9pricetierprice

Does anyone know a way to not display the tier price in the backend of Magento @product page?

Due to the large list of Tier pice loading a product takes a long time, in de backbend.

when i try to remove the attribute from the Management attributes sets default I get a message I can not remove it.

Best Answer

tier_price is system attribute given by default Magento which can not be deleted. You can manage it by another way.

  1. login in to your database phpmyadmin
  2. Go to your Magento installation database
  3. Find eav_attribute table
  4. Find the entry with attribute code with tier_price
  5. Edit the row and change is_user_defined from 0 to 1.

Now go to Admin -> Catalog -> Attribute -> Manage Attribute Set -> Select Attribute Set and remove tier_price from price group and it will be remove from your product in admin.