Monthly Archives April 2010

Catalog Search Index refresh running slow or halting/freezing

You no longer need to follow the instructions below, you can use the new tool on Magento Connect instead. Please note. This article applies to Magento 1.4 and greater only. A lot of people are starting to find that with … Continue reading

Posted in Magento | Tagged , , , , , , | 87 Comments

Magento random block generator / block randomiser

This could be pretty useful if you want to combine XML block control with a random content display (eg. banner ads). Very easily achieved, simply create 1 file in ./base/default/template/page/html/random_block.phtml <?php   $children = $this->getSortedChildren();   if(is_array($children)) { shuffle($children); echo … Continue reading

Posted in Magento | Tagged , , , | 6 Comments
Page 1 of 11