Tel: +1 310-997-0924 (Los Angeles), +82 070-8064-2559 (서울)
X f P D VK IG YT V RSS
도움말

[마젠토/Magento] 첫페이지 바꾸기 (상품 카테고리 페이지)

3월 25, 2013
Make a Category page the homepage in magento.
Is it possible to make a Category page the homepage in magento? How change default Home page url to any page url in Magento?
How to show specific category on home page?
Goto
System > Configuration > Web > Default Pages
and changed
Default Web URL From ‘cms’ to ‘catalog/category/view/id/category_id’ 
Example:
Default Web URL = catalog/category/view/id/10
You can use any other url. Consider the following URL:
http://example.com/catalog/category/view/id/10
Front Name – catalog, Controller Name – category, Action Name – view, Paramater/Value – id/10
Now you can build a URL.
Other example how you can change Home page url to Login page Url
Default Web URL = customer/account/login
resource: http://www.blog.magentosupport.net/2011/02/make-a-category-page-the-homepage-in-magento/