Wednesday, January 29, 2014

Display tier prices at category listing page

$_product->setData('tier_price',null);
$_tierPrices = $this->getTierPrices($_product);

2 comments:

  1. I suggest another way that extends default Magento Tier Price function by allowing admins to define tier prices as a percentage.
    That is using a Magento extension called Percentage Tier Price, you can check it out: https://goo.gl/f4nV6x

    ReplyDelete