Let's turn some things off, and find some addons to install.
Turn off the following Core modules at Admin > Modules > Layout
Adverts
Brand Icons
Addon #1
Let's show the Best Sellers. app.php/addons/free_addon/best_sellers
This module needed a little bit of attention - I'll share those changes back with @Kofod95 so he can review and upload a new version. Many thanks to @Kofod95 for sharing the module, that's the true spirit of Open Source.
This addon comes with 3 modules, I only want the Index module, so I upload only that, and turn it on.
It looks like this:
You'll notice the blue outline when hovering over a card works automatically. Nice.
We need to make the title match what we did in an earlier post. So we copy the TPL file into our live template COPY /includes/modules/content/index/templates/tpl_cm_i_best_sellers.php TO /templates/override//includes/modules/content/index/tpl_cm_i_best_sellers.php
In that new file, change to;
Code: Select all
<div class="display-4 text-body-tertiary text-center">
<p><?= MODULE_CONTENT_BEST_SELLERS_HEADING ?></p>
</div>