0
votes
0answers
40 views

“./” not working with internet explorer

I have a magento based website say www.abc.com I am showing Home button or category in navigation bar. Using URL rewrite I am setting target path as "./". Whenever user is on any other page on my ...
0
votes
2answers
68 views

Add Homepage link to Magento menu bar

I am trying to add a homepage link to the main menu of Magento. I have modified top.phtml in my template/catalog/navigation and added the line <li> <a href="<?php echo ...
2
votes
1answer
247 views

Magento won't show all products on homepage

I am having problems displaying all products on my magento homepage. I have added this code to my CMS - pages - design: {{block type="catalog/product_list" name="home.catalog.product.list" ...
1
vote
1answer
114 views

Problems displaying all products on magento homepage

i am having problems displaying all products on my magento homepage. I have added this code to my CMS - pages - design: {{block type="catalog/product_list" name="home.catalog.product.list" ...
1
vote
2answers
425 views

Add css to only homepage from xml in magento

Want to include css file which is applicable to only homepage from xml file. Tried this : <cms_index_index> <action add css> . . </action> </cms_index_index> using ...
0
votes
1answer
104 views

How to display particular number of product in product listing in Magento?

I need to display particular category's products to home page. So I have written {{block type="catalog/product_list" category_id="3" template="catalog/product/list.phtml"}} and i need to ...
0
votes
1answer
53 views

Custom Magento Homepage - Fix Issue

So the previous web developer has customized our Magento v1.4.1 site to use a page called main.php... It bypasses everything else that is set by Magento as far as Magento goes. I have no way contact ...
1
vote
3answers
175 views

Magento blocks - still not getting it

I have a custom template block (phtml) that is defined like this: <block type="catalog/product" name="a.unique.name" template="dir/dir/customlist.phtml"/> that is defined in CMS home page ...
1
vote
1answer
193 views

Magento - what determines home page layout?

I have a magento installation. In CMS pages I have two entries with URL keys: home_en home_page_sp These seem to govern the entire front page. Each one is for a specific Store View. Both use ...
0
votes
1answer
899 views

magento 1.7 - adding dynamic content to home page

I would like to add dynamic content to front page of Magento site that looks like this... I wrote a small "template program" called myPgm.phtml that looks like this: <?php $cats = ...
1
vote
0answers
105 views

how to display catagory in magento home page

Anybody tell me how to display category in magento home page. I applied lot of techniques but not succeed. Please send me the compleete process to show category in magento home page.
0
votes
1answer
343 views

Magento - Category anchor not showing on home page

I've added a category to the home page using this code. {{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" category_id="4" ...
0
votes
1answer
440 views

Use if else in magento homepage content

I am trying to display a grid view with sale items shown on the homepage filtered by category. I tried to put php if/else block in the homepage content in CMS section of admin, but it doesn't work. ...
0
votes
1answer
1k views

Magento CMS hompage 404 page not found 1

I'm tearing my hair out on this one! I'm trying to use a CMS page for my Magento store front page but I keep getting "404 Not Found 1" page ("Whoops, our bad..."), However, I can access the CMS page ...
2
votes
1answer
545 views

Magento - Show products from a category on homepage without using CMS

I am trying to render the products from a certain category (homepage products) which has the category ID 123 on my homepage.phtml template. I also want to use a new list template I have created which ...
0
votes
1answer
900 views

How do I get the rating summary in new products section on my homepage?

On my homepage I have “New products” section. I created it with the following code: <block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage2" ...
1
vote
3answers
2k views

Magento Homepage Keeps on redirecting to a 404 page

I have been on this issue for almost a week now and have been research all over the net for answers but i could not find one. Problem: each time i access the homepage of my site, it results to a 404 ...
1
vote
6answers
3k views

Set up a cms page for Magento

I've been trying to set up a CMS page in magento to be the home page, and it's just killing me - how hard should this be? no matter what I set up, I get a 404. Can somebody tell me basic steps to set ...
2
votes
1answer
5k views

Magento product listing using ajax

I have to add 5 separate tabs like By category,our picks, most popular top rated, your favorites in home page itself and each of them should list out the products under that one without full page ...