Our company developed this extension for magento commerce and Slideshow carousel will display product images.
Support slides transition with fading in/out and scrolling. Now you can get it at: http://www.mage-shop.com/extensions-2/slideshow-carousel-magento-extension.html
Introduction:
Through various projects we have synthesized a number of options for slideshow. with carousel transition we aplly two effect: face and scrolling.
The module is able to select the product images to display in various options:
- Select the products in the whole store
- Select the products of one or more categories
- Select the featured products
- Select the products in ID’s The module can be called in XML or CMS block/ page on your purposes.
- The module uses Prototype javascript framework.
How to Use :
- First download the Module.
- Copy Or Install the files in their corresponding location in magento_root folder.
- Go to System > Cache Management flush all of cache Memory.
- Go to System > Configuaration > Slideshow Carousel then change settings and Save config
- Enjoy.
How to call in CMS page
you can call the module in cms/block using this code
{{block type=”slideshowproduct/slideshowproduct” template=”slideshowproduct/slideshowproduct.phtml”}}
For demo information
Frontend:
Backend:


On my site, the slider is stopped once it gets the total number of products. How do I get the slider will be uninterrupted, as in a carousel?