magento feed
http://www.gomage.com/extensions/advertising-marketing/gomage-feed-pro.html/#
.......................................
Social links
http://www.magentocommerce.com/magento-connect/Meanbee/extension/4103/meanbee_ordershare
..........................................................
leftnavegation:-:
http://www.magentocommerce.com/magento-connect/sidebar-navigation-menu-4554.html
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
category id perticular products
http://www.magentocommerce.com/answers/discussion/1771/getting-specific-category-id-from-product/p1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
solve error for ship order in admin
$shippingMethod = $this->getData('shipping_method');
replace this line at the line no 133 item.php
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
show latest post in magento
http://fishpig.co.uk/wordpress-integration/adding-recent-posts-to-the-homepage/
http://www.sonassi.com/knowledge-base/magento-kb/integrate-wordpress-feeds-in-magento/
------------------------------------------------------------------------------
Twotter extension as slider and more
http://www.packtpub.com/article/integrating-twitter-magento#more
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
wordpress blog
http://www.magentocommerce.com/magento-connect/wordpress-integration.html
++++++++++++++++++++++++
twitter
http://www.magentocommerce.com/magento-connect/catalog/product/view/id/11920/
+++++++++++++++++++++++++
display attribute
<?php
$product = Mage::getModel('catalog/product');
$attribute=$product->getResource()->getAttribute("color");
if($attribute->usesSource()){
$options = $attribute->getSource()->getAllOptions(false);?>
<td>
<?php foreach ($options as $_item):
//print_r($_item);?>
<li> <a href="#"><?php echo $_item['label'] ?></a> </li>
<?php endforeach ?>
</td>
<?php }
?>
....................................
<?php
$product = Mage::getModel('catalog/product');
$attribute=$product->getResource()->getAttribute("color");
if($attribute->usesSource()){
$options = $attribute->getSource()->getAllOptions(false);?>
<td>
<?php foreach ($options as $_item):
//print_r($_item);?>
<li> <a href="<?php echo Mage::registry('current_category')->getUrl();?>?color=<?php echo $_item['value'];?>"><?php echo $_item['label'] ?></a> </li>
<?php endforeach ?>
</td>
<?php }
?>................................................................................
==================================================================
paging in new product
http://www.dnawebagency.com/displaying-new-products-in-magento-with-pagination
*************************************************************
inner zoop product extension
http://www.magentocommerce.com/magento-connect/moo-cloudzoom.html
*************
http://www.magentocommerce.com/magento-connect/cloud-zoom-4634.html
**************************************************************************
upgrade magento version
http://www.expertmagentodevelopers.com/blog/how-to-upgrade-from-magento-1-5-1-to-magento-1-6-0/
http://www.slideshare.net/expertmagentodevelopers/learn-how-to-upgrade-to-magento-16
+++++++++++++++++++++++++++++++++++++++++++++++++++++
category import using csv
http://blog.srmklive.com/2011/03/21/how-to-export-categoriessubcategories-from-x-cart-to-magento/
++++++++++++++++++++++++
Create multiple store
http://www.magentocommerce.com/magento-on-the-fly/multiple-sites2
++++++++++++++++++++++++++++++++++++++++++
search contant from cms extension in magento
http://www.magentocommerce.com/magento-connect/tangkoko-and-fidesio-cms-search.html
++++++++++++++++++++++++++++++++
IMP Extensions : http://www.magentocommerce.com/magento-connect/developer/Magazento
+++++++++++++++++++++++++++++++++++++++++++++++++
tutorials magento
http://www.scribd.com/doc/77640577/70/Layered-Navigation
++++++++++++++++++++++++++++++++++++++++
filter by price good extension
http://magento.virginsoft.net/index.php/filter
+++++++++++++++++++++++++++++++++++
yougasht
http://yoast.com/landing-pages-module-magento/
+++++++++++++++++++++++++++++++++++++++++++++++++
statick block
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('featured')->toHtml() ?>
++++++++++++++++++++++++++++++++++++++++++++
imp extension
http://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/
+++++++++++++++++++++++++++++++++++++
seo friendly url
http://www.bestdesigns.co.in/blog/remove-index-php-url-magento
+++++++++++++++++++++++++++++++++++++++++
Recently sold item
http://www.magikthemes.com/question-answers/how-to-show-best-selling-products-on-home-page-in-magento/
+++++++++++++++++++++++++++++++++
Multiple shipping accordint to order amount
http://www.magentocommerce.com/magento-connect/pickup-at-event-multiple-flatrates.html
++++++++++++++++++++++++++++++++++++++++++++++++++++++
for sql query
http://fishpig.co.uk/magento-tutorials/direct-sql-queries-magento
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
light box paid with multiple image
http://www.magentocommerce.com/magento-connect/brandammo/extension/6534/progallery_advanced_product_image_gallery
+++++++++++++++++++++++++++++++++++++++++++++++++++
Custom module
http://www.exploremagento.com/magento/simple-custom-module.php
++++++++++++++++++++++++++++++++++++++++++
very imp roted images 360 degree
http://www.jquery4u.com/plugins/jquery-360-degrees-image-display-plugins/
++++++++++++++++++++++++++++++++++++++++++++
Currency with flag
http://www.magentocommerce.com/boards/viewthread/240341/#t341337
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
left nevigation
http://www.magentocommerce.com/magento-connect/Rico+Neitzel/extension/763/vertical-navigation-with-css-classes
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BL( ballu.malav@gmail.com )
Multiple flate rate
http://www.magentocommerce.com/magento-connect/sherrie/extension/306/pickup-at-event--multiple-flatrates
++++++++++++++++++++++++++++++++++++++++++++
Best seller TopRating/Populer/Reviews/New/BestSeller
http://www.magentocommerce.com/magento-connect/Magazento/extension/6647/magazento_homesellers
{{block type="homepage/topsell" template="magazento/homepage/topsell.phtml"}}
{{block type="homepage/new" template="magazento/homepage/new.phtml"}}
{{block type="homepage/popular" template="magazento/homepage/popular.phtml"}}
{{block type="homepage/toprated" template="magazento/homepage/toprated.phtml"}}
{{block type="homepage/review" template="magazento/homepage/review.phtml"}}
Extensions
http://www.ecommercecircle.com/magento-extensions-ecommerce-store_3912793.html
I-Banner
http://www.magentocommerce.com/magento-connect/magestore/extension/1850/banner-slider
+++++++++++++++++++
http://www.magentocommerce.com/magento-connect/Theodore+Doan/extension/4330/my_ibanner
+++++++++++++
extension for blog
http://www.magentocommerce.com/magento-connect/aheadworks/extension/1516/blog-extension-by-aheadworks
-------------------------------------------------------------
extension for joom image
Mpycho_Jquery_Lightboxes
http://192.168.1.11/sextoynew/
Create product type
http://www.zetaprints.com/magentohelp/web-to-print-product-type-compatibility/#config
2 http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-a-configurable-product/
3 Very importent extension
http://www.zetaprints.com/magentohelp/create-simple-web-to-print-products/
For shipping
http://addoa.com/blog/how-restrict-free-shipping-magento
http://www.magentodevelop.com/blog/category/magento-admin/magento-shipping
+++++++++++++++++++++++++++++++++++++++++++++++
Live chect extension
http://www.magentocommerce.com/magento-connect/isidore/extension/3246/zopim-live-chat
******************************************************************************
Shipping extension
http://www.webshopapps.com/
+++++++++++++++++++++++++++++++++++++++++++++++++++++
For onsale
http://www.magentocommerce.com/magento-connect/thirty4+interactive/extension/841/catalog-sale-items
++++++
http://www.h-o.nl/blog/display-special-priced-products-on-homepage-magento/
++++++++++++++++++++++++++++++++++++++++++++
FOR ON SALE
http://www.magentocommerce.com/boards/viewthread/16098/
http://jainsamaj.org/rpg_site/literature4.php?id=89
http://www.magentocommerce.com/boards/viewthread/16098/
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
display random product
http://blog.decryptweb.com/random-products-in-magento/
+++++++++++++++++++++++++++++++++++++
randon best seller
http://www.magikthemes.com/question-answers/how-to-display-random-products-on-home-page-in-magento-theme/
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
onsale product extension
http://www.mage-world.com/advance-on-sale-products-magento-extension
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
http://www.magentocommerce.com/magento-connect/developer/clockworkgeek
Free extension
+++++++++++++++++++++++++++++
pagging with new arrival products
http://www.magentocommerce.com/boards/viewthread/31159/
+++++++++++++++++++++++++++++++++++
For MP3 Player Extension
http://www.webdesignbooth.com/10-easy-to-implement-flash-based-mp3-players-for-your-website/
2 http://www.magentocommerce.com/magento-connect/desv.us/extension/5390/mp3_flash_player
3
http://www.instantshift.com/2010/02/10/21-free-music-players-for-your-website/
++++++++++++++++++++++++++++++++++++++++
Free Testmonial extension
http://www.magentocommerce.com/magento-connect/Turnkeye.com/extension/4876/testimonials_pro
++++++++++++++++++++++++++++++
Contacu Us form
http://www.mage-world.com/quick-contact-extension-for-magento
+++++++++++++++++++++++++++++++++++
Free module
http://www.magentocommerce.com/magento-connect/rebimol/extension/7232/webforms
+++++++++++++++++++++++++++++++++++
http://www.richardcastera.com/blog/magento-add-additional-fields-to-the-contact-form
+++++++++++++++++++++++++++++++++++++
Cloth Extension
For clolor
http://demo.temgra.com/index.php/color-views/color-views-magento-extension-magento-plug-in.html
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
http://www.magentocommerce.com/magento-connect/temgra/extension/893/color-swatches
++++++++++++++++++++++++++++++++++++
http://techdad.wordpress.com/2010/02/20/most-downloaded-magento-extensions/
+++++++++++++++++++++++++++++++++++++++++
for shorting color soze
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
for remove default link
http://www.magentocommerce.com/knowledge-base/entry/turning-on-off-magentos-content-blocks/
+++++++++++++++++++++++++++++++
http://store.belvg.com/demo/iconoptions/configurable-product.html
==================================================================
Extension for blog
http://www.magentocommerce.com/magento-connect/aheadworks/extension/1516/blog-extension-by-aheadworks
===================================================================
How to upload product using CSV file
http://www.magentocommerce.com/magento-connect/capacitywebsolutions/extension/4421/import_products_categories__multiple_images_and_custom_options
++++++++++++++++++++++++++++++++++++++++++++++++++
Light box
http://www.magentocommerce.com/magento-connect/TemplatesMaster/extension/1487/magento-easy-lightbox
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Magento dropdwon
http://web-experiment.info/webandpeople-custom-menu-extension.html
++++++++++++++++++++++++++++++++++++++++++++
Paid dropdown
http://www.manadev.com/demo/drop-down-list-for-layered-navigation/index.php/electronics.html?___store=checkboxes&___from_store=default
+++++++++++++++++++++++++++++
Use for shorting it's paid 19$
http://www.magentocommerce.com/magento-connect/Mana+Team/extension/7480/drop-down-list-for-layered-navigation
+++++++++++++++++++++++++++++++++++++++++++++++
For dropdown menu
http://www.magentocommerce.com/magento-connect/EMThemes.com/extension/5163/em_catalogmenuwidget
Paid only 1$
http://www.magentocommerce.com/magento-connect/WebAndPeople/extension/5765/wp_custom_menu
++++++++++++++++++++++++++++
++++++++++++++++++++++++
Shippimg skip method/Skip
http://winvinod.blogspot.com/2011/06/skip-shipping-method-from-onepage.html
+++++++++++++++++++++++++++++++++++++++
skip onpage checkout
http://connect20.magentocommerce.com/community/Crius_SkipStep1
+++++++++++++++++++++++++++++
Very most all extensions
http://techdad.wordpress.com/2010/02/20/most-downloaded-magento-extensions/
++++++++++++++++++++++++++++++++++++++++++++++
for Recurring profile
http://www.magentocommerce.com/knowledge-base/entry/working-with-recurring-profiles
+++++++++++++++++++++++++++++++++++++
Gift cart
http://ecommercesoftwaresolutionsonline.com/magento-services-pricing/magento-extensions/magento-free-gift-product-extension.html
http://www.magentocommerce.com/magento-connect/varyous/extension/3570/freegift
+++++++++++++++++++++++++++++++++++++
Free Price complain
http://www.magentocommerce.com/magento-connect/Magazento/extension/6646/magazento_priceproposal
+++++++++++++++++++++++++++++++++++++
Custom shipping method
http://inchoo.net/ecommerce/magento/custom-shipping-method-in-magento/der
+++++++++++++++++++++++++++++++++++++++++++
reques catalogue form
http://www.magentocommerce.com/boards/viewthread/72142/
call modules:{{block type=\"catalogrequest/catalog\" template=\"catalogrequest/catalogrequest.phtml\"}}
http://www.magentocommerce.com/magento-connect/ebizmarts/extension/1208/ebizmarts-mail-chimp-module
..............................
+++++++++++++++++++++++++++++++++++++++++++++++++++++
quick buy overview of products
http://www.magentocommerce.com/magento-connect/EMThemes.com/extension/6195/em_quickshop
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Smart former gold
http://www.magentocommerce.com/magento-connect/IToris/extension/4213/professional_form_builder_smartformer_gold
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Quick Shop
http://www.magentocommerce.com/magento-connect/EMThemes.com/extension/6195/em_quickshop
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Quick overview in tab on detail page
http://www.magentocommerce.com/magento-connect/TemplatesMaster/extension/1725/magento-easytabs
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Left navigation bar vertical category
http://www.magentocommerce.com/magento-connect/Rico+Neitzel/extension/763/vertical-navigation-with-css-classes
++++++++++++++++++++++++++++++++++++++++++++++
Dynamic banner for home page
http://www.magentocommerce.com/magento-connect/Interakting.com/extension/2255/interakting-slider
+++++++++++++++++++++++++++++++++++++++
top menu with Ajex
http://www.magentocommerce.com/magento-connect/OlivertAr/extension/657/navigation-bar-administrator
+++++++++++++++++++++++++++++++++++++++++++++
Face Book like button per product:
http://www.magentocommerce.com/extension/specs/3816/facebooklb#specs
call button:
<?php echo $this->getLayout()->createBlock('core/template')->setTemplate('facebooklb/like.phtml')->toHtml(); ?>
++++++++++++++++++++++++++++++++++++++++++++++++++++
On mouse over show my cart product
http://www.magentocommerce.com/magento-connect/Vitalityshop/extension/6424/cartview
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Gift cart:
http://www.magentocommerce.com/magento-connect/Vitalityshop/extension/6424/cartview
http://www.magentocommerce.com/magento-connect/amahi/extension/6559/s3ibusiness_giftpromo
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Drop Down menu in left side
http://www.magentocommerce.com/magento-connect/officeecommerce/extension/7747/ecommerceoffice_megamenusidebar
++++++
+++++++++++++++++++++++
menu navigation bar:
http://www.magentocommerce.com/magento-connect/OlivertAr/extension/657/navigation-bar-administrator
++++++++++++++++++++++++++++++++++
Show category on home page with images
http://hridaya.com.np/display-categories-with-images-on-homepage-in-magento/
++++++++++++++++++++++++++++++++++++++++++++++++++
Show category with image extansion
http://www.magentocommerce.com/magento-connect/TemplatesMaster/extension/1562/magento-easy-catalog-images
+++++++++++++++++++++++++++++++++++++
Joomla show hide modules
<?php if($this->countModules('communities')) : ?>
++++++++++++++++++++++++++++++++++++++++++++++++++++++
currency converter extension
http://www.magentocommerce.com/magento-connect/jextn_theme/extension/6926/jextn_currencyconverter
++++++++++++++++++++++++++++++++++++++++++++++++++++
Currency converter with flag
http://www.magentocommerce.com/magento-connect/TemplatesMaster/extension/1481/magento-easyflags
++++++++++++++++++++++++++++++++++++++++++++++++++
Simple currency convert in magento
http://inchoo.net/ecommerce/magento/how-to-add-currency-selector-to-magentos-header/
+++++++++++++++++++++++++++++++++++++++++++++++++++
currency convert with flag
http://www.magentocommerce.com/magento-connect/jextn_theme/extension/6926/jextn_currencyconverter
Key:http://connect20.magentocommerce.com/community/Jextn_Currencyconverter
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Js for tabing
http://www.dynamicdrive.com/dynamicindex17/tabcontent2.htm
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
http://www.gomage.com/extensions/advertising-marketing/gomage-feed-pro.html/#
.......................................
Social links
http://www.magentocommerce.com/magento-connect/Meanbee/extension/4103/meanbee_ordershare
..........................................................
leftnavegation:-:
http://www.magentocommerce.com/magento-connect/sidebar-navigation-menu-4554.html
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
category id perticular products
http://www.magentocommerce.com/answers/discussion/1771/getting-specific-category-id-from-product/p1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
solve error for ship order in admin
$shippingMethod = $this->getData('shipping_method');
replace this line at the line no 133 item.php
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
show latest post in magento
http://fishpig.co.uk/wordpress-integration/adding-recent-posts-to-the-homepage/
http://www.sonassi.com/knowledge-base/magento-kb/integrate-wordpress-feeds-in-magento/
------------------------------------------------------------------------------
Twotter extension as slider and more
http://www.packtpub.com/article/integrating-twitter-magento#more
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
wordpress blog
http://www.magentocommerce.com/magento-connect/wordpress-integration.html
++++++++++++++++++++++++
http://www.magentocommerce.com/magento-connect/catalog/product/view/id/11920/
+++++++++++++++++++++++++
display attribute
<?php
$product = Mage::getModel('catalog/product');
$attribute=$product->getResource()->getAttribute("color");
if($attribute->usesSource()){
$options = $attribute->getSource()->getAllOptions(false);?>
<td>
<?php foreach ($options as $_item):
//print_r($_item);?>
<li> <a href="#"><?php echo $_item['label'] ?></a> </li>
<?php endforeach ?>
</td>
<?php }
?>
....................................
<?php
$product = Mage::getModel('catalog/product');
$attribute=$product->getResource()->getAttribute("color");
if($attribute->usesSource()){
$options = $attribute->getSource()->getAllOptions(false);?>
<td>
<?php foreach ($options as $_item):
//print_r($_item);?>
<li> <a href="<?php echo Mage::registry('current_category')->getUrl();?>?color=<?php echo $_item['value'];?>"><?php echo $_item['label'] ?></a> </li>
<?php endforeach ?>
</td>
<?php }
?>................................................................................
==================================================================
paging in new product
http://www.dnawebagency.com/displaying-new-products-in-magento-with-pagination
*************************************************************
inner zoop product extension
http://www.magentocommerce.com/magento-connect/moo-cloudzoom.html
*************
http://www.magentocommerce.com/magento-connect/cloud-zoom-4634.html
**************************************************************************
upgrade magento version
http://www.expertmagentodevelopers.com/blog/how-to-upgrade-from-magento-1-5-1-to-magento-1-6-0/
http://www.slideshare.net/expertmagentodevelopers/learn-how-to-upgrade-to-magento-16
+++++++++++++++++++++++++++++++++++++++++++++++++++++
category import using csv
http://blog.srmklive.com/2011/03/21/how-to-export-categoriessubcategories-from-x-cart-to-magento/
++++++++++++++++++++++++
Create multiple store
http://www.magentocommerce.com/magento-on-the-fly/multiple-sites2
++++++++++++++++++++++++++++++++++++++++++
search contant from cms extension in magento
http://www.magentocommerce.com/magento-connect/tangkoko-and-fidesio-cms-search.html
++++++++++++++++++++++++++++++++
IMP Extensions : http://www.magentocommerce.com/magento-connect/developer/Magazento
+++++++++++++++++++++++++++++++++++++++++++++++++
tutorials magento
http://www.scribd.com/doc/77640577/70/Layered-Navigation
++++++++++++++++++++++++++++++++++++++++
filter by price good extension
http://magento.virginsoft.net/index.php/filter
+++++++++++++++++++++++++++++++++++
yougasht
http://yoast.com/landing-pages-module-magento/
+++++++++++++++++++++++++++++++++++++++++++++++++
statick block
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('featured')->toHtml() ?>
++++++++++++++++++++++++++++++++++++++++++++
imp extension
http://blog.gaiterjones.com/magento-create-a-customer-product-pop-up-message-based-on-location/
+++++++++++++++++++++++++++++++++++++
seo friendly url
http://www.bestdesigns.co.in/blog/remove-index-php-url-magento
+++++++++++++++++++++++++++++++++++++++++
Recently sold item
http://www.magikthemes.com/question-answers/how-to-show-best-selling-products-on-home-page-in-magento/
+++++++++++++++++++++++++++++++++
Multiple shipping accordint to order amount
http://www.magentocommerce.com/magento-connect/pickup-at-event-multiple-flatrates.html
++++++++++++++++++++++++++++++++++++++++++++++++++++++
for sql query
http://fishpig.co.uk/magento-tutorials/direct-sql-queries-magento
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
light box paid with multiple image
http://www.magentocommerce.com/magento-connect/brandammo/extension/6534/progallery_advanced_product_image_gallery
+++++++++++++++++++++++++++++++++++++++++++++++++++
Custom module
http://www.exploremagento.com/magento/simple-custom-module.php
++++++++++++++++++++++++++++++++++++++++++
very imp roted images 360 degree
http://www.jquery4u.com/plugins/jquery-360-degrees-image-display-plugins/
++++++++++++++++++++++++++++++++++++++++++++
Currency with flag
http://www.magentocommerce.com/boards/viewthread/240341/#t341337
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
left nevigation
http://www.magentocommerce.com/magento-connect/Rico+Neitzel/extension/763/vertical-navigation-with-css-classes
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BL( ballu.malav@gmail.com )
Multiple flate rate
http://www.magentocommerce.com/magento-connect/sherrie/extension/306/pickup-at-event--multiple-flatrates
++++++++++++++++++++++++++++++++++++++++++++
Best seller TopRating/Populer/Reviews/New/BestSeller
http://www.magentocommerce.com/magento-connect/Magazento/extension/6647/magazento_homesellers
{{block type="homepage/topsell" template="magazento/homepage/topsell.phtml"}}
{{block type="homepage/new" template="magazento/homepage/new.phtml"}}
{{block type="homepage/popular" template="magazento/homepage/popular.phtml"}}
{{block type="homepage/toprated" template="magazento/homepage/toprated.phtml"}}
{{block type="homepage/review" template="magazento/homepage/review.phtml"}}
Extensions
http://www.ecommercecircle.com/magento-extensions-ecommerce-store_3912793.html
I-Banner
http://www.magentocommerce.com/magento-connect/magestore/extension/1850/banner-slider
+++++++++++++++++++
http://www.magentocommerce.com/magento-connect/Theodore+Doan/extension/4330/my_ibanner
+++++++++++++
extension for blog
http://www.magentocommerce.com/magento-connect/aheadworks/extension/1516/blog-extension-by-aheadworks
-------------------------------------------------------------
extension for joom image
Mpycho_Jquery_Lightboxes
http://192.168.1.11/sextoynew/
Create product type
http://www.zetaprints.com/magentohelp/web-to-print-product-type-compatibility/#config
2 http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-a-configurable-product/
3 Very importent extension
http://www.zetaprints.com/magentohelp/create-simple-web-to-print-products/
For shipping
http://addoa.com/blog/how-restrict-free-shipping-magento
http://www.magentodevelop.com/blog/category/magento-admin/magento-shipping
+++++++++++++++++++++++++++++++++++++++++++++++
Live chect extension
http://www.magentocommerce.com/magento-connect/isidore/extension/3246/zopim-live-chat
******************************************************************************
Shipping extension
http://www.webshopapps.com/
+++++++++++++++++++++++++++++++++++++++++++++++++++++
For onsale
http://www.magentocommerce.com/magento-connect/thirty4+interactive/extension/841/catalog-sale-items
++++++
http://www.h-o.nl/blog/display-special-priced-products-on-homepage-magento/
++++++++++++++++++++++++++++++++++++++++++++
FOR ON SALE
http://www.magentocommerce.com/boards/viewthread/16098/
http://jainsamaj.org/rpg_site/literature4.php?id=89
http://www.magentocommerce.com/boards/viewthread/16098/
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
display random product
http://blog.decryptweb.com/random-products-in-magento/
+++++++++++++++++++++++++++++++++++++
randon best seller
http://www.magikthemes.com/question-answers/how-to-display-random-products-on-home-page-in-magento-theme/
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
onsale product extension
http://www.mage-world.com/advance-on-sale-products-magento-extension
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
http://www.magentocommerce.com/magento-connect/developer/clockworkgeek
Free extension
+++++++++++++++++++++++++++++
pagging with new arrival products
http://www.magentocommerce.com/boards/viewthread/31159/
+++++++++++++++++++++++++++++++++++
For MP3 Player Extension
http://www.webdesignbooth.com/10-easy-to-implement-flash-based-mp3-players-for-your-website/
2 http://www.magentocommerce.com/magento-connect/desv.us/extension/5390/mp3_flash_player
3
http://www.instantshift.com/2010/02/10/21-free-music-players-for-your-website/
++++++++++++++++++++++++++++++++++++++++
Free Testmonial extension
http://www.magentocommerce.com/magento-connect/Turnkeye.com/extension/4876/testimonials_pro
++++++++++++++++++++++++++++++
Contacu Us form
http://www.mage-world.com/quick-contact-extension-for-magento
+++++++++++++++++++++++++++++++++++
Free module
http://www.magentocommerce.com/magento-connect/rebimol/extension/7232/webforms
+++++++++++++++++++++++++++++++++++
http://www.richardcastera.com/blog/magento-add-additional-fields-to-the-contact-form
+++++++++++++++++++++++++++++++++++++
Cloth Extension
For clolor
http://demo.temgra.com/index.php/color-views/color-views-magento-extension-magento-plug-in.html
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
http://www.magentocommerce.com/magento-connect/temgra/extension/893/color-swatches
++++++++++++++++++++++++++++++++++++
http://techdad.wordpress.com/2010/02/20/most-downloaded-magento-extensions/
+++++++++++++++++++++++++++++++++++++++++
for shorting color soze
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
for remove default link
http://www.magentocommerce.com/knowledge-base/entry/turning-on-off-magentos-content-blocks/
+++++++++++++++++++++++++++++++
http://store.belvg.com/demo/iconoptions/configurable-product.html
==================================================================
Extension for blog
http://www.magentocommerce.com/magento-connect/aheadworks/extension/1516/blog-extension-by-aheadworks
===================================================================
How to upload product using CSV file
http://www.magentocommerce.com/magento-connect/capacitywebsolutions/extension/4421/import_products_categories__multiple_images_and_custom_options
++++++++++++++++++++++++++++++++++++++++++++++++++
Light box
http://www.magentocommerce.com/magento-connect/TemplatesMaster/extension/1487/magento-easy-lightbox
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Magento dropdwon
http://web-experiment.info/webandpeople-custom-menu-extension.html
++++++++++++++++++++++++++++++++++++++++++++
Paid dropdown
http://www.manadev.com/demo/drop-down-list-for-layered-navigation/index.php/electronics.html?___store=checkboxes&___from_store=default
+++++++++++++++++++++++++++++
Use for shorting it's paid 19$
http://www.magentocommerce.com/magento-connect/Mana+Team/extension/7480/drop-down-list-for-layered-navigation
+++++++++++++++++++++++++++++++++++++++++++++++
For dropdown menu
http://www.magentocommerce.com/magento-connect/EMThemes.com/extension/5163/em_catalogmenuwidget
Paid only 1$
http://www.magentocommerce.com/magento-connect/WebAndPeople/extension/5765/wp_custom_menu
++++++++++++++++++++++++++++
++++++++++++++++++++++++
Shippimg skip method/Skip
http://winvinod.blogspot.com/2011/06/skip-shipping-method-from-onepage.html
+++++++++++++++++++++++++++++++++++++++
skip onpage checkout
http://connect20.magentocommerce.com/community/Crius_SkipStep1
+++++++++++++++++++++++++++++
Very most all extensions
http://techdad.wordpress.com/2010/02/20/most-downloaded-magento-extensions/
++++++++++++++++++++++++++++++++++++++++++++++
for Recurring profile
http://www.magentocommerce.com/knowledge-base/entry/working-with-recurring-profiles
+++++++++++++++++++++++++++++++++++++
Gift cart
http://ecommercesoftwaresolutionsonline.com/magento-services-pricing/magento-extensions/magento-free-gift-product-extension.html
http://www.magentocommerce.com/magento-connect/varyous/extension/3570/freegift
+++++++++++++++++++++++++++++++++++++
Free Price complain
http://www.magentocommerce.com/magento-connect/Magazento/extension/6646/magazento_priceproposal
+++++++++++++++++++++++++++++++++++++
Custom shipping method
http://inchoo.net/ecommerce/magento/custom-shipping-method-in-magento/der
+++++++++++++++++++++++++++++++++++++++++++
reques catalogue form
http://www.magentocommerce.com/boards/viewthread/72142/
call modules:{{block type=\"catalogrequest/catalog\" template=\"catalogrequest/catalogrequest.phtml\"}}
http://www.magentocommerce.com/magento-connect/ebizmarts/extension/1208/ebizmarts-mail-chimp-module
..............................
+++++++++++++++++++++++++++++++++++++++++++++++++++++
quick buy overview of products
http://www.magentocommerce.com/magento-connect/EMThemes.com/extension/6195/em_quickshop
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Smart former gold
http://www.magentocommerce.com/magento-connect/IToris/extension/4213/professional_form_builder_smartformer_gold
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Quick Shop
http://www.magentocommerce.com/magento-connect/EMThemes.com/extension/6195/em_quickshop
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Quick overview in tab on detail page
http://www.magentocommerce.com/magento-connect/TemplatesMaster/extension/1725/magento-easytabs
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Left navigation bar vertical category
http://www.magentocommerce.com/magento-connect/Rico+Neitzel/extension/763/vertical-navigation-with-css-classes
++++++++++++++++++++++++++++++++++++++++++++++
Dynamic banner for home page
http://www.magentocommerce.com/magento-connect/Interakting.com/extension/2255/interakting-slider
+++++++++++++++++++++++++++++++++++++++
top menu with Ajex
http://www.magentocommerce.com/magento-connect/OlivertAr/extension/657/navigation-bar-administrator
+++++++++++++++++++++++++++++++++++++++++++++
Face Book like button per product:
http://www.magentocommerce.com/extension/specs/3816/facebooklb#specs
call button:
<?php echo $this->getLayout()->createBlock('core/template')->setTemplate('facebooklb/like.phtml')->toHtml(); ?>
++++++++++++++++++++++++++++++++++++++++++++++++++++
On mouse over show my cart product
http://www.magentocommerce.com/magento-connect/Vitalityshop/extension/6424/cartview
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Gift cart:
http://www.magentocommerce.com/magento-connect/Vitalityshop/extension/6424/cartview
http://www.magentocommerce.com/magento-connect/amahi/extension/6559/s3ibusiness_giftpromo
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Drop Down menu in left side
http://www.magentocommerce.com/magento-connect/officeecommerce/extension/7747/ecommerceoffice_megamenusidebar
++++++
+++++++++++++++++++++++
menu navigation bar:
http://www.magentocommerce.com/magento-connect/OlivertAr/extension/657/navigation-bar-administrator
++++++++++++++++++++++++++++++++++
Show category on home page with images
http://hridaya.com.np/display-categories-with-images-on-homepage-in-magento/
++++++++++++++++++++++++++++++++++++++++++++++++++
Show category with image extansion
http://www.magentocommerce.com/magento-connect/TemplatesMaster/extension/1562/magento-easy-catalog-images
+++++++++++++++++++++++++++++++++++++
Joomla show hide modules
<?php if($this->countModules('communities')) : ?>
++++++++++++++++++++++++++++++++++++++++++++++++++++++
currency converter extension
http://www.magentocommerce.com/magento-connect/jextn_theme/extension/6926/jextn_currencyconverter
++++++++++++++++++++++++++++++++++++++++++++++++++++
Currency converter with flag
http://www.magentocommerce.com/magento-connect/TemplatesMaster/extension/1481/magento-easyflags
++++++++++++++++++++++++++++++++++++++++++++++++++
Simple currency convert in magento
http://inchoo.net/ecommerce/magento/how-to-add-currency-selector-to-magentos-header/
+++++++++++++++++++++++++++++++++++++++++++++++++++
currency convert with flag
http://www.magentocommerce.com/magento-connect/jextn_theme/extension/6926/jextn_currencyconverter
Key:http://connect20.magentocommerce.com/community/Jextn_Currencyconverter
++++++++++++++++++++++++++++++++++++++++++++++++++++++
Js for tabing
http://www.dynamicdrive.com/dynamicindex17/tabcontent2.htm
++++++++++++++++++++++++++++++++++++++++++++++++++++++++