Question

enter image description hereenter image description here

I had applied tier price on products it save data in mage_catalog_product_entity_tier_price database table but it does not show any effect of tier price on view and list page of Website.

<?php echo $this->getTierPriceHtml()  ?>

Does not print and label

Was it helpful?

Solution

  1. Tier price should be lower than special price.
  2. Special price should be lower than Regular price (Price).
  3. No need to modify any files to show tier price at the listing and detailed page

Example:

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top