OTH wrote:Can you tell me how to make the products autoscroll?
I went to Plugins > SevenSpikes.Nop.Plugins.SaleOfTheDay > Scripts > SaleOfTheDay.min.js
And changed autoplay: to TRUE
But nothing happens. :/
Hi OTH,
yes, that is because the code for the slider is located in the overriden by the Emporium theme Vieew file. You cna find it in the following file:
~ Presentation\Nop.Web\Plugins\SevenSpikes.Nop.Plugins.SaleOfTheDay\Themes\Emporium\Views\Components\SaleOfTheDay\
SaleOfTheDay.cshtmlIf you set the autoplay option to true there you will get the required effect. Make sure you edir the code starting on
line 220 in the file.
Have a nice day!