Blog

Latest Comments

No comments to show.

Magento: My 5 ways to improving your E-Commerce SEO

Step One: Don’t use rel=”canonical” because it’s easier A canonical page is a page that is the preferred version[…]

Adding Google maps into Magento CMS Page

I have been asked to add Google Maps onto a clients website. This is easily done, and[…]

Changing custom option pricing to display total price

I am currently designing a website where the clients requirement is to have the price for custom[…]

How to set column count for catalog search – Magento

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>

1 5 6 7 8 9 13