Slider Revolution magento extension FAQ

How to insert Slider Revolution programmatically

You can insert Slider Revolution to Magento store programmatically by adding it to layout or generating and outputting its code in controller action or block.

For example in controller action you can use following code:

This will create Slider Revolution block, now you can render it to html string to output it somewhere:

Or add it to layout:

To do it in your block class:

And then add it to block’s children:

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.