Hey Leute gibt es ne Möglichkeit eine Artikelliste im CMS zu nutzen?
Die Aritkellisten haben ich gefunden Template Entwicklung - Template HowTo's - JTL Developer Base jedoch funktionieren diese im CMS nicht.
code: {get_product_list kKategorie=2 nLimit=3 nSortierung=11 cAssign="myProducts"}
{if $myProducts}
<ul>
{foreach name=custom from=$myProducts item=oCustomArtikel}
<li>{$oCustomArtikel->cName}</li>
{/foreach}
</ul>
{/if}
Die Aritkellisten haben ich gefunden Template Entwicklung - Template HowTo's - JTL Developer Base jedoch funktionieren diese im CMS nicht.
code: {get_product_list kKategorie=2 nLimit=3 nSortierung=11 cAssign="myProducts"}
{if $myProducts}
<ul>
{foreach name=custom from=$myProducts item=oCustomArtikel}
<li>{$oCustomArtikel->cName}</li>
{/foreach}
</ul>
{/if}