Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Das Smarty-Plugin "link" ermöglicht Ihnen Links innerhalb des Templates zu generieren:

Code Block
languagexml
{link page='content' id='2'} <!-- http://localhost/xtc_github4-Reseller-DL/de/privatsphaere-und-datenschutz  (Privatsphaere und Datenschutz = ID 6) --><br />
{link page='product' id='2'} <!-- http://localhost/xtc_github4-Reseller-DL/de/kategorie-1/artikel-mit-sonderpreis --><br />
{link page='categorie' id='2'} <!-- http://localhost/xtc_github4-Reseller-DL/de/kategorie-2 --><br />
{link page='manufacturers' id='2'} <!-- http://localhost/xtc_github4-Reseller-DL/de/hersteller-b --><br />

...

Code Block
languagexml
{link page=$type id=$id} 


Falls in Sonderfällen eine Verwendung im Content benötigt wird kann diese im Template aktiviert werden:

Bsp.

{$products_description|evaluate_smarty}

{$category_data.categories_description_bottom|evaluate_smarty}

{$categories_description|evaluate_smarty}

{$data.content_body|evaluate_smarty}

Es wurde von uns nur die Verwenudng von Produkt-, Kategorie- und Content- und Hersteller-Links angedacht.