For the site I am working on, I have 4 random products I want to display on the site landing page, one from each of four categories. I have setup 4 Hikshop random product modules. To style these div's I need to add a module class suffix but the class names do not appear in the div tags. These are the steps I use to edit the module:
- Go into modules from Joomla's Extension's menu
- Open one of the four random products modules
- Click on the Options tab
- under Basic Options enter a label such as customClass in the text box beside Module Class Suffix. I have tried this both with and without a leading space to add to or replace the class definition of the div.
- Click Save.
Refreshing the site home page and examining the html, I examine the module div and all I see are
<div id="hikashop_module_113*" class="hikashop_module ">
(* realise the numbers will vary depending on the module id set by the system).
Does the free version of Hikashop not offer module class suffix support?