Hi, ab Zeile 27: {if $article.priceStartingFrom && !$article.liveshoppingData}{s name='ListingBoxArticleStartsAt' namespace="frontend/plugins/recommendation/slide\_articles"}{/s} {/if}{$article.price|currency} \* {if $article.pseudoprice} _{s name="reducedPrice" namespace="frontend/listing/box\_article"}{/s} {$article.pseudoprice|currency} {s name="Star" namespace="frontend/listing/box\_article"}{/s}_ {/if}
müsste irgendwie so sein: {if $article.pseudoprice} {s name="reducedPrice" namespace="frontend/listing/box\_article"}{/s} {$article.pseudoprice|currency} {s name="Star" namespace="frontend/listing/box\_article"}{/s} {/if} {if $article.priceStartingFrom && !$article.liveshoppingData}{s name='ListingBoxArticleStartsAt' namespace="frontend/plugins/recommendation/slide\_articles"}{/s} {/if}{$article.price|currency} \*
Oder? Sonst wird nämlich nicht der Pseudopreis durchgestrichen und verkleinert + grau dargestellt, sondern der Verkaufspreis. Gruss davey