How to create contact page in Magento?

{{block type=”core/template” name=”contactForm” template=”contacts/form.phtml”}}

Additional information URL :
http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/contacts/add_fields_to_contact_form
http://www.magentocommerce.com/boards/viewthread/22807/
http://www.magentocommerce.com/company/contact-us/
http://sree.cc/magento_ecommerce_tips/magento-enable-contact-form-add-custom-field-link-to-top-menu

====================================================================================
Magento Re captcha extension is very useful, You guys go here and get that : http://www.magentocommerce.com/magento-connect/fontis-recaptcha.html

How to Popular Tag add & remove in Magento?

1. Go to Admin Panel

2. Select the Catalog => Select Add Tag

3. And what tag you want add here.

And watch below video tutorial url also :

http://fastdot.co.uk/magento-ecommerce/how-to-create-and-approve-tags-in-magento.html

Add :

appdesignfrontenddefaultyourthemelayouttag.xml

<default>

<!– Mage_Tag –>

<reference name=”right”>

<block type=”tag/popular” name=”tags_popular” template=”tag/popular.phtm”>

<action method=”setTemplate”><template>tag/popular.phtml</template></action>

</block>

</reference> </default>

Remove :

go to below URL.

http://stackoverflow.com/questions/2654515/removing-the-block-popular-tags-from-the-index-view-in-magento

Here some more useful things.

that’s all 🙂

This is custome tag add in home page option : {{block type=”tag/popular” template=”tag/popular.phtml”}}

How to View Product in magento?

1. Go to Catalog
2. Create Product or Manage Product
3. Select your Correct Product Attributes
4. Go to Inventory => Select Stock Availability => Select In Stock

Other information what you want add here.

That is All 🙂

http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/cms_and_home_page/add_featured_products_to_home_page

http://www.magentocommerce.com/wiki/4_-_themes_and_template_customization/catalog/add-attributes-to-product-grid

http://www.siteground.com/tutorials/magento/magento_product.htm

How to Display Static Blocks in Particular Category from Magento?

1. Go To Admin Panel
2. Click Catalog => Select Manage Categories
3. Add Categorie OR Edit Categorie
4. Select Display Settings
5. Choose Your Display Mode (Static Block only or what you want)
6. Choose CMS Block Name
And other details what you want you select and your faviour.

that’s all 🙂

How view all product in magento?

http://www.magentocommerce.com/boards/viewthread/26662/

http://www.magentocommerce.com/wiki/3_-_store_setup_and_management/catalog/how_the_store_view_affects_categories_and_products

How to automatically redirect store view ?

http://www.magentocommerce.com/wiki/multi-store_set_up/how_to_automatically_redirect_to_a_store_view_based_on_the_browser_language

How to install IDEAL Payment extension in Magento 1.5.1?

Go Below URL :

http://www.magentocommerce.com/magento-connect/Magento+Core/extension/159/ideal-extension

Then You go Magento Connect Manager ->
Again You login same admin user & password.

Now go setting  –> There you change Preferred State to “beta”.

In the settings tab of the magentoconnect manager set the preferred state to: Beta and the install wil go.

then you go to install that is working well.

That’s all. 🙂

Important Magento Tips

Welcome Message  Changes :
Admin > System > Configuration > Design > Header > Default Welcome Text.

How to show Product Image in Magento?

Mangage Product Image –> Edit Product Image (OR) Add Product Image  —> Inventory –> Stock Availability change to In-Stock.

Magneto View All Products List

<?php
if($this->isLimitCurrent(“all”)):?>
<a href=”<?php echo $this->getLimitUrl($this->getDefaultPerPageValue());?>”>
View Less
</a>
<?php
//  if t last page number is greater than 1
elseif ($this->getLastPageNum()>1): ?>

<a href=”<?php echo $this->getLimitUrl(‘all’)?>” title=”<?php echo $this->__(‘View All Products’) ?>”>
<?php echo $this->__(‘View All’) ?>
</a>

<?php endif;?>

Another one Link :

http://www.magentocommerce.com/wiki/groups/248/display_products_on_home_page

All Products Showing Home Page :

{{block type=”catalog/product_list” name=”home.catalog.product.list” alias=”products_homepage” template=”catalog/product/list.phtml”}}

Single Category All Products :

{{block type=”catalog/product_list” name=”home.catalog.product.list” alias=”products_homepage” category_id=”4″ template=”catalog/product/list.phtml”}}

© 2020 Spirituality