SlideShare a Scribd company logo
Magento Extensions & Magento Templates


Thank you for using our extension. Please follow these instructions to proceed with the installation of your extension:

#1 Installation:
          1. Extract Extension.
          2. Using your FTP client upload 'app, skin, js, media' directory to your store root. This would not overwrite any files, just add the extension to
             its folder.
          3. That's all.

#2 Implement Extension

To place slideshow in a CMS page:


          1. Write the follwing code into CMS Page content.

                           {{block type="slideshow/slide" slide_id="xxx"}}

              Wherein: + xxx: ID of slideshow which is managed in admin panel.


To place slideshow in other page:


          1. Fisrtly, create a Static Block by clicking CMS/Static Blocks.
          2. Write the follwing code into Static Block content area.

                           {{block type="slideshow/slide" slide_id="xxx"}}

              Wherein: + xxx: ID of slideshow which is managed in admin panel.
          3. Put the following code in the template file where you want to display slideshow:

                           <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('xxx')->toHtml(); ?>

              Wherein: + xxx: is a static block identifier.

If you have any problems with extension installation please contact us at http://store.onlinebizsoft.com/contacts.

But if installation requires some customization based on theme/layout then we will charge you for extra work. Hope you can understand this.


                                                                                                                                Sincerely, OnlineBizSoft Team


Copyright 2007-2011 OnlineBiz Software Solutions . Reg code 0104902186              OnlineBiz Software Solutions | Contact us

More Related Content

DOC
Web video make easy
PDF
Virtualización de Escriorios VMWare View 5
PPTX
asp.net session management example | using session in asp.net C# | what is se...
PDF
Magento Offer on Leaving Extension
ODP
Embedding presentations with Open Source web present
PDF
Best-in-Class Embedded User Assistance - UA Europe 2017, Scott DeLoach, Click...
PDF
How to make e-commerce with oscmax
Web video make easy
Virtualización de Escriorios VMWare View 5
asp.net session management example | using session in asp.net C# | what is se...
Magento Offer on Leaving Extension
Embedding presentations with Open Source web present
Best-in-Class Embedded User Assistance - UA Europe 2017, Scott DeLoach, Click...
How to make e-commerce with oscmax

What's hot (14)

PDF
Dixio ForWeb, the smart dictionary for your web
PPT
Browser As Platform
PPTX
Manually License KioWare Classic for Windows
TXT
Readme
PDF
Flash messages in node js using connect flash module
ZIP
EL BAUTISMO DE JESÚS
ZIP
Slideshow
PPTX
Phxppg word press
TXT
Readme
PDF
Rev Up Your Wordpress Site
PPTX
How to Resolve Recurring WordPress Problems?
PDF
Mihai Pricope
PPTX
What is wordpress
PDF
Complete WordPress Step-By-Step Training System In A WordPress Plugin
Dixio ForWeb, the smart dictionary for your web
Browser As Platform
Manually License KioWare Classic for Windows
Readme
Flash messages in node js using connect flash module
EL BAUTISMO DE JESÚS
Slideshow
Phxppg word press
Readme
Rev Up Your Wordpress Site
How to Resolve Recurring WordPress Problems?
Mihai Pricope
What is wordpress
Complete WordPress Step-By-Step Training System In A WordPress Plugin
Ad

Viewers also liked (6)

PDF
Magento Vertical Tree Menu Extension
PDF
Should ‘climate change’ change health promoters
PDF
Toogas Featured Popup - Magento Extension
PDF
Magento Facebook Deal Extension
PDF
Magento Knowledge Base Extension
PDF
Onlinebiz-magento-FacebookConnector-extension
Magento Vertical Tree Menu Extension
Should ‘climate change’ change health promoters
Toogas Featured Popup - Magento Extension
Magento Facebook Deal Extension
Magento Knowledge Base Extension
Onlinebiz-magento-FacebookConnector-extension
Ad

Similar to Magento Multiple Slideshow Pro Extension (20)

PDF
hellowired_instructions
PDF
Magento - Design Integration Guideline - Bysoft China
PDF
Magento Testimonial Extension
PDF
A2WPress Bizway Theme Documentation
PDF
A2 w pressbizwaydocs
PDF
A2 w pressbizwaydocs
PDF
A2WPress Localbusiness Theme Documentation
PDF
Unbranded partner-site-customization-guide
PDF
A2WPress Roadfighter Theme Documentation
PDF
Magento One Step Checkout Extension
PDF
Front End Development in Magento
PDF
A2WPress Blogstrend Theme Documentation
PDF
Cms2 v1.2
PDF
Magento 2 CMS Display Rules Extension by IToris inc.
PDF
mKubed quick start guide
PDF
Netsuite e commerce training doc
PDF
A2WPress Dzonia Theme Documentation
PDF
Epowerhost Website Builder
PDF
A2WPress Themia Documentation
PPTX
Banner Slider Manager Magento Extension User Guide
hellowired_instructions
Magento - Design Integration Guideline - Bysoft China
Magento Testimonial Extension
A2WPress Bizway Theme Documentation
A2 w pressbizwaydocs
A2 w pressbizwaydocs
A2WPress Localbusiness Theme Documentation
Unbranded partner-site-customization-guide
A2WPress Roadfighter Theme Documentation
Magento One Step Checkout Extension
Front End Development in Magento
A2WPress Blogstrend Theme Documentation
Cms2 v1.2
Magento 2 CMS Display Rules Extension by IToris inc.
mKubed quick start guide
Netsuite e commerce training doc
A2WPress Dzonia Theme Documentation
Epowerhost Website Builder
A2WPress Themia Documentation
Banner Slider Manager Magento Extension User Guide

Magento Multiple Slideshow Pro Extension

  • 1. Magento Extensions & Magento Templates Thank you for using our extension. Please follow these instructions to proceed with the installation of your extension: #1 Installation: 1. Extract Extension. 2. Using your FTP client upload 'app, skin, js, media' directory to your store root. This would not overwrite any files, just add the extension to its folder. 3. That's all. #2 Implement Extension To place slideshow in a CMS page: 1. Write the follwing code into CMS Page content. {{block type="slideshow/slide" slide_id="xxx"}} Wherein: + xxx: ID of slideshow which is managed in admin panel. To place slideshow in other page: 1. Fisrtly, create a Static Block by clicking CMS/Static Blocks. 2. Write the follwing code into Static Block content area. {{block type="slideshow/slide" slide_id="xxx"}} Wherein: + xxx: ID of slideshow which is managed in admin panel. 3. Put the following code in the template file where you want to display slideshow: <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('xxx')->toHtml(); ?> Wherein: + xxx: is a static block identifier. If you have any problems with extension installation please contact us at http://store.onlinebizsoft.com/contacts. But if installation requires some customization based on theme/layout then we will charge you for extra work. Hope you can understand this. Sincerely, OnlineBizSoft Team Copyright 2007-2011 OnlineBiz Software Solutions . Reg code 0104902186 OnlineBiz Software Solutions | Contact us