Magento Expert Forum - Improve your Magento experience

Results 1 to 7 of 7

how to display product in magento home page?

  1. #1

  2. #2
    Moderator shunavi's Avatar
    Join Date
    Mar 2013
    Posts
    124
    Thanks
    9
    Thanked 26 Times in 17 Posts

    Default

    You can add block or widget to CMS home page

  3. #3
    Junior Member
    Join Date
    Jan 2014
    Location
    Hanoi, Vietnam, Vietnam
    Posts
    47
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    To display products on a homepage (for ex. category “on Sale”) you need to open necessary CMS static block or CMS page. With the following code paste the product list (list.phtml) to the page indicating the product category:

    {{block type=”catalog/product_list” name=”product_listing” template=”catalog/product/list.phtml” category_id=”8” }}

    Where:
    category_id — Id of the category, which products you need to show.
    template — the template which will show the products, by default it is catalog/product/list.phtml, but you can create your own.

    You also make your product page more professional with Magento product video extension and Responsive Slideshow extension at Magesolution

  4. #4
    Junior Member
    Join Date
    Mar 2014
    Location
    USA
    Posts
    10
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Follow these steps:

    Go to the homepage in the CMS -> Manage pages and add the following code snippet into the WYSIWYG

    {{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" template="catalog/product/list.phtml"}}
    This should then list all of the products in your shop on that page.

    You could also use the same code to drill down into a specific category, by adding the category variable, e.g.

    {{block type="catalog/product_list" name="home.catalog.product.list" alias="produc

  5. #5
    Junior Member Ocodewire's Avatar
    Join Date
    Jan 2014
    Location
    India
    Posts
    244
    Thanks
    10
    Thanked 16 Times in 15 Posts

    Default

    The best way is to use magento banner slideshow extension, which will add products on your homepage as a slider. Moreover, it will be feasible for your customers to navigate through the list of products without any wastage of time.

  6. #6
    Junior Member
    Join Date
    Nov 2013
    Location
    Noida, India, India
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    I hope this will help you in resolving your concerns.

    Follow these steps:

    Go to the homepage in the CMS -> Manage pages and add the following code snippet into the WYSIWYG

    {{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" template="catalog/product/list.phtml"}}
    This should then list all of the products in your shop on that page.

    You could also use the same code to drill down into a specific category, by adding the category variable, e.g.

    {{block type="catalog/product_list" name="home.catalog.product.list" alias="product.

    You can check the more details and technical support on this from # Magento Developers or Magento Extension Development Company team

  7. #7
    Junior Member
    Join Date
    Mar 2014
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Jaimin Patel View Post
    I want to display my product in magento frontend home page..so tell me how can i solve this issue?
    Hi

    Join me on we have already have done

    Join me on skype: iweballey.dharmesh

    Best Regards
    Ds

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •