positionen anzeigen frage

Hallo Tanny,

vielen Dank, jetzt bin ich schonmal einen Schritt weiter. Leider kann ich den Button „Zur Kasse“ nicht deaktivieren.

Ist der Button in diesem Quellcode?

	{block name="frontend_index_checkout_actions_account"}
		
			{s name='IndexLinkAccount'}{/s}
		
	{/block}
	{block name="frontend_index_checkout_actions_notepad"}
		
			{s name='IndexLinkNotepad'}{/s} ({$sNotesQuantity})
		
	{/block}
	 



	
		{block name="frontend_index_checkout_actions_cart"}
			
				
					{if $sUserLoggedIn}{s name='IndexLinkCheckout'}{/s}{else}{s name='IndexLinkCart'}{/s}{/if}
				
			
			
				
					{s name='IndexLinkCart'}{/s}
					
						{$sBasketQuantity} {s name='IndexInfoArticles'}{/s}
						|
						{$sBasketAmount|currency}*
					
				
				
				
					
						{s name='IndexActionShowPositions'}{/s}
						
						{* Ajax loader *}
						 
					
				
			
		{/block}
		{block name="frontend_index_checkout_actions_inner"}{/block}

Ich habe testweise diesen Bereich entfernt, aber der Button war immer noch da…

					{s name='IndexLinkCart'}{/s}
					
						{$sBasketQuantity} {s name='IndexInfoArticles'}{/s}
						|
						{$sBasketAmount|currency}*