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

Sort type not working #120

Open vinoth-expedux opened 5 years ago

vinoth-expedux commented 5 years ago

when choose slider sort type is random not working.

/Magestore/Bannerslider/Model/ResourceModel/Banner/Collection.php

if ($this->_slider->getSortType() == \Magestore\Bannerslider\Model\Slider::SORT_TYPE_RANDOM) { $bannerCollection->setOrderRandByBannerId(); }

print_r(($this->_slider->getSortType()); //print empty.