A Magento 2 module that extends Swissup_Testimonials to display testimonials in a fixed order in the slider widget instead of random.
- Overrides the testimonials slider widget block to disable random ordering
- Testimonials are shown in their saved order (newest first) on every page load instead of being shuffled randomly
- Magento 2.4+
Swissup_Testimonialsmodule installed and enabled
-
Add the repository to your
composer.json:composer config repositories.swissup-testimonials-custom vcs git@github.com:swissup/testimonials-custom.git
-
Require the package:
composer require swissup/module-testimonials-custom --update-no-dev
-
Enable the module:
bin/magento module:enable Swissup_TestimonialsCustom
-
Run setup upgrade:
php bin/magento setup:upgrade
-
Clear cache:
php bin/magento cache:flush