Blog

Latest Comments

No comments to show.

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>

Redirect test(dot) to www(dot)

All you need to do for this is simply to create the subdomain required and create two[…]

1 4 5 6 7 8 12