Work

Breadcrumbs on Magento 1.9

  • by

Finding that your breadcrumbs aren’t working in 1.9?  Replace the call with <?php  echo $this->getLayout()->getBlock(“breadcrumbs”)->toHtml()?>

Magento 1.7 Product with Options and Tiered pricing showing wrong percentage discount (100%)

This was bugging me at work today, found the answer at Stack Overflow http://stackoverflow.com/questions/13504056/magento-tier-prices-class-declaration-for-tier-price-in-buy-x-for-y-javascri/16022796#16022796 Essentially, when you have a product set up for tiered pricing… Read More »Magento 1.7 Product with Options and Tiered pricing showing wrong percentage discount (100%)