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…?
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.
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……
-
Archives
- September 2009 (1)
- August 2009 (2)
- July 2009 (3)
- June 2009 (2)
- May 2009 (3)
- April 2009 (2)
- March 2009 (11)
- February 2009 (6)
- August 2008 (1)
- May 2008 (2)
- March 2008 (1)
-
Categories
-
RSS
Entries RSS
Comments RSS