Also ich habe das wie folgt gemacht:
Im includes/modules/product_info.php habe ich die folgende Zeile eingef?gt:
Code:
if ($product_info['x']>'0') {
$info_smarty->assign('BASTELANLEITUNG_URL',"<a href=\"bastelanleitung.php?products_id=".$product_info['products_id']."\">Bastelanleitung</a>");
}
in der Datei templates/<<<DEIN TEMPLATE>>>/module/product_info/product_info_v1.html habe ich folgendes eingef?gt:
Code:
{if $BASTELANLEITUNG_URL != ''}
<tr>
<td class="main">{$BASTELANLEITUNG_URL}</td>
</tr>
{/if}
Das ist speziell f?r meine Bastelanleitungen zusammenstellen. Aber es sollte sehr einfach anpassbar sein.