Näin se tekee. Muokkaa flypage.php tiedostoa.
Tiedosto löytyy:
/administrator/components/com_virtuemart/html/templates/product_details/flypage.php
Etsi:
<td rowspan="1" colspan="2"><hr />{product_description}<br/><span style="font-style: italic;">{file_list}</span></td>
Muokkaa esim. näin:
<td rowspan="1" colspan="2"><br />{product_description}<br/><span style="font-style:bold; font-size:14px;">{file_list}</span></td>
Tai näin, vain kursivointi pois:
<td rowspan="1" colspan="2"><hr />{product_description}<br/><span style="font-style: normal;">{file_list}</span></td>