Magestore / Bannerslider-Magento2

Banner Slider Extension on Magento 2 - best way to capture the eyes of visitors!
http://www.magestore.com/banner-slider-on-magento2.html/
82 stars 100 forks source link

Add code below to a template file. #92

Open mihaelsh opened 7 years ago

mihaelsh commented 7 years ago

In configuration of Magento 2 shows this info - Add code below to a template file $this->getLayout()->createBlock("Magestore\Bannerslider\Block\SliderItem")->setSliderId(your_slider_id)->toHtml(); Where need to insert it in?

wester9208 commented 6 years ago

@mihaelsh inside phtml file

echo $this->getLayout()->createBlock("Magestore\Bannerslider\Block\SliderItem")->setSliderId(189)->toHtml();