productArtnum

Sorry für mein Deutsch. Brauche Hilfe. Nicht angezeigt Artikel. Wie macht man? Gle Fehler? /application/views/azure/tpl/widget/product/listitem_infogrid.tpl

<div class="listDetails">
        [{block name="widget_product_listitem_infogrid_titlebox"}]
            <div class="titleBox">
                <a id="[{$iIndex}]" href="[{$_productLink}]" class="title" title="[{ $product->oxarticles__oxtitle->value}] [{$product->oxarticles__oxvarselect->value}]">
                    <span>[{ $product->oxarticles__oxtitle->value }] [{$product->oxarticles__oxvarselect->value}]</span>
                </a>
            </div> 
        [{/block}]

[{* article number *}]
 [{block name="details_productmain_artnumber"}]
                <span id="productArtnum" class="itemCode">[{oxmultilang ident="PRODUCT_NO" suffix="COLON" }] [{$oDetailsProduct->oxarticles__oxartnum->value}]</span>
            [{/block}]

Herzlichen Dank

sorry, verstehe dein problem/frage nicht :frowning:

[{[B]$oDetailsProduct[/B]->oxarticles__oxartnum->value}]

change to

[{[B]$product[/B]->oxarticles__oxartnum->value}]

Vielen Dank, foxido.de, für eine schnelle und einfache Antwort. Alles arbeitet!