-- url of the page with the problem -- :
selmartmp.injoomla.it/it/dissalatori-progress.html
-- HikaShop version -- : 2.3.5
Hi.
I've have to solve this problem.
In product view, when displaying the table that contains product specifications, all field values set as selected checkbox options are shown as a text where the values are separated by a comma and one space.
I need these values to be shown as a list with br tag following each value.
Is it possible? How to do it?
Look my page, please...
selmartmp.injoomla.it/it/dissalatori-progress.html
In the table contained in
div id="hikashop_product_custom_info_main"
, in the field labelled "Alimentazione", I'd prefer that the values "12V DC, (24V DC su richiesta)" could be shown as
12V DC
(24V DC su richiesta)
without any comma and space before the second value.
The html should be
12V DC<br />(24V DC su richiesta)
Please, help me!!!
Thank you.