Hat jemand ein Tipp für mich ?
Im Admin unter Performance habe ich bereits -> “Attribute eines Artikels immer zusammen mit dem Artikel laden” aktiviert
Desweiteren in die inc/product.tpl folgenden Text eingefügt…
<table width=“100%” class=“attributes”>
<colgroup><col width=“50%” span=“2”></colgroup>
[{foreach from=$oView->getAttributes() item=oAttr name=attribute}]
<tr [{if $smarty.foreach.attribute.last}]class=“last”[{/if}]>
<td id=“test_attrValue_[{$smarty.foreach.attribute.iteration}]”>[{ $oAttr->value }]</td>
</tr>
[{/foreach}]
</table>
Es werden dennoch keine Attribute der Artikel angezeigt. Was mach ich falsch?
Danke im Voraus
Mfg Thomas