Jump to content
xt:Commerce Community Forum

PDF Datenblatt in Produkt info als DL einbinden


el_mexicano

Recommended Posts

Also ich habe das wie folgt gemacht:

Im includes/modules/product_info.php habe ich die folgende Zeile eingef?gt:

  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:
{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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...