Hallo Zusammen, ich habe folgendes Problem ich versuche in der box-product-slider.tpl die eigenschaft {$sArticle.sProperties.37.value} auszugeben - leider ist das Feld immmer leer. Der gleiche Code funktioniert in der box-minimal.tpl ohne Probleme… box-product-slider.tpl [code] {extends file=“frontend/listing/product-box/box-basic.tpl”} {block name=“frontend_listing_box_article”}
{block name=“frontend_listing_box_article_content”}
{* Product box badges - highlight, newcomer, ESD product and discount *} {block name=‘frontend_listing_box_article_badges’} {include file=“frontend/listing/product-box/product-badges.tpl”} {/block} {block name=‘frontend_listing_box_article_info_container’}
{* Product image *} {block name=‘frontend_listing_box_article_picture’} {include file=“frontend/listing/product-box/product-image.tpl”} {/block} {* Product name *} {block name=‘frontend_listing_box_article_name’} {$sArticle.articleName|truncate:50} {/block} {block name=‘frontend_listing_box_article_price_info’}
{* Product price - Default and discount price *} {block name=‘frontend_listing_box_article_price’} {include file=“frontend/listing/product-box/product-price.tpl”} {/block}
{$sArticle.purchaseunit} {$sArticle.sUnit.description} / {$sArticle.sProperties.37.value} vol
{* Product price - Unit price *} {block name=‘frontend_listing_box_article_unit’} {include file=“frontend/listing/product-box/product-price-unit.tpl”} {/block}
{/block}
{/block} Zum Produkt
{/block}
{/block} [/code] JEmand eine Idee? Vielen Dank P-