GELÖST: Delete-Button auf der Finish-Seite

Hallo

 

Bisher habe ich keine Lösung dafür gefunden.

Ich bekomme den Delete-Button rechts auf der Finisch-Seite nicht in der TPL entfernt. Egal wo ich den Block

{block name='frontend_checkout_cart_item_delete_article'}{/block}

hinsetze.Ich nutze das Standard Template und habe 2 Pluginanpassungen.

 

​
{extends file="parent:frontend/checkout/finish.tpl"}

{block name='frontend_checkout_cart_item_details_inline' append}

        
                
                  {s name='uploadFileNow' namespace='frontend/checkout/finish_item'}Die Datei jetzt hier hochladen{/s}
                
        
{/block}
{block name='frontend_checkout_cart_item_delete_article'}{/block}

​

und

finish_item.tpl

{extends file='parent:frontend/checkout/finish_item.tpl'}

{* Remove all the delete buttons for products *}
{block name='frontend_checkout_cart_item_delete_article'}{/block}
{block name='frontend_checkout_cart_item_voucher_delete'}{/block}
{block name='frontend_checkout_cart_item_premium_delete'}{/block}
{block name='frontend_checkout_cart_item_premium_delete_article'}{/block}
{block name='frontend_checkout_cart_item_voucher_delete_article'}{/block}

Hat das Problem jemand auch noch ?