Informational Slider

Print

Informational Slider

This extension provides the store owner to explain any proceeding to customer in a step-by-step procedure.The best feature of this extension is, store owner can setup the slider in homepage for any column layouts available in Magento e-commerce.

Installation process:

1. Extract the Module and upload the folders as same in the respective root directory of your magento. Note: check the following files in the corresponding directories,

  • [ your magento directory/app/code/community/Ewall]
  • [ your magento directory/app/etc/modules/Ewall_informationalslider.xml]
  • [ your magento directory/app/locale/en_US/template/email/informationalslider]
  • [ your magento directory/app/design/frontend/default/default/layout/informationalslider.xml ]
  • [ your magento directory/app/design/frontend/default/default/template/informationalslider]
  • [ your magento directory/skin/frontend/default/default/css/informationalslider.css]
  • [ your magento directory/skin/frontend/default/default/images/orderbanner]
  • 2. Add four static blocks to show the slider content: Static blocks Details:

  • Static block names should be step1_slider,step2_slider, step3_slider, step4_slider.
  • If you want to change the content, you have to customize it properly.
  • Add the below content to the static blocks
  • step1

    step1

    step1

    step1

    Note:Take a look at the screenshots to know detailed processing..

    3. Add one block in your theme page.xml below content block or wherever you want to display/positioned the Informational Slider extension,

    You can see this block in page.xml,
  • {{block type="core/text_list" name="content" as="content" translate="label"}}
  • Add your new reference block below,
  • {{block type="core/text_list" name="newreference" as="newreference" translate="label"}}

  • 4. Clear the cache and enable ths module from admin by the following way, admin -> System -> Configuration -> Ewall -> Informational Slider General Settings: i. Enable : Yes (in default) No ( if dont want to display Informational slider module)

    5. Then go to your home page. You can see the Informational Slider on home page.