Start With Magento SETUP
Step 1 ->install Magento
Step 2-> Can't login to Magento admin after installation.
If the domain is not a true domain then this problem occurs. It's like if you use your local host to run Magento store, then you will face this problem.
You can overcome this by browsing using your IP address or you can remove these three line from the following page.
appcodecoreMageCoreModelSessionAbstractvarien.php
Step 3 -You have 1 critical, 4 major, 19 minor and 22 notice unread message(s). Go to messages inbox. Latest Message: Magento Preview Version CE 1.5.0.0-beta2 is now available Read details
Go to
/app/design/adminhtml/default/default/template/page.phtml
Just remove or comment the following line:
getChildHtml('notification_toolbar');?>
4 add product tab
clear cache from admin
5 Add featured product
6 shop by brand
7 install magento-community/Mage_Navadmin
designfrontenddefaultdefaulttemplate
Change Logo:
skin/frontend/default/default/images/
01. logo.gif
02. logo_email.gif
Main Templates:
/public_html/app/design/frontend/base/default/template/page
Side boxes:
/public_html/app/design/frontend/base/default/template/callouts
Majento Product Details Page:
/public_html/app/design/frontend/base/default/template/catalog/product/view.phtml
header:
/public_html/app/design/frontend/base/default/template/page/html/header.phtml
/public_html/app/design/frontend/default/f001/template/page/html
Search box:
/public_html/app/design/frontend/base/default/template/catalogsearch
Footer:
/public_html/app/design/frontend/base/default/template/page/html/header.phtml
in static blocks
remove footer links
/public_html/app/design/frontend/base/default/layout/catalog.xml
/public_html/app/design/frontend/base/default/layout/contacts.xml
/public_html/app/design/frontend/base/default/layout/catalogsearch.xml
Featured:
/public_html/app/design/frontend/default/default/template/inchoo
Compare Products:
/public_html/app/design/frontend/base/default/template/catalog/product/compare
Newsletter Box:
/public_html/app/design/frontend/base/default/template/newsletter
Installed Modules:
/public_html/app/design/frontend/default/default/template
Free themes:
http://www.patternhead.com/found-freebies/21-free-magento-themes-for-your-e-commerce-store
MODULES: /public_html/app/design/frontend/default/default/template
Slider: Simple Banners
magento-community/Banners
{{block type="banners/banners" name="banners" template="banners/banners.phtml"}}
appdesignfrontenddefaultdefaulttemplatebanners
appdesignfrontenddefaultdefaultlayoutbanners.xml
Side Blocks:
magento-community/AsiaConnect_FreeCMS
sidebar-right-top
sidebar-right-bottom
sidebar-left-top
sidebar-left-bottom
content-top
menu-top
menu-bottom
page-bottom
Featured:
magento-community/Inchoo_FeaturedProducts
index.php/featured-products/ (store link)
{{block type="featuredproducts/listing" template="inchoo/block_featured_products.phtml"}}
NEW Products:
{{block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml"}}
/public_html/app/design/frontend/default/f001/template/catalog/product
/public_html/app/design/frontend/base/default/template/catalog/product
/public_html/app/code/core/Mage/Catalog/Block/Product/new.php
Best Seller:
magento-community/Luxe_Bestsellers
{{block type="bestsellers/list" name="home.bestsellers.list" alias="product_homepage" template="catalog/product/list.phtml"}}
Default: {{block type="bestsellers/list" name="home.bestsellers.list" alias="product_homepage" template="catalog/product/list.phtml""}}
Path: /public_html/app/design/frontend/base/default/template/catalog/product/list.phtml
Popular:
magento-community/Luxe_MostViewed"}}
{{block type="mostviewed/list" name="home.mostviewed.list" alias="product_homepage" template="catalog/product/list.phtml"}}
Include static block:
{{block type="cms/block" block_id="home-page-promo"}}
getLayout()->createBlock('cms/block')->setBlockId('footer_links')->toHtml()?>
0 comments:
Post a Comment