"Lit the Candle"

Few Questions……

what is the value for being so much emotional ?

Or what is the value for dreaming like  a romantic person?

If  i am feeling lonely or if there is none to listen?

Why the world seems so much practical and rude……?

why why ?

what the value of being so much soft hearted…?

May 31, 2009 Posted by milansaha | Personal | | No Comments Yet

How to show products in magento home page?

Its easy.

Edit some products as new product from Catalog>Product>General>Set new Product date from the calender.

Go to CMS frm admin then select the Home page.Now paste the following code in the home page content.

{{block type=”catalog/product_new” name=”home.catalog.product.new” alias=”product_homepage” template=”catalog/product/new.phtml”}}

Now refresh your home page and the products are there. :)

May 31, 2009 Posted by milansaha | Magento | | 5 Comments

Can’t login to magento admin after installation.

If the domain is not a true domain then this problem occurs. Its like if you use your localhost to run magento store,then you will face this problem.

You can overcome this by browsing using ur ip address or you can remove these three line from the following page.

app\code\core\Mage\Core\Model\Session\Abstract\varien.php

$this->getCookie()->getDomain(),
$this->getCookie()->isSecure(),
$this->getCookie()->getHttponly()

Comment these lines  line (may be at line 78…);

Hope magento admin will work now on your localhost with the following url. :)

http://localhost/magento/admin/

Just try out and play with your stores……

May 7, 2009 Posted by milansaha | Magento | | 51 Comments