Where is the slider's design + JSON data?
-
I can't find the slider folder/file. I want to redesign the slider.
-
There is slider.blade.php file inside views of shop package (shop->views->home->slider.blade.php), JSON data($sliderData) is retrieving from HomeCntroller's index method (inside shop package's controller).
To change design of it, create a theme of bagisto or override this file and create its design as you want.