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…?
Archive for May, 2009
31 May
Few Questions……
31 May
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.
7 May
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 [...]
Recent Comments