Skip to content

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()?>

Hacking form.mini.phtml – list all options of an attribute

  • by

So I needed a slightly customised advanced search for a client.  Really I just needed 1 attribute and prices to be searchable from every page on the site. <?php $catalogSearchHelper = $this->helper(‘catalogsearch’); ?> <?php $maxQueryLength=… 

Magento 1.7 – Hiding Part of Price.phtml

  • by

In my previous post I showed you some code discovered in a website, which would show you how much you were saving in both currency and percentage on the price output. However my client wanted… 

Add New Tab to Products Panel – Magento 1.4.1.1

  • by

Firstly a little background. Our client has two sets of products which have custom finishes. 7mm Products and 10mm Products. These are grouped in attribute sets called 7mm Finishes (attributesetid == 16) and 10mm Finishes… 

Magento Connect Downloader (1.4+) Unable to unpack

If you find yourself repeatedly receiving messages like: ERROR: Unable to unpack /public_html/downloader/pearlib/download/some_awesome_module.tgz After checking permissions (which should be right to have gotten this far) you could try the fix below. Tar <- download this tar.php… 

Create a jQuery Plugin

  • by

http://web.enavu.com has regularly made to it to the front of my reading list – the great thing about smart phones is the ability to read anywhere (except whilst driving, but then you just get the phone… 

s2Member®