Step One: Don’t use rel=”canonical” because it’s easier A canonical page is a page that is the preferred version[…]
I have been asked to add Google Maps onto a clients website. This is easily done, and[…]
I am currently designing a website where the clients requirement is to have the price for custom[…]
Try this in your app/design/ your theme /template/catalog/product/list.phtml <pre> <?php $_productCollection=$this->getLoadedProductCollection(); $_helper = $this->helper(‘catalog/output’); $this->setData(‘column_count’,5); <—— add this line ?> </pre>