Leerzeile unter Preis, welches Theme?

Ach diese IT-Welt, man lernt nie aus… :wink: Danke

{extends file="parent:frontend/detail/data.tpl"}
{block name='frontend_detail_data_price' append}
				
					
						
							{s name="DetailDataInfoContent"}{/s} {$sArticle.purchaseunit} {$sArticle.sUnit.description}
							{if $sArticle.purchaseunit != $sArticle.referenceunit}
								
									{if $sArticle.referenceunit}
										({$sArticle.referenceprice|currency} {s name="Star" namespace="frontend/listing/box_article"}{/s} / {$sArticle.referenceunit} {$sArticle.sUnit.description})
									{/if}
								
							
							{/if}
						
					
				{/block}
			{/if}
		{else}

			

				{* Default price *}
				{block name='frontend_detail_data_price_configurator'}
					{if $sArticle.priceStartingFrom && !$sArticle.sConfigurator && $sView}
						{* Price - Starting from *}
						{block name='frontend_detail_data_price_configurator_starting_from_content'}
							
								{s name="DetailDataInfoFrom"}{/s} {$sArticle.priceStartingFrom|currency} {s name="Star" namespace="frontend/listing/box_article"}{/s}
							
						{/block}
					{else}
						{* Regular price *}
						{block name='frontend_detail_data_price_default'}
							
								
								{if $sArticle.priceStartingFrom && !$sArticle.liveshoppingData}{s name='ListingBoxArticleStartsAt' namespace="frontend/listing/box_article"}{/s} {/if}{$sArticle.price|currency} {s name="Star" namespace="frontend/listing/box_article"}{/s}
							
							
						{/block}
					{/if}
				{/block}
					
{extends file="parent:frontend/detail/data.tpl"}
{block name='frontend_detail_data_price_unit_label' append}
                    						
                        	
								{s name="DetailDataInfoContent"}{/s}
							
							
                        {/block}