Ich möchte gerne im Listing den „Jetzt Bestellen“ Button ausblenden und anstelle des Preises sollte Preis auf Anfrage stehen. Ich habe dazu den Attribut 5 (Bollean) angelegt und habe den Code wie folgt geändert nur ändert sich nichts. [code]{* Article Price *} {block name=‚frontend_listing_box_article_price‘}
{if $sArticle.pseudoprice} {s name=„reducedPrice“}Statt: {/s}{$sArticle.pseudoprice|currency} {s name=„Star“}*{/s} {/if} {if $sArticle.priceStartingFrom && !$sArticle.liveshoppingData}{s name=‚ListingBoxArticleStartsAt‘}{/s} {/if} {if !$sArticle.attr5}Preis auf Anfrage{else}{$sArticle.price|currency}{/if} {s name=„Star“}*{/s}
{/block} {block name=‚frontend_listing_box_article_actions‘}
{block name=‚frontend_listing_box_article_actions_buy_now‘} {* Buy now button *} {if !$sArticle.sConfigurator && !$sArticle.variants && !$sArticle.sVariantArticle && !$sArticle.laststock == 1 && !($sArticle.notification == 1 && {config name=„deactivatebasketonnotification“} == 1)} {* Den Link „Jetzt bestellen“ ausblenden *} {if !$sArticle.attr5} [{s name=‚ListingBoxLinkBuy‘}{/s}]({url controller=‚checkout‘ action=‚addArticle‘ sAdd=$sArticle.ordernumber} „{s name=‚ListingBoxLinkBuy‘}{/s}“) {/if} {/if} {/block} {block name=‚frontend_listing_box_article_actions_inline‘} {* More informations button *} {s name=‚ListingBoxLinkDetails‘}{/s} {/block}
{if $sArticle.pseudoprice}
%
{/if} {/block}[/code] Hat wer einen Tip für mich Danke